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

  /external/webkit/WebKit/chromium/src/
WebDevToolsAgentPrivate.h 36 #include "../public/WebDevToolsAgent.h"
41 class WebDevToolsAgentPrivate : public WebDevToolsAgent {
DebuggerAgentManager.h 34 #include "WebDevToolsAgent.h"
69 static void setMessageLoopDispatchHandler(WebDevToolsAgent::MessageLoopDispatchHandler handler);
112 static WebDevToolsAgent::MessageLoopDispatchHandler s_messageLoopDispatchHandler;
WebDevToolsAgentImpl.cpp 116 // TODO(pfeldman): Make this public in WebDevToolsAgent API.
535 WebDevToolsAgent* WebDevToolsAgent::create(WebView* webview, WebDevToolsAgentClient* client)
540 void WebDevToolsAgent::executeDebuggerCommand(const WebString& command, int callerId)
545 void WebDevToolsAgent::debuggerPauseScript()
550 void WebDevToolsAgent::setMessageLoopDispatchHandler(MessageLoopDispatchHandler handler)
555 bool WebDevToolsAgent::dispatchMessageFromFrontendOnIOThread(const WebDevToolsMessageData& data)
DebuggerAgentManager.cpp 46 WebDevToolsAgent::MessageLoopDispatchHandler DebuggerAgentManager::s_messageLoopDispatchHandler = 0;
124 int hostId = debuggerAgent->webdevtoolsAgent()->hostId();
135 int hostId = debuggerAgent->webdevtoolsAgent()->hostId();
249 void DebuggerAgentManager::setMessageLoopDispatchHandler(WebDevToolsAgent::MessageLoopDispatchHandler handler)
WebViewImpl.h 152 virtual WebDevToolsAgent* devToolsAgent();
153 virtual void setDevToolsAgent(WebDevToolsAgent*);
WebViewImpl.cpp     [all...]
  /external/webkit/WebKit/chromium/public/
WebDevToolsAgent.h 47 class WebDevToolsAgent {
49 WEBKIT_API static WebDevToolsAgent* create(WebView*, WebDevToolsAgentClient*);
51 virtual ~WebDevToolsAgent() {}
WebView.h 40 class WebDevToolsAgent;
214 // The embedder may optionally engage a WebDevToolsAgent. This may only
216 virtual WebDevToolsAgent* devToolsAgent() = 0;
217 virtual void setDevToolsAgent(WebDevToolsAgent*) = 0;

Completed in 30 milliseconds