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

  /external/chromium/chrome/browser/extensions/
app_process_apitest.cc 34 TabContents* newtab = last_active_browser->GetSelectedTabContents(); local
35 EXPECT_TRUE(newtab);
36 if (!newtab->controller().GetLastCommittedEntry() ||
37 newtab->controller().GetLastCommittedEntry()->url() != url)
38 ui_test_utils::WaitForNavigation(&newtab->controller());
39 EXPECT_EQ(url, newtab->controller().GetLastCommittedEntry()->url());
41 EXPECT_EQ(opener_host->process(), newtab->render_view_host()->process());
43 EXPECT_NE(opener_host->process(), newtab->render_view_host()->process());
84 browser()->NewTab();
86 browser()->NewTab();
    [all...]
extension_browsertests_misc.cc 626 TabContents* newtab = last_active_browser->GetSelectedTabContents(); local
627 EXPECT_TRUE(newtab);
629 if (!newtab->controller().GetLastCommittedEntry() ||
630 newtab->controller().GetLastCommittedEntry()->url() != expected_url)
631 ui_test_utils::WaitForNavigation(&newtab->controller());
633 newtab->controller().GetLastCommittedEntry()->url());
635 *newtab_result = newtab;
644 TabContents* newtab; local
649 "newtab.html", &newtab));
680 TabContents* newtab; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
window_open_apitest.cc 447 WebContents* newtab = NULL; local
450 start_url.Resolve("newtab.html"), true, &newtab));
453 ASSERT_TRUE(content::ExecuteScriptAndExtractBool(newtab, "testExtensionApi()",
469 GURL("chrome-extension://thisissurelynotavalidextensionid/newtab.html"),
475 // Tests that calling window.open from the newtab page to an extension URL
484 WebContents* newtab = NULL; local
488 "/newtab.html"), false, &newtab));
492 ASSERT_TRUE(content::ExecuteScriptAndExtractBool(newtab, "testExtensionApi()"
    [all...]
extension_browsertest.cc 529 content::WebContents* newtab = controller->GetWebContents(); local
530 ASSERT_TRUE(newtab);
533 EXPECT_EQ(contents->GetRenderProcessHost(), newtab->GetRenderProcessHost());
535 EXPECT_NE(contents->GetRenderProcessHost(), newtab->GetRenderProcessHost());
538 *newtab_result = newtab;
  /packages/apps/Browser/src/com/android/browser/
PhoneUi.java 186 MenuItem newtab = menu.findItem(R.id.new_tab_menu_id); local
187 if (newtab != null && !mUseQuickControls) {
188 newtab.setVisible(false);
  /external/chromium_org/chrome/browser/ui/
browser_browsertest.cc 893 WebContents* newtab = browser()->tab_strip_model()->GetActiveWebContents(); local
981 WebContents* newtab = browser()->tab_strip_model()->GetActiveWebContents(); local
    [all...]
  /external/strace/
strace.c 1083 struct tcb **newtab = (struct tcb **) local
1088 if (newtab == NULL || newtcbs == NULL) {
1095 newtab[i] = &newtcbs[i - tcbtabsize];
1097 tcbtab = newtab;
    [all...]

Completed in 93 milliseconds