Home
last modified time | relevance | path

Searched refs:WebContentsTarget (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/devtools/
Ddevtools_target_impl.cc47 class WebContentsTarget : public DevToolsTargetImpl { class
49 WebContentsTarget(WebContents* web_contents, bool is_tab);
62 WebContentsTarget::WebContentsTarget(WebContents* web_contents, bool is_tab) in WebContentsTarget() function in __anon799ac19c0111::WebContentsTarget
130 WebContents* WebContentsTarget::GetWebContents() const { in GetWebContents()
134 int WebContentsTarget::GetTabId() const { in GetTabId()
138 std::string WebContentsTarget::GetExtensionId() const { in GetExtensionId()
142 void WebContentsTarget::Inspect(Profile* profile) const { in Inspect()
263 new WebContentsTarget(web_contents, is_tab)); in CreateForWebContents()
284 result.push_back(new WebContentsTarget(web_contents, is_tab)); in EnumerateAllTargets()