Home
last modified time | relevance | path

Searched refs:newtab (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
Dwindow_open_apitest.cc461 WebContents* newtab = NULL; in IN_PROC_BROWSER_TEST_F() local
464 start_url.Resolve("newtab.html"), true, &newtab)); in IN_PROC_BROWSER_TEST_F()
467 ASSERT_TRUE(content::ExecuteScriptAndExtractBool(newtab, "testExtensionApi()", in IN_PROC_BROWSER_TEST_F()
499 WebContents* newtab = NULL; in IN_PROC_BROWSER_TEST_F() local
506 &newtab)); in IN_PROC_BROWSER_TEST_F()
510 ASSERT_TRUE(content::ExecuteScriptAndExtractBool(newtab, "testExtensionApi()", in IN_PROC_BROWSER_TEST_F()
Dextension_browsertest.cc597 content::WebContents* newtab = controller->GetWebContents(); in OpenWindow() local
598 ASSERT_TRUE(newtab); in OpenWindow()
601 EXPECT_EQ(contents->GetRenderProcessHost(), newtab->GetRenderProcessHost()); in OpenWindow()
603 EXPECT_NE(contents->GetRenderProcessHost(), newtab->GetRenderProcessHost()); in OpenWindow()
606 *newtab_result = newtab; in OpenWindow()
/external/chromium_org/third_party/sqlite/src/test/
Dvtab7.test108 execsql { CREATE TABLE newtab(d, e, f); }
114 } {abc abc2 log newtab}
122 set ::rc [catchsql { DROP TABLE newtab }]
128 } {abc abc2 log newtab}
132 execsql {DROP TABLE newtab}
/external/chromium_org/chrome/browser/resources/chrome_app/
Dmanifest.json12 // Note this will be changed by special case to become chrome://newtab.
/external/chromium_org/chrome/browser/ui/
Dbrowser_browsertest.cc960 WebContents* newtab = browser()->tab_strip_model()->GetActiveWebContents(); in IN_PROC_BROWSER_TEST_F() local
961 EXPECT_TRUE(newtab); in IN_PROC_BROWSER_TEST_F()
962 EXPECT_NE(oldtab, newtab); in IN_PROC_BROWSER_TEST_F()
964 ASSERT_TRUE(newtab->GetController().GetLastCommittedEntry()); in IN_PROC_BROWSER_TEST_F()
966 newtab->GetController().GetLastCommittedEntry()->GetURL().spec()); in IN_PROC_BROWSER_TEST_F()
970 newtab->GetRenderProcessHost(); in IN_PROC_BROWSER_TEST_F()
1048 WebContents* newtab = browser()->tab_strip_model()->GetActiveWebContents(); in IN_PROC_BROWSER_TEST_F() local
1049 EXPECT_TRUE(newtab); in IN_PROC_BROWSER_TEST_F()
1050 EXPECT_NE(oldtab, newtab); in IN_PROC_BROWSER_TEST_F()
1052 ASSERT_TRUE(newtab->GetController().GetLastCommittedEntry()); in IN_PROC_BROWSER_TEST_F()
[all …]
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
Dmodule.pxd109 int PyImport_ExtendInittab(_inittab *newtab) except -1
111 # modules. The newtab array must end with a sentinel entry which
/external/chromium_org/third_party/ply/
Dlex.py149 newtab = { }
160 newtab[key] = newre
161 c.lexstatere = newtab
/external/strace/
Dstrace.c680 struct tcb **newtab = realloc(tcbtab, tcbtabsize * 2 * sizeof(tcbtab[0])); in expand_tcbtab() local
681 if (!newtab || !newtcbs) in expand_tcbtab()
684 tcbtab = newtab; in expand_tcbtab()
/external/chromium_org/components/metrics/proto/
Domnibox_event.proto87 // chrome://newtab/. This can be either the built-in version or a
/external/chromium_org/components/policy/resources/
Dpolicy_templates.json152 …he user is still able to set the home page to the new tab page by specifying 'chrome://newtab'.''',
195 …ng, the user's homepage will never be the New Tab Page, unless its URL is set to 'chrome://newtab'.
2117 'example_value': 'http://search.my.company/newtab',