/external/chromium_org/chrome/browser/ui/ash/launcher/ |
multi_profile_browser_status_monitor.cc | 15 #include "chrome/browser/ui/tabs/tab_strip_model.h" 38 // Handle apps in browser tabs: Add the new applications. 57 // Handle apps in browser tabs: Add new (tabbed V1) applications.
|
/external/chromium_org/chrome/browser/ui/bookmarks/ |
bookmark_utils.h | 39 // background tabs. |navigator| is used to open the URLs. 57 // Shows the bookmark all tabs dialog. 84 // all tabs. This is a preference modifier, not a visual modifier.
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
history_menu_bridge.mm | 195 // If this is a window, create a submenu for all of its tabs. 198 std::vector<TabRestoreService::Tab>& tabs = entry_win->tabs; 199 if (!tabs.size()) 228 // Loop over the window's tabs and add them to the submenu. 231 for (it = tabs.begin(); it != tabs.end(); ++it) { 235 item->tabs.push_back(tab_item); 241 // Now that the number of tabs that has been added is known, set the title 243 if (item->tabs.size() == 1) [all...] |
tabpose_window_unittest.mm | 10 #include "chrome/browser/ui/tabs/tab_strip_model.h" 49 // Add a few tabs to the tab strip model. 74 // Add a few tabs to the tab strip model.
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
tab_controller.h | 8 #include "chrome/browser/ui/views/tabs/tab_strip_types.h" 24 // Controller for tabs. 89 // Returns true if tabs painted in the rectangular light-bar style.
|
/external/chromium_org/content/browser/resources/media/ |
tab_view.js | 6 * A TabView provides the ability to create tabs and switch between tabs. It's 15 * @param {Element} root The root DOM element containing the tabs.
|
/external/chromium_org/extensions/browser/ |
file_highlighter.h | 65 // be '"permissions": { "tabs", "history", "downloads" }', but the feature for 66 // 'tabs' within 'permissions' would just be '"tabs"'.
|
/external/chromium_org/tools/perf/metrics/ |
startup_metric.py | 51 num_open_tabs = len(tab.browser.tabs) 54 t = tab.browser.tabs[i] 78 # access a background tab. Ignore these tabs.
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
AppsCustomizeTabHost.java | 71 * Convenience methods to select specific tabs. We want to set the content type immediately 74 * tabs manually). 91 * Setup the tab host and create all necessary tabs. 99 final TabWidget tabs = getTabWidget(); local 102 mTabs = tabs; 107 if (tabs == null || mAppsCustomizePane == null) throw new Resources.NotFoundException(); 109 // Configure the tabs content factory to return the same paged view (that we change the 117 // Create the tabs 121 tabView = (TextView) mLayoutInflater.inflate(R.layout.tab_widget_indicator, tabs, false); 126 tabView = (TextView) mLayoutInflater.inflate(R.layout.tab_widget_indicator, tabs, false) [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
AppsCustomizeTabHost.java | 72 * Convenience methods to select specific tabs. We want to set the content type immediately 75 * tabs manually). 97 * Setup the tab host and create all necessary tabs. 105 final TabWidget tabs = getTabWidget(); local 108 mTabs = tabs; 113 if (tabs == null || mAppsCustomizePane == null) throw new Resources.NotFoundException(); 115 // Configure the tabs content factory to return the same paged view (that we change the 123 // Create the tabs 127 tabView = (TextView) mLayoutInflater.inflate(R.layout.tab_widget_indicator, tabs, false); 132 tabView = (TextView) mLayoutInflater.inflate(R.layout.tab_widget_indicator, tabs, false) [all...] |
/external/chromium_org/chrome/ |
chrome_browser_ui.gypi | 342 'browser/ui/ash/tabs/dock_info_ash.cc', 343 'browser/ui/ash/tabs/dock_info_ash.h', 344 'browser/ui/ash/tabs/dock_info_chromeos.cc', 357 'browser/ui/aura/tabs/dock_info_auralinux.cc', [all...] |
/external/chromium_org/chrome/browser/ui/tabs/ |
tab_strip_model.cc | 5 #include "chrome/browser/ui/tabs/tab_strip_model.h" 20 #include "chrome/browser/ui/tabs/tab_strip_model_delegate.h" 21 #include "chrome/browser/ui/tabs/tab_strip_model_order_controller.h" 175 // The group is used to model a set of tabs spawned from a single parent 181 // logical group of related tabs. 191 // this tab. This is the case for tabs opened in the foreground at the end 192 // of the TabStrip while viewing another Tab. If these tabs are closed 283 // Force app tabs to be pinned. 384 // TODO(jamescook): This breaks script connections with other tabs. 471 // This would result in mini tabs mixed with non-mini tabs. We don't allo 970 std::vector<WebContents*> tabs; local [all...] |
/external/chromium/chrome/browser/extensions/ |
app_process_apitest.cc | 73 // Open two tabs in the app, one outside it. 91 // The extension should have opened 3 new tabs. Including the original blank 92 // tab, we now have 4 tabs. Two should be part of the extension app, and 129 // If one of the popup tabs navigates back to the app, window.opener should 157 // Open two tabs in the app. 175 // 3 tabs, including the initial about:blank. The last 2 should be the same
|
/external/chromium_org/chrome/browser/extensions/api/tabs/ |
ash_panel_contents.cc | 5 #include "chrome/browser/extensions/api/tabs/ash_panel_contents.h" 10 #include "chrome/browser/extensions/api/tabs/tabs_constants.h" 11 #include "chrome/browser/extensions/api/tabs/tabs_windows_api.h" 12 #include "chrome/browser/extensions/api/tabs/windows_event_router.h" 29 // extent) via the chrome.windows and chrome.tabs API. This is a temporary 118 // selcted and highlighted (for purposes of the chrome.tabs API).
|
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
webNavigation.html | 24 You can find simple examples of using the tabs module in the 86 Not all navigating tabs correspond to actual tabs in Chrome's UI, e.g., a tab 87 that is being pre-rendered. Such tabs are not accessible via the 88 <a href="tabs.html">tabs API</a> nor can you request information about them via
|
/development/samples/ApiDemos/res/menu/ |
content_actions.xml | 29 android:title="Show Tabs" 32 android:title="Hide Tabs"
|
/development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/ |
TabHelper.java | 24 * Convenience helper to build a set of tabs for a {@link TabCompatActivity}. To use this class, 33 * Call CompatTab.setText().setIcon().setTabListener() to set up your tabs.
|
/external/chromium/chrome/browser/sessions/ |
session_service_test_helper.cc | 91 EXPECT_EQ(1U, windows[0]->tabs.size()); 92 EXPECT_EQ(nav_count, windows[0]->tabs[0]->navigations.size());
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_all_tabs_controller_unittest.mm | 76 [controller_ setDisplayName:@"ALL MY TABS"]; 80 EXPECT_EQ(folderChild->GetTitle(), ASCIIToUTF16("ALL MY TABS"));
|
/external/chromium/chrome/browser/ui/cocoa/ |
hung_renderer_controller.h | 13 // The dialog itself displays a list of frozen tabs, all of which 57 // The dialog will contain a list of all tabs that share a renderer
|
tabpose_window.h | 37 // A TabposeWindow shows an overview of open tabs and lets the user select a new 77 // Informs us of added/removed/updated tabs.
|
view_id_util.mm | 15 #import "chrome/browser/ui/cocoa/tabs/tab_strip_controller.h" 61 // As tabs can be created, destroyed or rearranged dynamically, we handle them
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
tab_strip_model_observer_bridge.mm | 5 #include "chrome/browser/ui/cocoa/tabs/tab_strip_model_observer_bridge.h" 7 #include "chrome/browser/tabs/tab_strip_model.h"
|
/external/chromium/chrome/browser/ui/tabs/ |
tab_menu_model.cc | 5 #include "chrome/browser/ui/tabs/tab_menu_model.h" 8 #include "chrome/browser/tabs/tab_strip_model.h"
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
tab_contents_container_native.h | 41 // should not be rendered to draw the resize corner, sidebar mini tabs etc. 87 // rendered to draw the resize corner, sidebar mini tabs etc.
|