HomeSort by relevance Sort by last modified time
    Searched defs:newtab (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/extensions/
window_open_apitest.cc 461 WebContents* newtab = NULL; local
464 start_url.Resolve("newtab.html"), true, &newtab));
467 ASSERT_TRUE(content::ExecuteScriptAndExtractBool(newtab, "testExtensionApi()",
484 GURL("chrome-extension://thisissurelynotavalidextensionid/newtab.html"),
490 // Tests that calling window.open from the newtab page to an extension URL
499 WebContents* newtab = NULL; local
504 last_loaded_extension_id() + "/newtab.html"),
506 &newtab));
510 ASSERT_TRUE(content::ExecuteScriptAndExtractBool(newtab, "testExtensionApi()"
    [all...]
extension_browsertest.cc 597 content::WebContents* newtab = controller->GetWebContents(); local
598 ASSERT_TRUE(newtab);
601 EXPECT_EQ(contents->GetRenderProcessHost(), newtab->GetRenderProcessHost());
603 EXPECT_NE(contents->GetRenderProcessHost(), newtab->GetRenderProcessHost());
606 *newtab_result = newtab;
  /external/chromium_org/chrome/browser/ui/
browser_browsertest.cc 960 WebContents* newtab = browser()->tab_strip_model()->GetActiveWebContents(); local
1048 WebContents* newtab = browser()->tab_strip_model()->GetActiveWebContents(); local
    [all...]

Completed in 385 milliseconds