HomeSort by relevance Sort by last modified time
    Searched refs:newtab (Results 1 - 9 of 9) 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...]
  /packages/apps/Browser/src/com/android/browser/
PhoneUi.java 209 MenuItem newtab = menu.findItem(R.id.new_tab_menu_id); local
210 if (newtab != null && !mUseQuickControls) {
211 newtab.setVisible(false);
NavScreen.java 121 mNewTab = (ImageButton) findViewById(R.id.newtab);
TabBar.java 108 mNewTab = (ImageButton) findViewById(R.id.newtab);
  /external/strace/
strace.c 724 struct tcb **newtab = (struct tcb **) local
729 if (newtab == NULL || newtcbs == NULL) {
730 if (newtab != NULL)
731 free(newtab);
735 newtab[i] = &newtcbs[i - tcbtabsize];
737 tcbtab = newtab;
    [all...]
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 676 // TODO(estade): rename newtab.css to new_tab_theme.css
678 $('themecss').href = 'chrome://theme/css/newtab.css?' + Date.now();
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 74 * in newtab.css. Unfortunately there's no better way to try to time
  /external/chromium/chrome/browser/resources/
new_new_tab.js 888 $('themecss').href = 'chrome://theme/css/newtab.css?' + Date.now();
    [all...]

Completed in 144 milliseconds