HomeSort by relevance Sort by last modified time
    Searched full:newtab (Results 26 - 50 of 282) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/components/metrics/
metrics_hashes_unittest.cc 21 {"NewTab", "0x290eb683f96572f1"},
  /packages/apps/Browser/src/com/android/browser/
TabControl.java 633 * Put the current tab in the background and set newTab as the current tab.
634 * @param newTab The new tab. If newTab is null, the current tab is not
637 boolean setCurrentTab(Tab newTab) {
638 return setCurrentTab(newTab, false);
642 * If force is true, this method skips the check for newTab == current.
644 private boolean setCurrentTab(Tab newTab, boolean force) {
646 if (current == newTab && !force) {
653 if (newTab == null) {
657 // Move the newTab to the end of the queu
    [all...]
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client_browsertest.cc 43 search_urls, GURL("http://example.com/newtab")));
46 GetMainFrame(), GURL("http://example.com/newtab"), "GET", false, false,
  /developers/build/prebuilts/gradle/ActionBarCompat-Styled/Application/src/main/java/com/example/android/actionbarcompat/styled/
MainActivity.java 50 ab.addTab(ab.newTab().setText("Tab 1").setTabListener(this));
51 ab.addTab(ab.newTab().setText("Tab 2").setTabListener(this));
52 ab.addTab(ab.newTab().setText("Tab 3").setTabListener(this));
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/Application/src/main/java/com/example/android/actionbarcompat/styled/
MainActivity.java 50 ab.addTab(ab.newTab().setText("Tab 1").setTabListener(this));
51 ab.addTab(ab.newTab().setText("Tab 2").setTabListener(this));
52 ab.addTab(ab.newTab().setText("Tab 3").setTabListener(this));
  /development/samples/browseable/ActionBarCompat-Styled/src/com.example.android.actionbarcompat.styled/
MainActivity.java 50 ab.addTab(ab.newTab().setText("Tab 1").setTabListener(this));
51 ab.addTab(ab.newTab().setText("Tab 2").setTabListener(this));
52 ab.addTab(ab.newTab().setText("Tab 3").setTabListener(this));
  /external/chromium_org/chrome/browser/extensions/
extension_url_rewrite_browsertest.cc 79 // Navigate to chrome://newtab and check that the location bar text is blank.
88 // is blank after navigating to chrome://newtab.
89 ASSERT_TRUE(LoadExtension(GetTestExtensionPath("newtab")));
extension_override_apitest.cc 52 ASSERT_TRUE(RunExtensionTest("override/newtab")) << message_;
57 ui_test_utils::NavigateToURL(browser(), GURL("chrome://newtab/"));
77 ASSERT_TRUE(RunExtensionTest("override/newtab")) << message_;
82 browser()->profile(), GURL("chrome://newtab/"));
window_open_apitest.cc 461 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, "testExtensionApi()"
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/
chrome_new_window_delegate.cc 80 void ChromeNewWindowDelegate::NewTab() {
83 chrome::NewTab(browser);
90 chrome::NewTab(displayer.browser());
  /development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
TabHelper.java 31 * Call {@link TabHelper#newTab(String)} to create each tab.
65 public CompatTab newTab(String tag) {
CompatTab.java 26 * on the current platform version, upon call to {@link TabHelper#newTab(String)}()
  /development/samples/Support13Demos/src/com/example/android/supportv13/app/
FragmentNestingPagerSupport.java 50 mTabsAdapter.addTab(bar.newTab().setText("Simple"),
52 mTabsAdapter.addTab(bar.newTab().setText("List"),
54 mTabsAdapter.addTab(bar.newTab().setText("Cursor"),
56 mTabsAdapter.addTab(bar.newTab().setText("Tabs"),
FragmentNestingStatePagerSupport.java 50 mTabsAdapter.addTab(bar.newTab().setText("Simple"),
52 mTabsAdapter.addTab(bar.newTab().setText("List"),
54 mTabsAdapter.addTab(bar.newTab().setText("Cursor"),
56 mTabsAdapter.addTab(bar.newTab().setText("Tabs"),
  /external/chromium_org/ash/
new_window_delegate.h 17 virtual void NewTab() = 0;
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
NativePage.java 29 * @return The hostname for this page, e.g. "newtab" or "bookmarks".
  /external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_apitest.cc 31 GURL("chrome://newtab/"));
  /external/chromium_org/chrome/browser/printing/
print_preview_dialog_controller_unittest.cc 38 chrome::NewTab(browser());
81 chrome::NewTab(browser());
85 chrome::NewTab(browser());
140 chrome::NewTab(browser());
  /external/chromium_org/chrome/browser/resources/hotword_helper/
manager.js 17 * - Newtab page is served via chrome://newtab/
147 url.indexOf(base + '/_/chrome/newtab?') === 0 || // Appcache NTP.
170 'chrome://newtab'
  /external/chromium_org/chrome/browser/resources/options/
startup_section.html 5 id="newtab-section-content">
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
WebRTCDemo.java 133 Tab tab = actionBar.newTab()
139 tab = actionBar.newTab()
145 tab = actionBar.newTab()
151 tab = actionBar.newTab()
  /frameworks/base/docs/html/training/backward-compatible-ui/
using-component.jd 50 // Usage is mTabHelper.newTab("tag")
51 public CompatTab newTab(String tag) {
122 .newTab("photos")
127 .newTab("videos")
  /packages/apps/Browser/res/layout/
tab_bar.xml 27 android:id="@+id/newtab"
  /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);

Completed in 2018 milliseconds

12 3 4 5 6 7 8 91011>>