HomeSort by relevance Sort by last modified time
    Searched refs:newtab (Results 1 - 13 of 13) sorted by null

  /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/extensions/
window_open_apitest.cc 460 WebContents* newtab = NULL; local
463 start_url.Resolve("newtab.html"), true, &newtab));
466 ASSERT_TRUE(content::ExecuteScriptAndExtractBool(newtab, "testExtensionApi()",
483 GURL("chrome-extension://thisissurelynotavalidextensionid/newtab.html"),
489 // Tests that calling window.open from the newtab page to an extension URL
498 WebContents* newtab = NULL; local
503 last_loaded_extension_id() + "/newtab.html"),
505 &newtab));
509 ASSERT_TRUE(content::ExecuteScriptAndExtractBool(newtab, "testExtensionApi()"
    [all...]
extension_browsertest.cc 585 content::WebContents* newtab = controller->GetWebContents(); local
586 ASSERT_TRUE(newtab);
589 EXPECT_EQ(contents->GetRenderProcessHost(), newtab->GetRenderProcessHost());
591 EXPECT_NE(contents->GetRenderProcessHost(), newtab->GetRenderProcessHost());
594 *newtab_result = newtab;
  /external/chromium_org/chrome/browser/resources/hotword_helper/
optin_client.js 9 * It is injected into the newtab page and also google.com and notifies the
manager.js 17 * - Newtab page is served via chrome://newtab/
148 url.indexOf(base + '/_/chrome/newtab?') === 0 || // Appcache NTP.
171 'chrome://newtab'
  /external/chromium_org/chrome/browser/ui/
browser_browsertest.cc 964 WebContents* newtab = browser()->tab_strip_model()->GetActiveWebContents(); local
1050 WebContents* newtab = browser()->tab_strip_model()->GetActiveWebContents(); local
    [all...]
  /packages/apps/Browser/src/com/android/browser/
PhoneUi.java 187 MenuItem newtab = menu.findItem(R.id.new_tab_menu_id); local
188 if (newtab != null && !mUseQuickControls) {
189 newtab.setVisible(false);
NavScreen.java 121 mNewTab = (ImageButton) findViewById(R.id.newtab);
TabBar.java 105 mNewTab = (ImageButton) findViewById(R.id.newtab);
  /external/chromium_org/third_party/ply/
lex.py 149 newtab = { }
160 newtab[key] = newre
161 c.lexstatere = newtab
    [all...]
  /external/strace/
strace.c 680 struct tcb **newtab = realloc(tcbtab, tcbtabsize * 2 * sizeof(tcbtab[0])); local
681 if (!newtab || !newtcbs)
684 tcbtab = newtab;
    [all...]
  /external/chromium_org/components/test/data/web_database/
version_53.sql 9 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 456 milliseconds