HomeSort by relevance Sort by last modified time
    Searched defs:IPCDevToolsAgentHost (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/devtools/
ipc_devtools_agent_host.h 16 class CONTENT_EXPORT IPCDevToolsAgentHost : public DevToolsAgentHostImpl {
25 virtual ~IPCDevToolsAgentHost();
ipc_devtools_agent_host.cc 11 void IPCDevToolsAgentHost::Attach() {
16 void IPCDevToolsAgentHost::Detach() {
21 void IPCDevToolsAgentHost::DispatchOnInspectorBackend(
27 void IPCDevToolsAgentHost::InspectElement(int x, int y) {
32 IPCDevToolsAgentHost::~IPCDevToolsAgentHost() {
35 void IPCDevToolsAgentHost::Reattach(const std::string& saved_agent_state) {

Completed in 50 milliseconds