/external/chromium_org/chrome/browser/ssl/ |
ssl_browser_tests.cc | 20 #include "chrome/browser/ui/tabs/tab_strip_model.h" 601 // Create tabs and visit pages which keep on creating wss connections. 602 WebContents* tabs[16]; local 604 tabs[i] = chrome::AddSelectedTabWithURL(browser(), slave_url, 615 // Close tabs which contains the test page. 617 chrome::CloseWebContents(browser(), tabs[i], false); local [all...] |
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
chrome_launcher_controller_per_app_unittest.cc | 30 #include "chrome/browser/ui/tabs/tab_strip_model.h" 1038 int tabs = browser()->tab_strip_model()->count(); local [all...] |
chrome_launcher_controller_per_app_browsertest.cc | 42 #include "chrome/browser/ui/tabs/tab_strip_model.h" 1185 size_t tabs = NumberOfDetectedLauncherBrowsers(true); local [all...] |
/packages/apps/Settings/src/com/android/settings/applications/ |
ManageApplications.java | 913 PagerTabStrip tabs = (PagerTabStrip) rootView.findViewById(R.id.tabs); local [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
TabHostTest.java | 176 // add two additional tabs 202 assertEquals(android.R.id.tabs, tabHost.getTabWidget().getId());
|
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service_session_unittest.cc | 40 #include "chrome/browser/ui/tabs/tab_strip_model.h" 126 // Verifies number of windows, number of tabs, and basic fields. 148 ASSERT_EQ(win_iter->size(), win_ptr->tabs.size()); 154 SessionTab* tab = win_ptr->tabs[j]; 413 // Get the tabs for this machine from the node and check that they were 418 // Tabs are ordered by sessionid in tab_map, so should be able to traverse 419 // the tree based on order of tabs created 467 // Add tabs for the window. 489 // Build a foreign session with one window and four tabs. 504 // Add tabs for first window [all...] |
/external/chromium_org/chrome/renderer/resources/extensions/ |
event.js | 183 // chrome.tabs.onChanged = new Event("tab-changed"); 184 // chrome.tabs.onChanged.addListener(function(data) { alert(data); });
|
messaging.js | 297 // Shared implementation used by tabs.sendMessage and runtime.sendMessage.
|
/frameworks/base/core/java/com/android/internal/widget/ |
ActionBarView.java | 364 public void setEmbeddedTabView(ScrollingTabContainerView tabs) { 368 mTabScrollView = tabs; 369 mIncludeTabs = tabs != null; 375 tabs.setAllowCollapse(true); [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
ActionBarView.java | 376 public void setEmbeddedTabView(ScrollingTabContainerView tabs) { 380 mTabScrollView = tabs; 381 mIncludeTabs = tabs != null; 387 tabs.setAllowCollapse(true); [all...] |
/build/tools/droiddoc/templates-sdk/assets/css/ |
default.css | 618 /* inner-doc tabs w/ title */ 620 div#title-tabs-wrapper { 624 h1.with-title-tabs { 630 ul#title-tabs { 640 ul#title-tabs li { 646 ul#title-tabs li.selected { 649 ul#title-tabs li a { 652 ul#title-tabs li a:hover, 653 ul#title-tabs li a:active { [all...] |
/external/chromium/chrome/browser/resources/options/ |
options.js | 180 var subpagesNavTabs = document.querySelectorAll('.subpages-nav-tabs');
|
/external/chromium_org/chrome/browser/resources/options/ |
options.js | 245 var subpagesNavTabs = document.querySelectorAll('.subpages-nav-tabs');
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/ |
feed.js | 192 chrome.tabs.create({url: url});
|
/packages/apps/Browser/src/com/android/browser/ |
Controller.java | 215 // Tabs' notion of whether they represent bookmarked sites. 267 // remaining incognito tabs. 305 // not null, but there aren't any tabs to restore. 335 List<Tab> tabs = mTabControl.getTabs(); local 336 ArrayList<Long> restoredTabs = new ArrayList<Long>(tabs.size()); 337 for (Tab t : tabs) { 341 if (tabs.size() == 0) { 344 mUi.updateTabs(tabs); 661 // Save all the tabs 672 * @return Bundle containing the current state of all tabs [all...] |
/dalvik/docs/ |
prettify.js | 372 /** returns a function that expand tabs to spaces. This function can be fed 374 * keep track of how tabs are expanded. 376 * plain text and return the text with tabs expanded. 384 // walk over each character looking for tabs and newlines. 385 // On tabs, expand them. On newlines, reset charInLine. [all...] |
/external/chromium_org/chrome/browser/resources/google_now/ |
background.js | 138 tasks.instrumentChromeApiFunction('tabs.create', 1); 602 instrumented.tabs.create({url: url}, function(tab) {
|
/external/chromium_org/third_party/lcov/contrib/galaxy/ |
genflat.pl | 207 --num-spaces NUM Replace tabs with NUM spaces in source view
|
/external/chromium_org/third_party/lcov-1.9/contrib/galaxy/ |
genflat.pl | 207 --num-spaces NUM Replace tabs with NUM spaces in source view
|
/external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/ |
smartypants.php | 784 * Replaced a lot of space characters by tabs, saving about 4 KB.
|
/frameworks/base/core/java/android/widget/ |
TabHost.java | 117 * <p>Call setup() before adding tabs if loading TabHost using findViewById(). 126 mTabWidget = (TabWidget) findViewById(com.android.internal.R.id.tabs); 129 "Your TabHost must have a TabWidget whose id attribute is 'android.R.id.tabs'"); 132 // KeyListener to attach to all tabs. Detects non-navigation keys 246 * Removes all tabs from the tab widget associated with this tab host.
|
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
pac_library_unittest.js | 103 // Contains whitespace (spaces and tabs).
|
/external/chromium-libpac/test/js-unittest/ |
pac_library_unittest.js | 103 // Contains whitespace (spaces and tabs).
|
/external/chromium_org/net/data/proxy_resolver_v8_unittest/ |
pac_library_unittest.js | 103 // Contains whitespace (spaces and tabs).
|
/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
tab_strip_gtk.cc | 5 #include "chrome/browser/ui/gtk/tabs/tab_strip_gtk.h" 32 #include "chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h" 33 #include "chrome/browser/ui/gtk/tabs/tab_strip_menu_controller.h" 34 #include "chrome/browser/ui/tabs/tab_strip_model.h" 35 #include "chrome/browser/ui/tabs/tab_strip_model_delegate.h" 82 // tabs. 87 // point between tabs. 386 // Removed animated Tabs are never selected. 389 // less than kTabHOffset during layout tabs get negatively offset. 404 // All other tabs are sized according to the start/end widths specified a [all...] |