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

/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_target_impl.cc49 WebContentsTarget(WebContents* web_contents, bool is_tab);
62 WebContentsTarget::WebContentsTarget(WebContents* web_contents, bool is_tab) argument
94 if (is_tab) {
261 bool is_tab) {
263 new WebContentsTarget(web_contents, is_tab));
282 const bool is_tab = local
284 result.push_back(new WebContentsTarget(web_contents, is_tab));
259 CreateForWebContents( content::WebContents* web_contents, bool is_tab) argument

Completed in 142 milliseconds