Searched defs:DevToolsAgentHost (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/public/browser/
H A Ddevtools_agent_host.h24 class CONTENT_EXPORT DevToolsAgentHost class in namespace:content
25 : public base::RefCounted<DevToolsAgentHost> {
41 // Returns DevToolsAgentHost with a given |id| or NULL of it does not exist.
42 static scoped_refptr<DevToolsAgentHost> GetForId(const std::string& id);
44 // Returns DevToolsAgentHost that can be used for inspecting |web_contents|.
45 // New DevToolsAgentHost will be created if it does not exist.
46 static scoped_refptr<DevToolsAgentHost> GetOrCreateFor(
49 // Returns true iff an instance of DevToolsAgentHost for the |web_contents|
53 // Returns DevToolsAgentHost that can be used for inspecting shared worker
55 static scoped_refptr<DevToolsAgentHost> GetForWorke
[all...]

Completed in 188 milliseconds