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

  /external/chromium_org/chrome/browser/extensions/
window_open_apitest.cc 460 WebContents* newtab = NULL; local
463 start_url.Resolve("newtab.html"), true, &newtab));
466 ASSERT_TRUE(content::ExecuteScriptAndExtractBool(newtab, "testExtensionApi()",
483 GURL("chrome-extension://thisissurelynotavalidextensionid/newtab.html"),
489 // Tests that calling window.open from the newtab page to an extension URL
498 WebContents* newtab = NULL; local
503 last_loaded_extension_id() + "/newtab.html"),
505 &newtab));
509 ASSERT_TRUE(content::ExecuteScriptAndExtractBool(newtab, "testExtensionApi()"
    [all...]
extension_browsertest.cc 585 content::WebContents* newtab = controller->GetWebContents(); local
586 ASSERT_TRUE(newtab);
589 EXPECT_EQ(contents->GetRenderProcessHost(), newtab->GetRenderProcessHost());
591 EXPECT_NE(contents->GetRenderProcessHost(), newtab->GetRenderProcessHost());
594 *newtab_result = newtab;
  /packages/apps/Browser/src/com/android/browser/
PhoneUi.java 187 MenuItem newtab = menu.findItem(R.id.new_tab_menu_id); local
188 if (newtab != null && !mUseQuickControls) {
189 newtab.setVisible(false);
  /external/chromium_org/chrome/browser/ui/
browser_browsertest.cc 964 WebContents* newtab = browser()->tab_strip_model()->GetActiveWebContents(); local
1050 WebContents* newtab = browser()->tab_strip_model()->GetActiveWebContents(); local
    [all...]
  /external/strace/
strace.c 680 struct tcb **newtab = realloc(tcbtab, tcbtabsize * 2 * sizeof(tcbtab[0])); local
681 if (!newtab || !newtcbs)
684 tcbtab = newtab;
    [all...]

Completed in 228 milliseconds