HomeSort by relevance Sort by last modified time
    Searched refs:showContextMenu (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/page/
ContextMenuClient.h 36 virtual void showContextMenu(const ContextMenu*) = 0;
ContextMenuController.h 55 void showContextMenu(Event*, PassRefPtr<ContextMenuProvider>);
65 void showContextMenu(Event*);
ContextMenuController.cpp 75 showContextMenu(event);
78 void ContextMenuController::showContextMenu(Event* event, PassRefPtr<ContextMenuProvider> menuProvider)
89 showContextMenu(event);
113 void ContextMenuController::showContextMenu(Event* event)
115 m_client->showContextMenu(m_contextMenu.get());
  /external/chromium_org/third_party/WebKit/Source/web/
ContextMenuClientImpl.h 45 virtual void showContextMenu(const WebCore::ContextMenu*);
ContextMenuClientImpl.cpp 177 void ContextMenuClientImpl::showContextMenu(const WebCore::ContextMenu* defaultMenu)
368 m_webView->client()->showContextMenu(selected_web_frame, data);
WebViewImpl.h 313 virtual void showContextMenu();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorFrontendHost.idl 54 [Custom] void showContextMenu(MouseEvent event, any items);
InspectorFrontendHost.h 74 void showContextMenu(Event*, const Vector<ContextMenuItem>& items);
InspectorFrontendHost.cpp 237 void InspectorFrontendHost::showContextMenu(Event* event, const Vector<ContextMenuItem>& items)
251 menuController->showContextMenu(event, menuProvider);
  /external/chromium_org/third_party/WebKit/public/testing/
WebTestProxy.h 173 void showContextMenu(WebKit::WebFrame*, const WebKit::WebContextMenuData&);
386 virtual void showContextMenu(WebKit::WebFrame* frame, const WebKit::WebContextMenuData& contextMenuData)
388 WebTestProxyBase::showContextMenu(frame, contextMenuData);
389 Base::showContextMenu(frame, contextMenuData);
  /external/chromium_org/third_party/WebKit/public/web/
WebViewClient.h 260 virtual void showContextMenu(WebFrame*, const WebContextMenuData&) { }
WebView.h 441 virtual void showContextMenu() = 0;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
SoftContextMenu.js 392 if (!InspectorFrontendHost.showContextMenu) {
394 InspectorFrontendHost.showContextMenu = function(event, items)
ContextMenu.js 202 InspectorFrontendHost.showContextMenu(this._event, menuObject);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8InspectorFrontendHostCustom.cpp 126 frontendHost->showContextMenu(event, items);
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorEditText.java 67 showContextMenu();
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 327 virtual void showContextMenu(const ContextMenu*) OVERRIDE { }
  /frameworks/base/core/java/android/text/method/
ArrowKeyMovementMethod.java 60 return widget.showContextMenu();
  /cts/tests/tests/app/src/android/app/cts/
DialogTest.java     [all...]
  /frameworks/base/core/java/android/app/
Dialog.java 935 view.showContextMenu();
    [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 702 return v.showContextMenu();
    [all...]
  /external/chromium_org/content/renderer/
render_view_impl.h 485 virtual void showContextMenu(WebKit::WebFrame* frame,
723 virtual int ShowContextMenu(ContextMenuClient* client,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestProxy.cpp     [all...]

Completed in 981 milliseconds

1 2