HomeSort by relevance Sort by last modified time
    Searched full:tabs (Results 451 - 475 of 3159) sorted by null

<<11121314151617181920>>

  /frameworks/base/docs/html/reference/renderscript/
structrs__mesh.html 7 <link href="tabs.css" rel="stylesheet" type="text/css"/>
18 <div id="navrow1" class="tabs">
structrs__path.html 7 <link href="tabs.css" rel="stylesheet" type="text/css"/>
18 <div id="navrow1" class="tabs">
structrs__program__fragment.html 7 <link href="tabs.css" rel="stylesheet" type="text/css"/>
18 <div id="navrow1" class="tabs">
structrs__program__raster.html 7 <link href="tabs.css" rel="stylesheet" type="text/css"/>
18 <div id="navrow1" class="tabs">
structrs__program__store.html 7 <link href="tabs.css" rel="stylesheet" type="text/css"/>
18 <div id="navrow1" class="tabs">
structrs__program__vertex.html 7 <link href="tabs.css" rel="stylesheet" type="text/css"/>
18 <div id="navrow1" class="tabs">
structrs__sampler.html 7 <link href="tabs.css" rel="stylesheet" type="text/css"/>
18 <div id="navrow1" class="tabs">
structrs__script.html 7 <link href="tabs.css" rel="stylesheet" type="text/css"/>
18 <div id="navrow1" class="tabs">
structrs__script__call.html 7 <link href="tabs.css" rel="stylesheet" type="text/css"/>
18 <div id="navrow1" class="tabs">
structrs__type.html 7 <link href="tabs.css" rel="stylesheet" type="text/css"/>
18 <div id="navrow1" class="tabs">
  /packages/apps/Browser/res/values/
integers.xml 19 <!-- The maximum number of open tabs -->
27 <!-- fade between tabs duration -->
  /external/chromium/chrome/browser/chromeos/
