/external/chromium_org/chrome/browser/sync/sessions/ |
sessions_util.h | 15 // Control which local tabs we're interested in syncing.
|
/external/chromium_org/chrome/browser/ui/android/ |
tab_restore_service_delegate_android.cc | 5 // Tabs persistence is implemented on the Java side.
|
/external/chromium_org/chrome/browser/ui/ |
browser_toolbar_model_delegate.cc | 8 #include "chrome/browser/ui/tabs/tab_strip_model.h"
|
/external/chromium_org/chrome/browser/ui/tab_contents/ |
tab_contents_iterator_unittest.cc | 17 #include "chrome/browser/ui/tabs/tab_strip_model.h" 27 // Helper function to iterate and count all the tabs. 75 // Add some tabs. 82 // Close some tabs. 87 // Add lots of tabs. 92 // Close all remaining tabs to keep all the destructors happy. 129 // Add some tabs. 146 // Close some tabs. 176 // Close all remaining tabs to keep all the destructors happy.
|
/external/chromium_org/chrome/browser/ui/toolbar/ |
recent_tabs_sub_menu_model.h | 38 // A menu model that builds the contents of "Recent tabs" submenu, which include 39 // the recently closed tabs/windows of current device i.e. local entries, and 40 // opened tabs of other devices. 84 // Build the recently closed tabs and windows items. 87 // Build the tabs items from other devices. 118 // Clear all recently closed tabs and windows. 144 // Navigation items for local recently closed tabs. The |command_id| for 150 // Similar to |local_tab_navigation_items_| except the tabs are opened tabs
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_shutdown.cc | 9 #include "chrome/browser/ui/tabs/tab_strip_model.h"
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
tab_drag_controller.h | 14 #include "chrome/browser/ui/tabs/tab_strip_model_observer.h" 15 #include "chrome/browser/ui/views/tabs/tab_strip_types.h" 46 // tabs (this is referred to as attached). When the user drags far enough such 47 // that the tabs should be moved out of the tab strip a new Browser is created 62 // Only the set of visible tabs should change. This is only applicable when 66 // Typical behavior where tabs are dragged around. 83 // Initializes TabDragController to drag the tabs in |tabs| originating from 85 // contained in |tabs|. |mouse_offset| is the distance of the mouse pointer 86 // from the origin of the first tab in |tabs| and |source_tab_offset| th [all...] |
tab_strip.cc | 5 #include "chrome/browser/ui/views/tabs/tab_strip.h" 22 #include "chrome/browser/ui/tabs/tab_strip_model.h" 24 #include "chrome/browser/ui/views/tabs/stacked_tab_strip_layout.h" 25 #include "chrome/browser/ui/views/tabs/tab.h" 26 #include "chrome/browser/ui/views/tabs/tab_drag_controller.h" 27 #include "chrome/browser/ui/views/tabs/tab_strip_controller.h" 28 #include "chrome/browser/ui/views/tabs/tab_strip_observer.h" 70 // Inactive tabs in a native frame are slightly transparent. 72 // If there are multiple tabs selected then make non-selected inactive tabs 1054 Tabs tabs; local 1979 const Tabs& tabs = tabs_closing_map_[index]; local [all...] |
window_finder_chromeos.cc | 5 #include "chrome/browser/ui/views/tabs/window_finder.h"
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/browserAction/set_page_color/ |
popup.js | 7 chrome.tabs.executeScript(null,
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/network/chrome-firephp/ |
background.js | 13 chrome.tabs.executeScript(request.tabId, {
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/eventPage/basic/ |
manifest.json | 6 "permissions": ["alarms", "tabs", "bookmarks", "declarativeWebRequest", "*://*/*"],
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/pageAction/set_icon/ |
background.js | 8 chrome.tabs.onSelectionChanged.addListener(function(tabId) { 13 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) { 14 lastTabId = tabs[0].id;
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/email_this_page/ |
background.js | 36 chrome.tabs.create({ url: action_url }); 39 // blank tabs being left behind. 41 chrome.tabs.update(tab_id, { url: action_url }); 66 chrome.tabs.executeScript(null, {file: "content_script.js"});
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/ |
manifest.json | 12 "tabs",
|
/external/chromium_org/chrome/common/extensions/docs/examples/howto/tab_shortcuts/ |
manifest.json | 4 "description": "Allows pinning and duplication of tabs via keyboard shortcuts.",
|
/external/chromium_org/chrome/renderer/extensions/ |
tabs_custom_bindings.h | 12 // Implements custom bindings for the tabs API.
|
/external/chromium_org/third_party/WebKit/ManualTests/compositing/ |
assert-on-tab-switch.html | 18 You should not hit an assertion if you load this file in a tab, then switch back and forth between other tabs.</p>
|
/external/jsoncpp/doc/ |
header.html | 7 <link href="tabs.css" rel="stylesheet" type="text/css">
|
/frameworks/base/core/java/android/app/ |
TabActivity.java | 27 * or later, tabs are typically presented in the UI using the new 29 * related APIs for placing tabs within their action bar area.</p> 39 * the shown content when the user switches between tabs. 45 * Fragment Tabs Pager</a> sample for an example of using the support library's ViewPager to 46 * allow the user to swipe the content to switch between tabs.</p> 157 * Returns the {@link TabHost} the activity is using to host its tabs. 159 * @return the {@link TabHost} the activity is using to host its tabs. 167 * Returns the {@link TabWidget} the activity is using to draw the actual tabs. 169 * @return the {@link TabWidget} the activity is using to draw the actual tabs.
|
/frameworks/base/docs/html/training/backward-compatible-ui/ |
new-implementation.jd | 18 <li><a href="#new-tabs">Implement Tabs Using New APIs</a></li> 26 <li><a href="{@docRoot}guide/topics/ui/actionbar.html#Tabs">Action Bar Tabs</a></li> 42 <h2 id="new-tabs">Implement Tabs Using New APIs</h2> 51 alt="Class diagram for the Honeycomb implementation of tabs." id="figure-classes"> 53 <p class="img-caption"><strong>Figure 1.</strong> Class diagram for the Honeycomb implementation of tabs.</p> 57 <p><code>CompatTabHoneycomb</code> is the implementation of the <code>CompatTab</code> abstract class that <code>TabHelperHoneycomb</code> uses to reference individual tabs. <code>CompatTabHoneycomb</code> simply proxies all method calls to its contained {@link android.app.ActionBar.Tab} object.</p>
|
/frameworks/base/media/tests/MediaDump/res/layout/ |
main.xml | 12 android:id="@android:id/tabs"
|
/external/chromium_org/chrome/browser/sessions/ |
persistent_tab_restore_service.cc | 70 // Indicates we've asked for the last sessions and tabs but haven't gotten the 74 // Indicates we finished loading the last tabs (but not necessarily the last 79 // last tabs). 180 // closed tabs. This creates entries, adds them to staging_entries_, and 204 // Invoked when previous tabs or session is loaded. If both have finished 228 // Results from previously closed tabs/sessions is first added here. When the 233 // Used when loading previous tabs/session and open tabs/session. 285 // Mark all the tabs as closed so that we don't attempt to restore them. 357 // Request the tabs closed in the last session. If the last session crashed [all...] |
/external/chromium_org/chrome/browser/extensions/api/tabs/ |
tabs_event_router.cc | 5 #include "chrome/browser/extensions/api/tabs/tabs_event_router.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" 18 #include "chrome/browser/ui/tabs/tab_strip_model.h" 37 namespace tabs = api::tabs; 143 // possible for tabs to be created, detached and then destroyed without 195 scoped_ptr<Event> event(new Event(tabs::OnCreated::kEventName, args.Pass())); 229 DispatchEvent(profile, tabs::OnAttached::kEventName, args.Pass() [all...] |
/frameworks/base/docs/html/training/design-navigation/ |
descendant-lateral.jd | 20 <li><a href="#tabs">Tabs</a></li> 29 <li><a href="{@docRoot}design/building-blocks/tabs.html">Android Design: Tabs</a></li> 55 <p>Descendant and lateral navigation can be provided using lists, tabs, and other user interface patterns. <em>User interface patterns</em>, much like software design patterns, are generalized, common solutions to recurring interaction design problems. We explore a few common lateral navigation patterns in the sections below.</p> 103 <h2 id="tabs">Tabs</h2> 108 href="{@docRoot}design/building-blocks/tabs.html">Tabs</a> guide.</p> 111 <p>Using tabs is a very popular solution for lateral navigation. This pattern allows grouping of sibling screens (…) [all...] |