Searched refs:DRTDevToolsClient (Results 1 – 9 of 9) sorted by relevance
45 DRTDevToolsClient::DRTDevToolsClient(DRTDevToolsAgent* agent, WebView* webView) in DRTDevToolsClient() function in DRTDevToolsClient55 DRTDevToolsClient::~DRTDevToolsClient() in ~DRTDevToolsClient()64 void DRTDevToolsClient::reset() in reset()69 void DRTDevToolsClient::sendFrontendLoaded() { in sendFrontendLoaded()74 void DRTDevToolsClient::sendMessageToBackend(const WebString& data) in sendMessageToBackend()80 void DRTDevToolsClient::sendDebuggerCommandToAgent(const WebString& command) in sendDebuggerCommandToAgent()85 void DRTDevToolsClient::activateWindow() in activateWindow()90 void DRTDevToolsClient::closeWindow() in closeWindow()95 void DRTDevToolsClient::dockWindow() in dockWindow()100 void DRTDevToolsClient::undockWindow() in undockWindow()[all …]
49 class DRTDevToolsClient : public WebKit::WebDevToolsFrontendClient {50 WTF_MAKE_NONCOPYABLE(DRTDevToolsClient);52 DRTDevToolsClient(DRTDevToolsAgent*, WebKit::WebView*);53 virtual ~DRTDevToolsClient();73 class AsyncCallTask: public MethodTask<DRTDevToolsClient> {75 AsyncCallTask(DRTDevToolsClient* object, const WebKit::WebString& args) in AsyncCallTask()76 : MethodTask<DRTDevToolsClient>(object), m_args(args) {} in AsyncCallTask()
49 class DRTDevToolsClient; variable68 void attach(DRTDevToolsClient*);97 DRTDevToolsClient* m_drtDevToolsClient;
60 class DRTDevToolsClient; variable166 DRTDevToolsClient* drtDevToolsClient() { return m_drtDevToolsClient.get(); } in drtDevToolsClient()193 OwnPtr<DRTDevToolsClient> m_drtDevToolsClient;
107 void DRTDevToolsAgent::attach(DRTDevToolsClient* client) in attach()
149 m_drtDevToolsClient.set(new DRTDevToolsClient(agent, m_devTools->webView())); in createDRTDevToolsClient()
14 'chromium/DRTDevToolsClient.cpp',15 'chromium/DRTDevToolsClient.h',
15319 * DumpRenderTree/chromium/DRTDevToolsClient.cpp:15320 * DumpRenderTree/chromium/DRTDevToolsClient.h:18347 * DumpRenderTree/chromium/DRTDevToolsClient.cpp:18348 (DRTDevToolsClient::DRTDevToolsClient):22108 * DumpRenderTree/chromium/DRTDevToolsClient.cpp:22109 (DRTDevToolsClient::DRTDevToolsClient):22110 (DRTDevToolsClient::~DRTDevToolsClient):22111 (DRTDevToolsClient::reset):22112 (DRTDevToolsClient::asyncCall):22113 * DumpRenderTree/chromium/DRTDevToolsClient.h:[all …]
7771 * DumpRenderTree/chromium/DRTDevToolsClient.cpp:7772 (DRTDevToolsClient::sendMessageToBackend):7773 (DRTDevToolsClient::asyncCall):7774 (DRTDevToolsClient::call):7775 * DumpRenderTree/chromium/DRTDevToolsClient.h: