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

/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_target_impl.cc45 // WebContentsTarget --------------------------------------------------------
47 class WebContentsTarget : public DevToolsTargetImpl { class in namespace:__anon3555
49 WebContentsTarget(WebContents* web_contents, bool is_tab);
62 WebContentsTarget::WebContentsTarget(WebContents* web_contents, bool is_tab) function in class:__anon3555::WebContentsTarget
130 WebContents* WebContentsTarget::GetWebContents() const {
134 int WebContentsTarget::GetTabId() const {
138 std::string WebContentsTarget::GetExtensionId() const {
142 void WebContentsTarget::Inspect(Profile* profile) const {
263 new WebContentsTarget(web_content
[all...]

Completed in 49 milliseconds