HomeSort by relevance Sort by last modified time
    Searched refs:showContextMenu (Results 26 - 50 of 63) sorted by null

12 3

  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage.h 139 Q_SIGNAL void showContextMenu(QSharedPointer<QMenu>);
  /external/webkit/Source/WebCore/page/
Chrome.cpp 558 void Chrome::showContextMenu()
560 m_client->showContextMenu();
ChromeClient.h 306 virtual void showContextMenu() = 0;
ContextMenuController.cpp 106 showContextMenu(event);
109 void ContextMenuController::showContextMenu(Event* event, PassRefPtr<ContextMenuProvider> menuProvider)
120 showContextMenu(event);
142 void ContextMenuController::showContextMenu(Event* event)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebContextMenuProxyMac.mm 200 void WebContextMenuProxyMac::showContextMenu(const IntPoint& menuLocation, const Vector<WebContextMenuItemData>& items)
  /external/webkit/Source/WebKit/chromium/src/
ChromeClientImpl.h 194 virtual void showContextMenu() { }
ContextMenuClientImpl.cpp 294 m_webView->client()->showContextMenu(selected_web_frame, data);
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.h 183 virtual void showContextMenu();
WebChromeClient.mm 891 void WebChromeClient::showContextMenu()
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.h 189 virtual void showContextMenu();
WebChromeClient.cpp 667 void WebChromeClient::showContextMenu()
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorEditText.java 67 showContextMenu();
  /frameworks/base/core/java/android/text/method/
ArrowKeyMovementMethod.java 60 return widget.showContextMenu();
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 147 virtual void showContextMenu() { }
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.h 138 virtual void showContextMenu(WebKit::WebFrame*, const WebKit::WebContextMenuData&);
WebViewHost.cpp 475 void WebViewHost::showContextMenu(WebFrame*, const WebContextMenuData& contextMenuData)
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
DialogTest.java     [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 231 void ChromeClientAndroid::showContextMenu() { notImplemented(); }
  /frameworks/base/core/java/android/app/
Dialog.java 929 view.showContextMenu();
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 626 void showContextMenu(const WebCore::IntPoint& menuLocation, const ContextMenuState&, const Vector<WebContextMenuItemData>&, CoreIPC::ArgumentDecoder*);
    [all...]
WebPageProxy.cpp     [all...]
  /frameworks/base/core/java/android/widget/
Gallery.java     [all...]
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 574 showContextMenu();
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListItem.java 705 return v.showContextMenu();
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 1118 milliseconds

12 3