| 324 | } |
| 325 | |
| 326 | STDMETHODIMP DuiLib::CWebBrowserUI::ResizeBorder( LPCRECT prcBorder, IOleInPlaceUIWindow* pUIWindow, BOOL fFrameWindow ) |
| 327 | { |
| 328 | if (m_pWebBrowserEventHandler) |
| 329 | { |
| 330 | return m_pWebBrowserEventHandler->ResizeBorder(prcBorder,pUIWindow,fFrameWindow); |
| 331 | } |
| 332 | return E_NOTIMPL; |
| 333 | } |
| 334 | |
| 335 | STDMETHODIMP DuiLib::CWebBrowserUI::TranslateAccelerator( LPMSG lpMsg, const GUID* pguidCmdGroup, DWORD nCmdID ) |
| 336 | { |
nothing calls this directly
no outgoing calls
no test coverage detected