tab_closeable_state_watcher.h 12 #include "chrome/browser/tabs/tab_strip_model_observer.h"
18 // This class overrides ::TabCloseableStateWatcher to allow or disallow tabs or
19 // browsers to be closed based on increase or decrease in number of tabs or
27 // in it, the browser stays open, the existing tabs are closed, and a new
39 // it, the browser stays open, the existing tabs are closed, and a new
98 // allow closing of all tabs and browsers in this situation.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gmail/
background.html 85 chrome.tabs.onUpdated.addListener(function(tabId, changeInfo) {
243 chrome.tabs.getAllInWindow(undefined, function(tabs) {
244 for (var i = 0, tab; tab = tabs[i]; i++) {
246 chrome.tabs.update(tab.id, {selected: true});
250 chrome.tabs.create({url: getGmailUrl()});
  /external/chromium_org/chrome/browser/sessions/
tab_restore_service.h 31 // tabs and windows. When a tab is closed
115 // The tabs that comprised the window, in order.
116 std::vector<Tab> tabs; member in struct:TabRestoreService::Window
148 // of tabs has changed.
181 // Loads the tabs and previous session. This does nothing if the tabs
session_service.h 40 // and tabs so that they can be restored at a later date. The state of the
230 // to restore, the tabs are added to it, otherwise a new browser is created.
297 // SessionWindow based on the actual tabs that were restored.
305 // Returns the tab with the specified id in tabs. If a tab does not exist,
308 IdToSessionTab* tabs);
321 // . Deletes and removes any windows with no tabs or windows with types other
325 // . Sorts the tabs in windows with valid tabs based on the tabs
331 // Adds tabs to their parent window based on the tab's window_id. Thi
    [all...]
  /external/chromium_org/chrome/browser/ui/tabs/
pinned_tab_codec.cc 5 #include "chrome/browser/ui/tabs/pinned_tab_codec.h"
15 #include "chrome/browser/ui/tabs/tab_strip_model.h"
31 // Returns true if |browser| has any pinned tabs.
129 const StartupTabs& tabs) {
137 for (StartupTabs::const_iterator i = tabs.begin(); i != tabs.end(); ++i)
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_sub_menu_model_unittest.cc 19 #include "chrome/browser/ui/tabs/tab_strip_model.h"
127 // Test disabled "Recently closed" header with no foreign tabs.
136 // 2 No tabs from other Devices
155 // Test enabled "Recently closed" header with no foreign tabs.
160 // Add 2 tabs and close them.
173 // 4 No tabs from other Devices
214 // Add 2 tabs and close them.
241 // Create a new TabRestoreService so that it'll load the recently closed tabs
252 // Expected menu before tabs/windows from last session are loaded:
257 // 2 No tabs from other Device
    [all...]
  /external/chromium_org/chrome/test/functional/
chromeos_longterm_test.py 35 tabs = window['tabs']
36 for tab_index, tab in enumerate(tabs):
53 """ Refreshes all of the tabs from the given list.
67 """Setups a windows with multiple tabs running.
87 for tab in win['tabs']:
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/
results_unittests.js 137 equals($($('.builder-selector', view)[0]).tabs('option', 'selected'), 0);
141 equals($($('.builder-selector', view)[0]).tabs('option', 'selected'), 1);
146 equals($($('.builder-selector', view)[0]).tabs('option', 'selected'), 0);
151 equals($($('.builder-selector', view)[0]).tabs('option', 'selected'), 1);
155 equals($($('.builder-selector', view)[0]).tabs('option', 'selected'), 0);
160 equals($($('.builder-selector', view)[0]).tabs('option', 'selected'), 1);
  /frameworks/base/docs/html/design/patterns/
swipe-views.jd 2 page.tags="viewpager","navigation","tabs"
8 <p>Creating Swipe Views with Tabs</p>
43 <h2 id="between-tabs">Swiping Between Tabs</h2>
62 <p>If your app uses action bar tabs, use swipe to navigate between the different views.</p>
68 <p>Use swipe to quickly navigate between detail views or tabs.</p>
  /external/chromium/chrome/browser/sync/glue/
session_model_associator.h 92 // with the status of open windows and the order of tabs they contain. Should
96 // If |reload_tabs| is true, will also resync all tabs (same as calling
97 // ReassociateTabs with a vector of all tabs).
100 // Loads and reassociates the local tabs referenced in |tabs|.
101 void ReassociateTabs(const std::vector<TabContents*>& tabs);
161 // Specifies whether the window has tabs to sync. The new tab page does not
162 // count. If no tabs to sync, it returns true, otherwise false;
165 // Control which local tabs we're interested in syncing.
170 // Control which foreign tabs we're interested in displaying
    [all...]
  /external/chromium/chrome/browser/tabs/
tab_strip_model_unittest.cc 21 #include "chrome/browser/tabs/tab_strip_model.h"
22 #include "chrome/browser/tabs/tab_strip_model_delegate.h"
23 #include "chrome/browser/tabs/tab_strip_model_order_controller.h"
136 // Whether tabs can be closed.
191 // if the model consists of two tabs with ids 2 and 1, with the first
566 // Make sure the second of the two tabs is selected first...
601 // as the first tab in the strip and then we create 5 other tabs in the
626 // All the tabs should have the same opener.
641 // For a tab that has opened no other tabs, the return value should always be
675 // Tests opening background tabs
    [all...]
tab_strip_model.cc 5 #include "chrome/browser/tabs/tab_strip_model.h"
23 #include "chrome/browser/tabs/tab_strip_model_delegate.h"
24 #include "chrome/browser/tabs/tab_strip_model_order_controller.h"
120 // Force app tabs to be pinned.
272 // This would result in mini tabs mixed with non-mini tabs. We don't allow
290 // To maintain that all mini-tabs occur before non-mini-tabs we move them
297 // We're being told to drag mini-tabs to an invalid location. Adjust the
298 // index such that non-mini-tabs end up at a location as though we coul
822 std::vector<TabContentsWrapper*> tabs; local
839 std::vector<TabContentsWrapper*> tabs; local
1113 std::vector<TabContentsWrapper*> tabs; local
    [all...]
  /external/chromium/chrome/browser/sessions/
session_service.h 33 // and tabs so that they can be restored at a later date. The state of the
202 // to restore, the tabs are added to it, otherwise a new browser is created.
260 // SessionWindow based on the actual tabs that were restored.
268 // Returns the tab with the specified id in tabs. If a tab does not exist,
271 IdToSessionTab* tabs);
283 // . Deletes and removes any windows with no tabs or windows with types other
287 // . Sorts the tabs in windows with valid tabs based on the tabs
293 // Adds tabs to their parent window based on the tab's window_id. Thi
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_controller.mm 5 #import "chrome/browser/ui/cocoa/tabs/tab_strip_controller.h"
39 #import "chrome/browser/ui/cocoa/tabs/media_indicator_view.h"
40 #import "chrome/browser/ui/cocoa/tabs/tab_controller.h"
41 #import "chrome/browser/ui/cocoa/tabs/tab_strip_drag_controller.h"
42 #import "chrome/browser/ui/cocoa/tabs/tab_strip_model_observer_bridge.h"
43 #import "chrome/browser/ui/cocoa/tabs/tab_strip_view.h"
44 #import "chrome/browser/ui/cocoa/tabs/tab_view.h"
45 #import "chrome/browser/ui/cocoa/tabs/throbber_view.h"
49 #include "chrome/browser/ui/tabs/tab_menu_model.h"
50 #include "chrome/browser/ui/tabs/tab_strip_model.h
    [all...]

Completed in 306 milliseconds

<<11121314151617181920>>