Searched refs:WebContentsTarget (Results 1 – 1 of 1) sorted by relevance
47 class WebContentsTarget : public DevToolsTargetImpl { class49 WebContentsTarget(WebContents* web_contents, bool is_tab);62 WebContentsTarget::WebContentsTarget(WebContents* web_contents, bool is_tab) in WebContentsTarget() function in __anon799ac19c0111::WebContentsTarget130 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()