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

<<21222324252627282930>>

  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
ActionBarPolicy.java 57 // The embedded tabs policy changed in Jellybean; give older apps the old policy
68 // Stacked tabs; limit the height
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ComponentResultsView.java 91 ConfigTab[] tabs; field in class:ComponentResultsView
155 // Create tabs
172 this.tabs = new ConfigTab[length];
174 this.tabs[i] = new ConfigTab(configNames[i], configDescriptions[i]);
176 for (int i=0; i<this.tabs.length; i++) {
178 item.setText (this.tabs[i].getTabText ());
179 item.setControl (this.tabs[i].createTabFolderPage(this.componentResultsElement, this.tabFolder, this.fullLineSelection.isChecked()));
180 item.setData (this.tabs[i]);
191 int length = this.tabs==null ? 0 : this.tabs.length
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc 5 #include "chrome/browser/ui/views/tabs/tab_drag_controller.h"
20 #include "chrome/browser/ui/tabs/tab_strip_model.h"
21 #include "chrome/browser/ui/tabs/tab_strip_model_delegate.h"
23 #include "chrome/browser/ui/views/tabs/browser_tab_strip_controller.h"
24 #include "chrome/browser/ui/views/tabs/dragged_tab_view.h"
25 #include "chrome/browser/ui/views/tabs/native_view_photobooth.h"
26 #include "chrome/browser/ui/views/tabs/stacked_tab_strip_layout.h"
27 #include "chrome/browser/ui/views/tabs/tab.h"
28 #include "chrome/browser/ui/views/tabs/tab_strip.h"
85 // Initial delay before moving tabs when the dragged tab is close to the edge o
1286 std::vector<Tab*> tabs = local
1738 std::vector<Tab*> tabs; local
1815 std::vector<Tab*> tabs; local
    [all...]
tab.h 13 #include "chrome/browser/ui/views/tabs/tab_renderer_data.h"
77 // Sets the data this tabs displays. Invokes DataChanged.
113 // Returns the minimum possible size of a selected Tab. Selected tabs must
115 // tabs.
121 // Returns the width for touch tabs.
124 // Returns the width for mini-tabs. Mini-tabs always have this width.
127 // Returns the height for immersive mode tabs.
203 // indicator for mini tabs.
384 // As the majority of the tabs are inactive, and painting tabs is slowish
    [all...]
  /external/chromium/chrome/browser/ui/
browser_init.cc 46 #include "chrome/browser/tabs/pinned_tab_codec.h"
47 #include "chrome/browser/tabs/tab_strip_model.h"
436 std::vector<BrowserInit::LaunchWithProfile::Tab>* tabs) {
441 tabs->push_back(tab);
686 // Open the required browser windows and tabs. First, see if
688 // opened an app shortcut. Don't restore tabs or open initial
912 std::vector<Tab> tabs = PinnedTabCodec::ReadPinnedTabs(profile_); local
914 RecordAppLaunches(profile_, urls_to_open, tabs);
918 UrlsToTabs(urls_to_open, &tabs);
964 std::vector<Tab> tabs; local
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/omnibox/extension-docs/
background.html 36 * @param {String} name Name of the function (e.g. chrome.tabs.get).
213 * @param {String} namespace The namespace (e.g. tabs, windows).
229 * @param {String} namespace The namespace (e.g. tabs, windows).
231 * @returns {String} A qualified API name (e.g. chrome.tabs.onRemoved).
266 * @param {String} ns The namespace (e.g. tabs, windows).
285 * @param {String} ns The namespace (e.g. tabs, windows).
304 * @param {TabManager} Manager to use to open tabs.
371 * Manages opening urls in tabs.
376 chrome.tabs.onRemoved.addListener(this.onRemoved_.bind(this));
408 chrome.tabs.update(this.tab_.id, args)
    [all...]
  /external/chromium_org/chrome/browser/sessions/
session_service.cc 38 #include "chrome/browser/ui/tabs/tab_strip_model.h"
286 // list of tabs to close. If the user creates another window, the close is
295 // . closing a tab and there are other windows/tabs open.
857 std::map<int, SessionTab*> tabs; local
861 if (CreateTabsAndWindows(commands, &tabs, &windows, active_window_id)) {
862 AddTabsToWindows(&tabs, &windows);
866 STLDeleteValues(&tabs);
877 for (std::vector<SessionTab*>::const_iterator j = (*i)->tabs.begin();
878 j != (*i)->tabs.end(); ++j) {
880 new_index = static_cast<int>(j - (*i)->tabs.begin())
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
synced_session_tracker.cc 31 // Only include foreign sessions with open tabs.
151 // We clear out the tabs to prevent double referencing of the same tab.
152 // All tabs that are in use will be added back as needed.
153 window_map_iter->second.window_ptr->tabs.clear();
170 // Clear the tabs first, since we don't want the destructor to destroy
175 window_wrapper.window_ptr->tabs.clear();
203 // Go through and delete any windows or tabs without owners.
285 GetSession(session_tag)->windows[window_id]->tabs;
359 // Delete SyncedSession objects (which also deletes all their windows/tabs).
362 // Go through and delete any tabs we had allocated but had not yet placed int
    [all...]
  /external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber_browsertest.cc 14 #include "chrome/browser/ui/tabs/tab_strip_model.h"
15 #include "chrome/browser/ui/tabs/tab_strip_model_observer.h"
17 #include "chrome/browser/ui/views/tabs/tab.h"
18 #include "chrome/browser/ui/views/tabs/tab_strip.h"
260 // Swipe 4 tabs in each direction. Each of the tabs should become active.
296 // Swipe 4 tabs in each direction with an extra swipe within each. The same
297 // 4 tabs should become active.
318 // Confirm that we get the last tab made active when we skip tabs.
319 // These tests have 5 total tabs. We will only received scroll event
    [all...]
  /external/chromium/chrome/common/extensions/docs/static/
overview.html 37 and <a href="tabs.html">tabs</a>.
308 use <a href="tabs.html#method-create">chrome.tabs.create()</a>
418 <a href="tabs.html#method-create">chrome.tabs.create()</a>
435 chrome.tabs.create(object <em>createProperties</em>, function <em>callback</em>)
467 (using <a href="tabs.html#method-getSelected">chrome.tabs.getSelected()</a>)
469 (using <a href="tabs.html#method-update">chrome.tabs.update()</a>)
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_view.mm 5 #import "chrome/browser/ui/cocoa/tabs/tab_view.h"
11 #import "chrome/browser/ui/cocoa/tabs/tab_controller.h"
12 #import "chrome/browser/ui/cocoa/tabs/tab_window_controller.h"
274 // between the foreground and background tabs.
338 // Background tabs should not paint over the tab strip separator, which is
403 CGFloat alpha = focused ? 1.0 : tabs::kImageNoFocusAlpha;
479 if (alertState_ == tabs::kAlertNone) {
480 alertState_ = tabs::kAlertRising;
487 if (alertState_ != tabs::kAlertNone) {
488 alertState_ = tabs::kAlertFalling
    [all...]
  /external/chromium_org/ppapi/generators/
idl_c_proto.py 28 def CommentLines(lines, tabs=0):
31 tab = ' ' * tabs
43 def Comment(node, prefix=None, tabs=0):
58 return CommentLines(lines, tabs)
60 def GetNodeComments(node, tabs=0):
65 comment_txt += Comment(doc, tabs=tabs)
185 tabs = ' ' * self.dbg_depth
186 print '%s%s' % (tabs, txt)
507 comment_txt = GetNodeComments(child, tabs=1
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TabbedPane.js 41 this._tabsElement = this._headerContentsElement.createChild("div", "tabbed-pane-header-tabs");
135 var tabs = this._tabs.slice();
136 for (var i = 0; i < tabs.length; ++i)
137 tabs[i].setDelegate(delegate);
228 var tabs = this._tabs.slice();
229 for (var i = 0; i < tabs.length; ++i)
230 result.push(tabs[i].id);
241 var tabs = this._tabs.slice();
242 for (var i = 0; i < tabs.length; ++i) {
243 if (tabs[i].id !== id
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 5 #include "chrome/browser/ui/gtk/tabs/tab_strip_gtk.h"
16 #include "chrome/browser/tabs/tab_strip_model_delegate.h"
24 #include "chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h"
60 // tabs.
362 // Removed animated Tabs are never selected.
365 // less than kTabHOffset during layout tabs get negatively offset.
380 // All other tabs are sized according to the start/end widths specified at
445 // The two tabs being exchanged.
500 // We need to start from the current widths of the Tabs as they were last
520 // Handles a tabs mini-state changing while the tab does not change positio
    [all...]
  /external/chromium_org/chrome/browser/extensions/
app_process_apitest.cc 18 #include "chrome/browser/ui/tabs/tab_strip_model.h"
67 // Helper function to test that independent tabs of the named app are loaded
82 // Open two tabs in the app, one outside it.
86 // navigating it. Either way, app tabs should be considered extension
112 // We should have opened 2 new extension tabs. Including the original blank
113 // tab, we now have 3 tabs. The two app tabs should not be in the same
121 // Opening tabs with window.open should keep the page in the opener's
159 // Open two tabs in the app, one outside it.
163 // it. Either way, app tabs should be considered extension processes, bu
    [all...]
  /cts/tests/tests/holo/res/layout/
tabhost.xml 24 <TabWidget android:id="@android:id/tabs"
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/
template-params.xml 32 split action bar when running on a device with a narrow display, and show three tabs.
  /development/samples/ApiDemos/res/layout/
fragment_tabs_fragment.xml 31 android:id="@android:id/tabs"
tabs_right_gravity.xml 27 android:id="@android:id/tabs"
tabs_scroll.xml 31 android:id="@android:id/tabs"
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentTabsFragment.java 33 * Sample fragment that contains tabs of other fragments.
83 * associating fragments with the tabs in a tab host. DO NOT USE THIS.
84 * If you want tabs in a fragment, use the support v13 library's
159 // Go through all tabs and make sure their fragments match
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Tabs5.java 28 * Demonstrates the Tab scrolling when too many tabs are displayed to fit in the screen.
  /development/samples/Support13Demos/res/values/
strings.xml 38 <string name="action_bar_tabs_pager">Fragment/Action Bar Tabs Pager</string>
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentTabsPager.java 35 * that switches between tabs and also allows the user to perform horizontal
36 * flicks to move between the tabs.
76 * This is a helper class that implements the management of tabs and all
82 * view to show as the tab content. It listens to changes in tabs, and takes
  /development/samples/training/TabCompat/res/layout/
main.xml 29 android:id="@android:id/tabs"

Completed in 1995 milliseconds

<<21222324252627282930>>