Home
last modified time | relevance | path

Searched refs:hasCustomMenuImplementation (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebKit/win/WebCoreSupport/
DWebInspectorDelegate.h197 virtual HRESULT STDMETHODCALLTYPE hasCustomMenuImplementation( in hasCustomMenuImplementation() function
/external/webkit/WebKitTools/DumpRenderTree/win/
DUIDelegate.h196 virtual HRESULT STDMETHODCALLTYPE hasCustomMenuImplementation(
DUIDelegate.cpp204 HRESULT STDMETHODCALLTYPE UIDelegate::hasCustomMenuImplementation( in hasCustomMenuImplementation() function in UIDelegate
/external/webkit/WebKit/win/
DWebView.cpp1161 m_uiDelegate->hasCustomMenuImplementation(&hasCustomMenus); in handleContextMenuEvent()
1181 m_uiDelegate->hasCustomMenuImplementation(&hasCustomMenus); in onMeasureItem()
1195 m_uiDelegate->hasCustomMenuImplementation(&hasCustomMenus); in onDrawItem()
1213 m_uiDelegate->hasCustomMenuImplementation(&hasCustomMenus); in onInitMenuPopup()
1231 m_uiDelegate->hasCustomMenuImplementation(&hasCustomMenus); in onUninitMenuPopup()
DChangeLog5537 (WebInspectorDelegate::hasCustomMenuImplementation):
/external/webkit/WebKit/win/Interfaces/
DIWebUIDelegate.idl572 @method hasCustomMenuImplementation:
575 HRESULT hasCustomMenuImplementation([out, retval] BOOL* hasCustomMenus);
/external/webkit/WebKitTools/
DChangeLog6458 (UIDelegate::hasCustomMenuImplementation):
9951 (UIDelegate::hasCustomMenuImplementation):
11971 (BaseDelegate::hasCustomMenuImplementation):