/frameworks/base/docs/html/design/building-blocks/ |
index.jd | 23 <a href="{@docRoot}design/building-blocks/tabs.html" class="landing-page-link">Tabs</a> 26 <a href="{@docRoot}design/building-blocks/tabs.html">
|
/external/chromium/chrome/browser/resources/shared/css/ |
tabs.css | 6 tabs { 13 tabs > * { 28 tabs > :not([selected]):hover { 32 tabs > [selected] { 41 tabs:focus { 45 html.focus-outline-visible tabs:focus > [selected] {
|
/external/chromium/chrome/browser/tabs/ |
pinned_tab_service_unittest.cc | 8 #include "chrome/browser/tabs/pinned_tab_codec.h" 9 #include "chrome/browser/tabs/pinned_tab_service.h" 10 #include "chrome/browser/tabs/pinned_tab_test_utils.h" 11 #include "chrome/browser/tabs/tab_strip_model.h" 34 // Makes sure closing a popup triggers writing pinned tabs. 46 // Close the browser. This should trigger saving the tabs.
|
pinned_tab_service_factory.cc | 5 #include "chrome/browser/tabs/pinned_tab_service_factory.h" 7 #include "chrome/browser/tabs/pinned_tab_service.h"
|
tab_strip_model.h | 12 #include "chrome/browser/tabs/tab_strip_model_observer.h" 13 #include "chrome/browser/tabs/tab_strip_selection_model.h" 32 // tasks like adding new Tabs from just a URL, etc. 35 // . Mini-tab. Mini tabs are locked to the left side of the tab strip and 36 // rendered differently (small tabs with only a favicon). The model makes 37 // sure all mini-tabs are at the beginning of the tab strip. For example, 38 // if a non-mini tab is added it is forced to be with non-mini tabs. Requests 39 // to move tabs outside the range of the tab type are ignored. For example, 40 // a request to move a mini-tab after non-mini-tabs is ignored. 42 // there are two tab types that are implicitly mini-tabs [all...] |
pinned_tab_codec.h | 17 // PinnedTabCodec is used to read and write the set of pinned tabs to 18 // preferences. When Chrome exits the sets of pinned tabs are written to prefs. 20 // pinned tabs is opened. 32 // Reads and returns the set of pinned tabs to restore from preferences.
|
pinned_tab_codec_unittest.cc | 8 #include "chrome/browser/tabs/pinned_tab_codec.h" 9 #include "chrome/browser/tabs/pinned_tab_test_utils.h" 10 #include "chrome/browser/tabs/tab_strip_model.h" 18 // Make sure nothing is restored when the browser has no pinned tabs.
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
side_tab_strip_controller.h | 7 #import "chrome/browser/ui/cocoa/tabs/tab_strip_controller.h" 9 // A controller for the tab strip when side tabs are enabled.
|
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/pin/ |
background.html | 14 chrome.tabs.getSelected(null, function(tab) { 16 chrome.tabs.update(tab.id, {'pinned': !tab.pinned});
|
/external/chromium_org/chrome/browser/ui/tabs/ |
tab_strip_layout_type_prefs.cc | 5 #include "chrome/browser/ui/tabs/tab_strip_layout_type_prefs.h" 8 #include "chrome/browser/ui/tabs/tab_strip_layout_type.h"
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/browserAction/make_page_red/ |
background.js | 7 // No tabs or host permissions needed! 9 chrome.tabs.executeScript({
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/ |
manifest.json | 8 "tabs" 14 "tabs.js",
|
/external/chromium/chrome/browser/extensions/ |
extension_tabs_module.h | 89 // Tabs 93 DECLARE_EXTENSION_FUNCTION_NAME("tabs.get") 98 DECLARE_EXTENSION_FUNCTION_NAME("tabs.getCurrent") 103 DECLARE_EXTENSION_FUNCTION_NAME("tabs.getSelected") 108 DECLARE_EXTENSION_FUNCTION_NAME("tabs.getAllInWindow") 113 DECLARE_EXTENSION_FUNCTION_NAME("tabs.create") 126 DECLARE_EXTENSION_FUNCTION_NAME("tabs.update") 131 DECLARE_EXTENSION_FUNCTION_NAME("tabs.move") 136 DECLARE_EXTENSION_FUNCTION_NAME("tabs.remove") 149 DECLARE_EXTENSION_FUNCTION_NAME("tabs.detectLanguage" [all...] |
/external/chromium_org/chrome/browser/sync/test/integration/performance/ |
sessions_sync_perf_test.cc | 12 #include "chrome/browser/ui/tabs/tab_strip_model.h" 28 // Opens |num_tabs| new tabs on |profile|. 31 // Update all tabs in |profile| by visiting a new URL. 34 // Close all tabs in |profile|. 37 // Returns the number of open tabs in all sessions (local + foreign) for 93 // Foreign session data may be empty. In this case we only count tabs in 104 tab_count += win_it->second->tabs.size(); 127 SyncTimingHelper::PrintResult("tabs", "add_tabs", dt); 133 SyncTimingHelper::PrintResult("tabs", "update_tabs", dt); 137 // New tab page remains open on profile 0 after closing all tabs [all...] |
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
windows.html | 4 will contain an array of <code>$ref:tabs.Tab</code> objects. 6 You must declare the <code>"tabs"</code> permission in your 8 <code>$ref:[tabs.Tab.url url]</code>, 9 <code>$ref:[tabs.Tab.title title]</code>, or 10 <code>$ref:[tabs.Tab.favIconUrl favIconUrl]</code> properties of 11 <code>$ref:tabs.Tab</code>. 19 <b>"permissions": ["tabs"]</b>, 38 creates a few tabs or windows from a single HTML file, 41 $ref:tabs.query. 61 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/tabs/inspector/tabs_api.html?content-type=text/plain">tabs_api.html</a> fil [all...] |
/external/chromium/chrome/browser/resources/bookmark_manager/ |
manifest.json | 13 "tabs",
|
/external/chromium/chrome/browser/ui/webui/ |
value_helper.cc | 30 if (window.tabs.empty()) { 35 for (size_t i = 0; i < window.tabs.size(); ++i) { 37 if (TabToValue(window.tabs[i], tab_value.get())) 44 dictionary->Set("tabs", tab_values.release());
|
/external/chromium/chrome/common/extensions/docs/examples/api/bookmarks/basic/ |
manifest.json | 6 "bookmarks", "tabs"
|
/external/chromium/chrome/common/extensions/docs/examples/api/browserAction/print/ |
background.html | 7 chrome.tabs.update(tab.id, {url: action_url});
|
manifest.json | 7 "tabs", "http://*/*", "https://*/*"
|
/external/chromium/chrome/common/extensions/docs/examples/api/browserAction/set_page_color/ |
manifest.json | 5 "tabs", "http://*/*", "https://*/*"
|
/external/chromium/chrome/common/extensions/docs/examples/api/cookies/ |
manifest.json | 5 "permissions": [ "cookies", "tabs", "http://*/*", "https://*/*" ],
|
/external/chromium/chrome/common/extensions/docs/examples/api/history/showHistory/ |
manifest.json | 5 "permissions": ["history", "tabs"],
|
/external/chromium/chrome/common/extensions/docs/examples/api/messaging/timer/ |
manifest.json | 5 "permissions": ["tabs"],
|
/external/chromium/chrome/common/extensions/docs/examples/api/notifications/ |
manifest.json | 7 "permissions": ["tabs", "notifications"],
|