HomeSort by relevance Sort by last modified time
    Searched refs:newtab (Results 1 - 17 of 17) 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...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
import.h 55 PyAPI_FUNC(int) PyImport_ExtendInittab(struct _inittab *newtab);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
import.h 55 PyAPI_FUNC(int) PyImport_ExtendInittab(struct _inittab *newtab);
  /external/chromium_org/chrome/browser/renderer_host/
render_process_host_chrome_browsertest.cc 94 GURL newtab(chrome::kChromeUINewTabURL);
95 ui_test_utils::NavigateToURL(browser(), newtab); local
99 EXPECT_EQ(tab1->GetURL(), newtab);
132 // Create another TYPE_WEBUI tab. It should share the process with newtab.
187 GURL newtab(chrome::kChromeUINewTabURL);
188 ui_test_utils::NavigateToURL(browser(), newtab); local
216 chrome::NewTab(browser());
225 chrome::NewTab(browser());
244 GURL newtab(chrome::kChromeUINewTabURL);
245 ui_test_utils::NavigateToURL(browser(), newtab); local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
window_open_apitest.cc 430 WebContents* newtab = NULL; local
433 start_url.Resolve("newtab.html"), true, &newtab));
436 ASSERT_TRUE(content::ExecuteScriptAndExtractBool(newtab, "testExtensionApi()",
452 GURL("chrome-extension://thisissurelynotavalidextensionid/newtab.html"),
458 // Tests that calling window.open from the newtab page to an extension URL
467 WebContents* newtab = NULL; local
471 "/newtab.html"), false, &newtab));
475 ASSERT_TRUE(content::ExecuteScriptAndExtractBool(newtab, "testExtensionApi()"
    [all...]
extension_browsertest.cc 630 content::WebContents* newtab = controller->GetWebContents(); local
631 ASSERT_TRUE(newtab);
634 EXPECT_EQ(contents->GetRenderProcessHost(), newtab->GetRenderProcessHost());
636 EXPECT_NE(contents->GetRenderProcessHost(), newtab->GetRenderProcessHost());
639 *newtab_result = newtab;
  /external/chromium_org/chrome/browser/ui/
browser_browsertest.cc 654 // based on http://www.google.com/chrome/intl/en/webmasters-faq.html#newtab.
696 WebContents* newtab = browser()->tab_strip_model()->GetActiveWebContents(); local
697 EXPECT_TRUE(newtab);
698 EXPECT_NE(oldtab, newtab);
700 ASSERT_TRUE(newtab->GetController().GetLastCommittedEntry());
702 newtab->GetController().GetLastCommittedEntry()->GetURL().spec());
706 newtab->GetRenderProcessHost();
745 // http://www.google.com/chrome/intl/en/webmasters-faq.html#newtab will not
784 WebContents* newtab = browser()->tab_strip_model()->GetActiveWebContents(); local
785 EXPECT_TRUE(newtab);
    [all...]
  /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);
NavScreen.java 121 mNewTab = (ImageButton) findViewById(R.id.newtab);
TabBar.java 105 mNewTab = (ImageButton) findViewById(R.id.newtab);
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
android_browser_backend.py 209 'chrome://newtab/')
  /external/chromium_org/third_party/ply/
lex.py 149 newtab = { }
160 newtab[key] = newre
161 c.lexstatere = newtab
    [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...]
  /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 303 milliseconds