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

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.h 11 #include "chrome/browser/ui/tabs/hover_tab_selector.h"
12 #include "chrome/browser/ui/tabs/tab_strip_model.h"
14 #include "chrome/browser/ui/views/tabs/tab_strip_controller.h"
161 // Forces the tabs to use the regular (non-immersive) style and the
163 // tabs.
stacked_tab_strip_layout_unittest.cc 5 #include "chrome/browser/ui/views/tabs/stacked_tab_strip_layout.h"
121 // Make sure none of the tabs are more than 90 apart
183 // The following set of tests create 6 tabs, the first two are pinned and
186 // 1 pixel to the right, should push only mini-tabs and first non-mini-tab.
203 // The following set of tests create 6 tabs, the first two are pinned and
216 // Enough so that the pinned tabs start pulling in.
233 // The following set of tests create 3 tabs with the second selected.
239 // Drags so much that the left most tabs pulls in.
241 // Drags so far that no more tabs pull in.
243 // Drags to the left most position before the right tabs start pulling in
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/ntp/
recently_closed_tabs_handler.cc 39 DCHECK(!window.tabs.empty());
42 for (size_t i = 0; i < window.tabs.size(); ++i) {
44 TabToValue(window.tabs[i], tab_value);
50 dictionary->Set("tabs", tab_values.release());
186 // This does nothing if the tabs have already been loaded or they
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
permissions.html 49 <b>"optional_permissions": [ "tabs", "http://www.google.com/" ],</b>
72 <li>tabs</li>
89 permissions: ['tabs'],
124 permissions: ['tabs'],
145 permissions: ['tabs'],
  /frameworks/base/docs/html/training/backward-compatible-ui/
using-component.jd 82 android:id="@android:id/tabs"
111 <p>In your activity's {@link android.app.Activity#onCreate onCreate()} method, you can obtain a <code>TabHelper</code> object and add tabs with the following code:</p>
138 alt="Example screenshot of tabs running on an Android 2.3 device (using TabHelperEclair)." width="200">
141 alt="Example screenshots of tabs running on an Android 4.0 device (using TabHelperHoneycomb)." width="200">
143 <p class="img-caption"><strong>Figure 1.</strong> Example screenshots of backward-compatible tabs running on an Android 2.3 device (using <code>TabHelperEclair</code>) and an Android 4.0 device (using <code>TabHelperHoneycomb</code>).</p>
  /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"
79 // tabs.
84 // point between tabs.
383 // Removed animated Tabs are never selected.
386 // less than kTabHOffset during layout tabs get negatively offset.
401 // All other tabs are sized according to the start/end widths specified a
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.cc 5 #include "chrome/browser/extensions/api/tabs/tabs_api.h"
24 #include "chrome/browser/extensions/api/tabs/tabs_constants.h"
25 #include "chrome/browser/extensions/api/tabs/windows_util.h"
48 #include "chrome/browser/ui/tabs/tab_strip_model.h"
53 #include "chrome/common/extensions/api/tabs.h"
95 #include "chrome/browser/extensions/api/tabs/ash_panel_contents.h"
110 namespace tabs = api::tabs;
112 using api::tabs::InjectDetails;
786 // Tabs -----------------------------------------------------------------------
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 7 TabSet -- A widget containing tabs (buttons) in one or more rows.
17 """A widget containing tabs (buttons) in one or more rows.
23 tabs=None, n_rows=1, max_tabs_per_row=5,
31 tabs -- A list of strings, the names of the tabs. Should be specified in
33 active tab. If tabs is None or empty, the TabSet will be initialized
36 n_rows -- Number of rows of tabs to be shown. If n_rows <= 0 or is
40 max_tabs_per_row -- Used for deciding how many rows of tabs are needed,
54 if tabs:
55 self._tab_names = list(tabs)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 7 TabSet -- A widget containing tabs (buttons) in one or more rows.
17 """A widget containing tabs (buttons) in one or more rows.
23 tabs=None, n_rows=1, max_tabs_per_row=5,
31 tabs -- A list of strings, the names of the tabs. Should be specified in
33 active tab. If tabs is None or empty, the TabSet will be initialized
36 n_rows -- Number of rows of tabs to be shown. If n_rows <= 0 or is
40 max_tabs_per_row -- Used for deciding how many rows of tabs are needed,
54 if tabs:
55 self._tab_names = list(tabs)
    [all...]
  /developers/build/prebuilts/gradle/ActionBarCompat-Styled/ActionBarCompat-StyledSample/src/main/java/com/example/android/actionbarcompat/styled/
MainActivity.java 27 * action bar when running on a device with a narrow display, and show three tabs.
45 // Set the Action Bar to use tabs for navigation
49 // Add three tabs to the Action Bar for display
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/ActionBarCompat-StyledSample/src/main/java/com/example/android/actionbarcompat/styled/
MainActivity.java 27 * action bar when running on a device with a narrow display, and show three tabs.
45 // Set the Action Bar to use tabs for navigation
49 // Add three tabs to the Action Bar for display
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentNestingTabs.java 29 * This demonstrates the use of action bar tabs and how they interact
55 .setText("Tabs")
57 this, "tabs", FragmentTabsFragment.class)));
  /development/samples/browseable/Styled/src/com.example.android.actionbarcompat.styled/
