Home | History | Annotate | Download | only in chromium

Lines Matching defs:DRTDevToolsClient

32 #include "DRTDevToolsClient.h"
45 DRTDevToolsClient::DRTDevToolsClient(DRTDevToolsAgent* agent, WebView* webView)
55 DRTDevToolsClient::~DRTDevToolsClient()
64 void DRTDevToolsClient::reset()
69 void DRTDevToolsClient::sendFrontendLoaded() {
74 void DRTDevToolsClient::sendMessageToBackend(const WebString& data)
80 void DRTDevToolsClient::sendDebuggerCommandToAgent(const WebString& command)
85 void DRTDevToolsClient::activateWindow()
90 void DRTDevToolsClient::closeWindow()
95 void DRTDevToolsClient::dockWindow()
100 void DRTDevToolsClient::undockWindow()
105 void DRTDevToolsClient::asyncCall(const WebString& args)
110 void DRTDevToolsClient::call(const WebString& args)