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

/external/chromium_org/chrome/browser/extensions/
H A Dwindow_open_apitest.cc461 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, "testExtensionAp
[all...]
H A Dextension_browsertest.cc597 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/
H A Dbrowser_browsertest.cc918 // based on http://www.google.com/chrome/intl/en/webmasters-faq.html#newtab.
960 WebContents* newtab = browser()->tab_strip_model()->GetActiveWebContents(); local
961 EXPECT_TRUE(newtab);
962 EXPECT_NE(oldtab, newtab);
964 ASSERT_TRUE(newtab->GetController().GetLastCommittedEntry());
966 newtab->GetController().GetLastCommittedEntry()->GetURL().spec());
970 newtab->GetRenderProcessHost();
1009 // http://www.google.com/chrome/intl/en/webmasters-faq.html#newtab will not
1048 WebContents* newtab = browser()->tab_strip_model()->GetActiveWebContents(); local
1049 EXPECT_TRUE(newtab);
[all...]
/external/strace/
H A Dstrace.c680 struct tcb **newtab = realloc(tcbtab, tcbtabsize * 2 * sizeof(tcbtab[0])); local
681 if (!newtab || !newtcbs)
684 tcbtab = newtab;

Completed in 2159 milliseconds