MainActivity.java 27 * action bar when running on a device with a narrow display, and show three tabs.
45 // Set the Action Bar to use tabs for navigation
49 // Add three tabs to the Action Bar for display
  /external/chromium/chrome/browser/metrics/
metrics_service_uitest.cc 31 // We need to show the window so web content type tabs load.
35 // Open a few tabs of random content
89 // Kill the process for one of the tabs.
  /external/chromium/chrome/browser/sync/glue/
foreign_session_tracker.cc 24 // Only include sessions with open tabs.
123 // Delete ForeignSession objects (which also deletes all their windows/tabs).
134 // Go through and delete any tabs we had allocated but had not yet placed into
  /external/chromium/chrome/browser/sync/protocol/
session_specifics.proto 33 // Index of the selected tab in tabs; -1 if no tab is selected.
42 // The tabs that compose a window (correspond to tab id's).
60 // Tabs are navigated, and the navigation data is here.
  /external/chromium/chrome/browser/tabs/
default_tab_handler.cc 6 #include "chrome/browser/tabs/default_tab_handler.h"
7 #include "chrome/browser/tabs/tab_strip_model.h"
22 // The tab strip should not have any tabs at this point.
pinned_tab_codec.cc 5 #include "chrome/browser/tabs/pinned_tab_codec.h"
11 #include "chrome/browser/tabs/tab_strip_model.h"
28 // Returns true if |browser| has any pinned tabs.
  /external/chromium/chrome/browser/ui/cocoa/
history_menu_bridge.mm 175 // If this is a window, create a submenu for all of its tabs.
178 std::vector<TabRestoreService::Tab>& tabs = entry_win->tabs;
179 if (!tabs.size())
208 // Loop over the window's tabs and add them to the submenu.
211 for (it = tabs.begin(); it != tabs.end(); ++it) {
215 item->tabs.push_back(tab_item);
221 // Now that the number of tabs that has been added is known, set the title
223 if (item->tabs.size() == 1)
    [all...]
tabpose_window_unittest.mm 7 #include "chrome/browser/tabs/tab_strip_model.h"
43 // Add a few tabs to the tab strip model.
65 // Add a few tabs to the tab strip model.
  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip_controller.h 23 // Returns the number of tabs in the model.
63 // Updates the loading animations of all the tabs.
76 // Compatible tab strips can transfer tabs during drag and drop.
  /external/chromium/chrome/common/extensions/docs/static/
messaging.html 32 <a href="tabs.html#method-sendRequest">chrome.tabs.sendRequest()</a>
55 chrome.tabs.getSelected(null, function(tab) {
56 chrome.tabs.sendRequest(tab.id, {greeting: "hello"}, function(response) {
96 <a href="tabs.html#method-connect">chrome.tabs.connect()</a> respectively. The
133 <a href="tabs.html#method-connect">chrome.tabs.connect(tabId, {name:
236 chrome.tabs.sendRequest(tab.id, {greeting: "hello"}, function(response) {
243 chrome.tabs.sendRequest(tab.id, {greeting: "hello"}, function(response)
    [all...]
  /external/chromium_org/chrome/browser/resources/ntp4/
recently_closed.js 14 * @param {number} numTabs Number of tabs in the window.
81 a.textContent = formatTabsText(data.tabs.length);
82 a.title = data.tabs.map(function(tab) { return tab.title; }).join('\n');
  /external/chromium_org/chrome/browser/sessions/
session_restore.h 42 // for details. If |browser| is non-null the tabs for the first window are
81 // The max number of non-selected tabs SessionRestore loads when restoring
82 // a session. A value of 0 indicates all tabs are loaded at once.
  /external/chromium_org/chrome/browser/ui/android/tab_model/
tab_model.h 30 // with Android's Tabs and Tab Model.
53 // Used for restoring tabs from synced foreign sessions.
76 // Instructs the TabModel to broadcast a notification that all tabs are now

Completed in 565 milliseconds

<<21222324252627282930>>