Searched refs:newtab (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/chrome/browser/extensions/ |
D | window_open_apitest.cc | 461 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()
|
D | extension_browsertest.cc | 597 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/ |
D | vtab7.test | 108 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/ |
D | manifest.json | 12 // Note this will be changed by special case to become chrome://newtab.
|
/external/chromium_org/chrome/browser/ui/ |
D | browser_browsertest.cc | 960 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/ |
D | module.pxd | 109 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/ |
D | lex.py | 149 newtab = { } 160 newtab[key] = newre 161 c.lexstatere = newtab
|
/external/strace/ |
D | strace.c | 680 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/ |
D | omnibox_event.proto | 87 // chrome://newtab/. This can be either the built-in version or a
|
/external/chromium_org/components/policy/resources/ |
D | policy_templates.json | 152 …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',
|