HomeSort by relevance Sort by last modified time
    Searched refs:searchWithGoogle (Results 1 - 22 of 22) sorted by null

  /external/webkit/Source/WebKit/android/WebCoreSupport/
ContextMenuClientAndroid.h 42 virtual void searchWithGoogle(const Frame*);
ContextMenuClientAndroid.cpp 41 void ContextMenuClientAndroid::searchWithGoogle(const Frame*) { notImplemented(); }
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
ContextMenuClientHaiku.h 44 virtual void searchWithGoogle(const Frame*);
ContextMenuClientHaiku.cpp 79 void ContextMenuClientHaiku::searchWithGoogle(const Frame*)
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ContextMenuClientQt.h 48 virtual void searchWithGoogle(const Frame*);
ContextMenuClientQt.cpp 81 void ContextMenuClientQt::searchWithGoogle(const Frame*)
  /external/webkit/Source/WebKit/wx/WebKitSupport/
ContextMenuClientWx.h 47 virtual void searchWithGoogle(const Frame*);
ContextMenuClientWx.cpp 66 void ContextMenuClientWx::searchWithGoogle(const Frame*)
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebContextMenuClient.h 43 virtual void searchWithGoogle(const WebCore::Frame*);
WebContextMenuClient.mm 333 void WebContextMenuClient::searchWithGoogle(const Frame*)
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
ContextMenuClientWinCE.h 45 virtual void searchWithGoogle(const WebCore::Frame*);
ContextMenuClientWinCE.cpp 65 void ContextMenuClientWinCE::searchWithGoogle(const Frame*)
  /external/webkit/Source/WebCore/page/
ContextMenuClient.h 54 virtual void searchWithGoogle(const Frame*) = 0;
ContextMenuController.cpp 294 m_client->searchWithGoogle(frame);
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
ContextMenuClientImpl.h 52 virtual void searchWithGoogle(const WebCore::Frame*) {}
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ContextMenuClientGtk.h 51 virtual void searchWithGoogle(const WebCore::Frame*);
ContextMenuClientGtk.cpp 180 void ContextMenuClient::searchWithGoogle(const Frame*)
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebContextMenuClient.h 43 virtual void searchWithGoogle(const WebCore::Frame*);
WebContextMenuClient.cpp 111 void WebContextMenuClient::searchWithGoogle(const Frame* frame)
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebContextMenuClient.h 53 virtual void searchWithGoogle(const WebCore::Frame*);
WebContextMenuClient.cpp 71 void WebContextMenuClient::searchWithGoogle(const Frame* frame)
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 561 virtual void searchWithGoogle(const Frame*) { }

Completed in 269 milliseconds