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

<<11121314151617181920>>

  /external/chromium/chrome/common/
json_pref_store_unittest.cc 89 // "tabs": {
95 const char kNewWindowsInTabs[] = "tabs.new_windows_in_tabs";
96 const char kMaxTabs[] = "tabs.max_tabs";
  /external/oprofile/doc/
CodingStyle 62 Use tabs for indentation, spaces for alignment. Avoid wrapping lines,
65 tab to indicate "continuation". Avoid using tabs for alignment: it
66 breaks on different sized tabs. Lines should be less than 80
  /external/chromium/chrome/common/extensions/docs/
overview.html 129 <span class="greytext">e.g. "page action" or "tabs"</span>
146 <ul id="home" class="gc-topnav-tabs">
192 <li><a href="tabs.html">Tabs</a></li>
405 and <a href="tabs.html">tabs</a>.
664 use <a href="tabs.html#method-create">chrome.tabs.create()</a>
768 <a href="tabs.html#method-create">chrome.tabs.create()</a
    [all...]
events.html 129 <span class="greytext">e.g. "page action" or "tabs"</span>
146 <ul id="home" class="gc-topnav-tabs">
192 <li><a href="tabs.html">Tabs</a></li>
320 <code>chrome.tabs.onCreated</code> event
324 <pre>chrome.tabs.onCreated.<b>addListener(function(</b>tab<b>) {</b>
325 appendToLog('tabs.onCreated --'
341 <a href="tabs.html#event-onCreated"><code>chrome.tabs.onCreated</code></a>,
343 a <a href="tabs.html#type-Tab">Tab</a> objec
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider.h 100 // Sets the number of tabs that we expect; when this number of tabs has
104 // Called when the inital set of tabs has finished loading.
319 // The functions in this block are for use with external tabs, so they are
380 // True iff browser finished loading initial set of tabs.
  /frameworks/base/docs/html/training/design-navigation/
wireframing.jd 39 <p>First, our second-level screens (<em>Story Category List</em>, <em>Photo List</em>, and <em>Saved Item List</em>) can be grouped together using tabs. Note that we don't necessarily have to use horizontally arranged tabs; in some cases a drop-down list UI element can serve as a suitable replacement, especially on devices with narrow screens such as handsets. We can also group the <em>Saved Photo List</em> and <em>Saved Story List</em> screens together using tabs on handsets, or use multiple vertical content panes on tablets.</p>
71 <p>The easiest and fastest way to get started is to sketch out your screens by hand using paper and pencils. Once you begin sketching, you may uncover practicality issues in your original screen map or decisions on which patterns to use. In some cases, patterns may apply well to a given design problem in theory, but in practice they may break down and cause visual clutter or interactional issues (for example, if there are two rows of tabs on the screen). If that happens, explore other navigation patterns, or variations on chosen patterns, to arrive at a more optimal set of sketches.</p>
122 <li><a href="{@docRoot}guide/topics/ui/actionbar.html">Action Bar</a>: implement tabs, up navigation, on-screen actions, etc.
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 5 #include "chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h"
12 #include "chrome/browser/tabs/tab_strip_model.h"
16 #include "chrome/browser/ui/gtk/tabs/dragged_tab_gtk.h"
17 #include "chrome/browser/ui/gtk/tabs/tab_strip_gtk.h"
271 // of tabs. The smaller the tabs compared to the standard size, the smaller
379 // bounds for all its tabs are correctly generated, because the calculation
384 // Inserting counts as a move. We don't want the tabs to jitter when the
389 // representation and the ideal bounds of the other tabs already in the
390 // strip. ("ideal bounds" are stable even if the tabs' actual bounds ar
    [all...]
tab_renderer_gtk.h 182 // Returns the minimum possible size of a selected Tab. Selected tabs must
184 // tabs.
190 // Returns the width for mini-tabs. Mini-tabs always have this width.
196 // Sets the colors used for painting text on the tabs.
326 // edges of tabs. We cache the generated bitmaps because they can take a
tab_gtk.h 11 #include "chrome/browser/tabs/tab_strip_model.h"
12 #include "chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h"
55 // Starts/Stops highlighting the tabs that will be affected by the
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc 5 #include "chrome/browser/ui/views/tabs/base_tab.h"
14 #include "chrome/browser/ui/views/tabs/tab_controller.h"
190 // When --reload-killed-tabs is specified, then the idea is that
200 // killed tabs when the tab is currently selected.
203 // If we're reloading killed tabs, we don't want to display
297 // Don't allow dragging non-selected tabs.
344 // selection. Reset it now to handle the case where multiple tabs were
  /external/chromium/chrome/browser/ui/
browser_navigator_browsertest.cc 9 #include "chrome/browser/tabs/tab_strip_model.h"
108 // We should have one browser with 3 tabs, the 3rd selected.
145 // We should now have 2 tabs, the 2nd one selected.
179 // occurs in a Browser that cannot host multiple tabs, the new foreground tab
192 // one we supplied didn't support additional tabs.
207 // occurs in a Browser that cannot host multiple tabs and no compatible Browser
224 // one we supplied didn't support additional tabs.
460 // We should have one window, with two tabs.
589 // We should have one browser with 2 tabs, the 2nd selected.
621 // We should have one browser with 3 tabs, the 3rd selected
    [all...]
  /external/chromium/chrome/browser/chromeos/frame/
browser_view.cc 24 #include "chrome/browser/ui/views/tabs/tab.h"
25 #include "chrome/browser/ui/views/tabs/tab_strip.h"
45 // Amount to offset the toolbar by when vertical tabs are enabled.
111 // For vertical tabs the toolbar is positioned in
151 // used when side tabs are enabled.
174 // The toolbar is promoted to the title for vertical tabs.
browser_frame_view_chromeos.cc 15 // Additional pixels of pad above the tabs.
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_window_controller.mm 5 #import "chrome/browser/ui/cocoa/tabs/tab_window_controller.h"
9 #import "chrome/browser/ui/cocoa/tabs/tab_strip_view.h"
132 // Return the appropriate tab strip based on whether or not side tabs are
tab_strip_model_observer_bridge.h 11 #include "chrome/browser/tabs/tab_strip_model_observer.h"
  /frameworks/base/docs/html/design/patterns/
pure-android.jd 71 Android's tabs for view control are shown in action bars at the top of the screen instead. In
83 Android dialer with tabs in an action bar vs. bottom tabs in iOS.
  /packages/apps/Browser/src/com/android/browser/
XLargeUi.java 115 // We need to update the tabs with this change
213 public void updateTabs(List<Tab> tabs) {
214 mTabBar.updateTabs(tabs);
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailTabCarousel.java 33 * This is a horizontally scrolling carousel with 2 tabs: one to see info about the contact and
125 // from the total length of the tabs.
130 // {@link LinearLayout}'s children (which are the tabs) will evenly split that width.
  /external/bluetooth/bluez/tools/
lexer.l 67 /* Skip spaces and tabs */
  /external/bluetooth/glib/gio/fen/
fen-data.h 1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
  /external/chromium/chrome/browser/debugger/
inspectable_tab_proxy.cc 12 #include "chrome/browser/tabs/tab_strip_model.h"
  /external/chromium/chrome/browser/resources/
new_new_tab.js 210 winEl.tabItems = win.tabs;
212 winEl.textContent = formatTabsText(win.tabs.length);
221 // Sort tabs by MRU order
222 win.tabs.sort(function(a, b) {
227 win.tabs.forEach(function(data) {
253 logEvent('received recently closed tabs');
283 el.tabItems = data.tabs;
285 el.textContent = formatTabsText(data.tabs.length);
308 a.textContent = formatTabsText(data.tabs.length);
875 * @param {number} numTabs Number of tabs in the window
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
history_menu_bridge.h 47 // all the tabs within that closed window. By convention, these submenu items
85 // retains this. During a rebuild flood (if the user closes a lot of tabs
98 // If the HistoryItem is a window, this will be the vector of tabs. Note
102 std::vector<HistoryItem*> tabs; member in struct:HistoryMenuBridge::HistoryItem
  /external/chromium/chrome/browser/ui/find_bar/
find_bar_controller.h 45 // the user switches tabs in the Browser window. |contents| can be NULL.
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk_interactive_uitest.cc 7 #include "chrome/browser/tabs/tab_strip_model.h"

Completed in 324 milliseconds

<<11121314151617181920>>