Searched refs:newtab (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dwindow_open_apitest.cc461 WebContents* newtab = NULL; local
464 start_url.Resolve("newtab.html"), true, &newtab));
467 ASSERT_TRUE(content::ExecuteScriptAndExtractBool(newtab, "testExtensionApi()",
484 GURL("chrome-extension://thisissurelynotavalidextensionid/newtab.html"),
490 // Tests that calling window.open from the newtab page to an extension URL
499 WebContents* newtab = NULL; local
504 last_loaded_extension_id() + "/newtab.html"),
506 &newtab));
510 ASSERT_TRUE(content::ExecuteScriptAndExtractBool(newtab, "testExtensionAp
[all...]
H A Dextension_browsertest.cc597 content::WebContents* newtab = controller->GetWebContents(); local
598 ASSERT_TRUE(newtab);
601 EXPECT_EQ(contents->GetRenderProcessHost(), newtab->GetRenderProcessHost());
603 EXPECT_NE(contents->GetRenderProcessHost(), newtab->GetRenderProcessHost());
606 *newtab_result = newtab;
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_browsertest.cc918 // based on http://www.google.com/chrome/intl/en/webmasters-faq.html#newtab.
960 WebContents* newtab = browser()->tab_strip_model()->GetActiveWebContents(); local
961 EXPECT_TRUE(newtab);
962 EXPECT_NE(oldtab, newtab);
964 ASSERT_TRUE(newtab->GetController().GetLastCommittedEntry());
966 newtab->GetController().GetLastCommittedEntry()->GetURL().spec());
970 newtab->GetRenderProcessHost();
1009 // http://www.google.com/chrome/intl/en/webmasters-faq.html#newtab will not
1048 WebContents* newtab = browser()->tab_strip_model()->GetActiveWebContents(); local
1049 EXPECT_TRUE(newtab);
[all...]
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A 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/
H A Dlex.py149 newtab = { }
160 newtab[key] = newre
161 c.lexstatere = newtab
/external/strace/
H A Dstrace.c680 struct tcb **newtab = realloc(tcbtab, tcbtabsize * 2 * sizeof(tcbtab[0])); local
681 if (!newtab || !newtcbs)
684 tcbtab = newtab;
/external/chromium_org/components/test/data/web_database/
H A Dversion_53.sql9 INSERT INTO "keywords" VALUES(2,'Google','google.com','http://www.google.com/favicon.ico','{google:baseURL}search?q={searchTerms}&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:bookmarkBarPinned}{google:searchClient}{google:sourceId}{google:instantExtendedEnabledParameter}{google:omniboxStartMarginParameter}ie={inputEncoding}',1,'',0,0,'UTF-8',1,'{google:baseSuggestURL}search?{google:searchFieldtrialParameter}client={google:suggestClient}&xssi=t&q={searchTerms}&{google:cursorPosition}{google:zeroPrefixUrl}{google:pageClassification}sugkey={google:suggestAPIKeyParameter}',1,0,'{google:baseURL}webhp?sourceid=chrome-instant&{google:RLZ}{google:forceInstantResults}{google:instantExtendedEnabledParameter}{google:ntpIsThemedParameter}{google:omniboxStartMarginParameter}ie={inputEncoding}',0,'1D955A9B-6F30-D3FF-5F5C-002E40BDF482','["{google:baseURL}#q={searchTerms}","{google:baseURL}search#q={searchTerms}","{google:baseURL}webhp#q={searchTerms}"]','espv','{google:baseURL}searchbyimage/upload','','','','encoded_image={google:imageThumbnail},image_url={google:imageURL},sbisrc={google:imageSearchSource},original_width={google:imageOriginalWidth},original_height={google:imageOriginalHeight}','{google:baseURL}_/chrome/newtab?{google:RLZ}{google:instantExtendedEnabledParameter}{google:ntpIsThemedParameter}ie={inputEncoding}');

Completed in 625 milliseconds