Searched refs:hasCustomMenuImplementation (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Tools/WinLauncher/
H A DPrintWebUIDelegate.h74 virtual HRESULT STDMETHODCALLTYPE hasCustomMenuImplementation(BOOL*) { return E_NOTIMPL; } function in class:PrintWebUIDelegate
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebInspectorDelegate.h192 virtual HRESULT STDMETHODCALLTYPE hasCustomMenuImplementation( function in class:WebInspectorDelegate
/external/webkit/Tools/DumpRenderTree/win/
H A DUIDelegate.cpp208 HRESULT STDMETHODCALLTYPE UIDelegate::hasCustomMenuImplementation( function in class:UIDelegate
H A DUIDelegate.h199 virtual HRESULT STDMETHODCALLTYPE hasCustomMenuImplementation(
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebUIDelegate.idl572 @method hasCustomMenuImplementation:
575 HRESULT hasCustomMenuImplementation([out, retval] BOOL* hasCustomMenus);
/external/webkit/Source/WebKit/win/
H A DWebView.cpp1319 m_uiDelegate->hasCustomMenuImplementation(&hasCustomMenus);
1339 m_uiDelegate->hasCustomMenuImplementation(&hasCustomMenus);
1353 m_uiDelegate->hasCustomMenuImplementation(&hasCustomMenus);
1371 m_uiDelegate->hasCustomMenuImplementation(&hasCustomMenus);
1389 m_uiDelegate->hasCustomMenuImplementation(&hasCustomMenus);

Completed in 91 milliseconds