Searched refs:sendMessageToFrontend (Results 1 - 25 of 30) sorted by relevance

12

/external/webkit/Source/WebCore/inspector/
H A DInspectorFrontendChannel.h36 virtual bool sendMessageToFrontend(const String& message) = 0;
H A DInspectorFrontendProxy.cpp63 bool InspectorFrontendProxy::sendMessageToFrontend(const String& message) function in class:WebCore::InspectorFrontendProxy
67 return m_receiver->sendMessageToFrontend(message);
H A DEventsCollector.cpp54 receiver->sendMessageToFrontend(*it);
H A DInspectorFrontendProxy.h46 virtual bool sendMessageToFrontend(const String& message);
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DInspectorClientEfl.cpp61 bool InspectorClientEfl::sendMessageToFrontend(const String&) function in class:WebCore::InspectorClientEfl
H A DInspectorClientEfl.h54 virtual bool sendMessageToFrontend(const String&);
/external/webkit/Source/WebKit/chromium/src/
H A DInspectorClientImpl.cpp84 bool InspectorClientImpl::sendMessageToFrontend(const WTF::String& message) function in class:WebKit::InspectorClientImpl
87 return agent->sendMessageToFrontend(message);
H A DInspectorClientImpl.h56 virtual bool sendMessageToFrontend(const WTF::String&);
H A DWebDevToolsAgentImpl.h88 virtual bool sendMessageToFrontend(const WTF::String&);
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DInspectorClientHaiku.cpp70 bool InspectorClientHaiku::sendMessageToFrontend(const String&) function in class:WebCore::InspectorClientHaiku
H A DInspectorClientHaiku.h52 virtual bool sendMessageToFrontend(const WTF::String&);
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DInspectorClientWx.cpp75 bool InspectorClientWx::sendMessageToFrontend(const String&) function in class:WebCore::InspectorClientWx
H A DInspectorClientWx.h52 virtual bool sendMessageToFrontend(const String&);
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DInspectorClientAndroid.h49 virtual bool sendMessageToFrontend(const WTF::String&) { return false; } function in class:android::InspectorClientAndroid
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DInspectorClientWinCE.cpp78 bool InspectorClientWinCE::sendMessageToFrontend(const String& message) function in class:WebKit::InspectorClientWinCE
H A DInspectorClientWinCE.h49 virtual bool sendMessageToFrontend(const WTF::String&);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebInspectorClient.h55 virtual bool sendMessageToFrontend(const String&);
H A DWebInspectorClient.cpp77 bool WebInspectorClient::sendMessageToFrontend(const String& message) function in class:WebKit::WebInspectorClient
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DInspectorClientGtk.h62 virtual bool sendMessageToFrontend(const WTF::String&);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DInspectorClientQt.h61 virtual bool sendMessageToFrontend(const String&);
H A DInspectorServerQt.h74 bool sendMessageToFrontend(const String& message);
H A DInspectorClientQt.cpp279 bool InspectorClientQt::sendMessageToFrontend(const String& message) function in class:WebCore::InspectorClientQt
285 session->sendMessageToFrontend(message);
/external/webkit/Source/WebKit/cf/WebCoreSupport/
H A DWebInspectorClientCF.cpp110 bool WebInspectorClient::sendMessageToFrontend(const String& message) function in class:WebInspectorClient
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebInspectorClient.h65 virtual bool sendMessageToFrontend(const WTF::String&);
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebInspectorClient.h64 virtual bool sendMessageToFrontend(const WTF::String&);

Completed in 1144 milliseconds

12