HomeSort by relevance Sort by last modified time
    Searched defs:Tab (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium_org/chrome/browser/sessions/
tab_restore_service.cc 20 type(TAB),
30 // Tab ------------------------------------------------------------------------
32 TabRestoreService::Tab::Tab()
33 : Entry(TAB),
40 TabRestoreService::Tab::~Tab() {
tab_restore_service_helper.h 37 typedef TabRestoreService::Tab Tab;
41 // Provides a way for the client to add behavior to the tab restore service
86 Tab* RemoveTabEntryById(SessionID::id_type id);
102 // tab/window closes from the previous session are added to the back.
111 // identifies a tab, then the iterator position of the Window in which the Tab
121 // Populates the tab's navigations from the NavigationController, and its
123 void PopulateTab(Tab* tab,
    [all...]
tab_restore_service.h 31 // tabs and windows. When a tab is closed
32 // TabRestoreService::CreateHistoricalTab is invoked and a Tab is created to
33 // represent the tab. Similarly, when a browser is closed, BrowserClosing is
36 // To restore a tab/window from the TabRestoreService invoke RestoreEntryById
52 TAB,
68 // The time when the window or tab was closed.
77 // Represents a previously open tab.
78 struct Tab : public Entry {
79 Tab();
80 virtual ~Tab();
    [all...]
persistent_tab_restore_service_unittest.cc 35 typedef TabRestoreService::Tab Tab;
125 // Adds a window with one tab and url to the profile's session service.
126 // If |pinned| is true, the tab is marked as pinned in the session service.
146 // is configured with a single window with a single tab pointing at url1_ by
148 // tab is marked as pinned in the session service.
204 // Have the service record the tab.
212 ASSERT_EQ(TabRestoreService::TAB, entry->type);
213 Tab* tab = static_cast<Tab*>(entry) local
272 Tab* tab = static_cast<Tab*>(entry); local
297 Tab* tab = static_cast<Tab*>(entry); local
459 Tab* tab = static_cast<Tab*>(entry); local
501 Tab* tab = static_cast<Tab*>(entry); local
563 Tab* tab = static_cast<Tab*>(entry); local
611 Tab* tab = static_cast<Tab*>(entry); local
650 Tab* tab = new Tab(); local
670 Tab* tab = new Tab(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/main/
OverridesView.js 130 WebInspector.OverridesView.Tab = function(id, name, settings, predicates)
141 WebInspector.OverridesView.Tab.prototype = {
189 * @extends {WebInspector.OverridesView.Tab}
193 WebInspector.OverridesView.Tab.call(this, "device", WebInspector.UIString("Device"), [
271 __proto__: WebInspector.OverridesView.Tab.prototype
340 * @extends {WebInspector.OverridesView.Tab}
345 WebInspector.OverridesView.Tab.call(this, "media", WebInspector.UIString("Media"), settings);
386 __proto__: WebInspector.OverridesView.Tab.prototype
392 * @extends {WebInspector.OverridesView.Tab}
396 WebInspector.OverridesView.Tab.call(this, "network", WebInspector.UIString("Network"), [], [this._userAgentOverrideEnabled.bind(t (…)
    [all...]
  /external/chromium_org/third_party/skia/debugger/QT/
SkInspectorWidget.h 24 The InspectorWidget contains the overview and details tab. These contain
49 Sets the text in tab at the specified index.
66 class Tab : public QWidget {
72 Tab(const char* name) {
  /external/chromium_org/tools/telemetry/telemetry/core/
tab.py 11 class Tab(web_contents.WebContents):
12 """Represents a tab in the browser
14 The important parts of the Tab object are in the runtime and page objects.
16 # Navigates the tab to a given url.
17 tab.Navigate('http://www.google.com/')
19 # Evaluates 1+1 in the tab's JavaScript context.
20 tab.Evaluate('1+1')
23 super(Tab, self).__init__(inspector_backend, backend_list)
27 """The browser in which this tab resides."""
53 """Brings this tab to the foreground asynchronously
    [all...]
  /external/skia/debugger/QT/
SkInspectorWidget.h 24 The InspectorWidget contains the overview and details tab. These contain
49 Sets the text in tab at the specified index.
66 class Tab : public QWidget {
72 Tab(const char* name) {
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chrome_extension_externs.js 320 * captured tab. May be assigned to the 'src' property of an HTML Image
327 * @param {number} tabId Tab Id.
335 * @param {function(Tab): void=} opt_callback The callback function.
341 * @param {number?} tabId Tab id.
348 * @param {number?} tabId Tab id.
357 * @param {number} tabId Tab id.
358 * @param {function(Tab): void} callback Callback.
368 * @param {function(Array.<Tab>): void} callback Callback.
374 * @param {function(Tab): void} callback Callback.
384 * @param {function(Tab): void} callback Callback
    [all...]
  /external/chromium_org/ui/views/controls/tabbed_pane/
tabbed_pane.cc 34 // The tab view shown in the tab strip.
35 class Tab : public View {
37 Tab(TabbedPane* tabbed_pane, const base::string16& title, View* contents);
38 virtual ~Tab();
66 // The content view associated with this tab.
69 DISALLOW_COPY_AND_ASSIGN(Tab);
72 // The tab strip shown above the tab contents.
89 Tab::Tab(TabbedPane* tabbed_pane, const base::string16& title, View* contents
289 Tab* tab = GetTabAt(index); local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_key_types.js 90 'Tab': 0x09,
105 'Tab': 9,
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.h 40 // A View that renders a Tab in a TabStrip.
43 class Tab : public gfx::AnimationDelegate,
49 // The Tab's class name.
52 explicit Tab(TabController* controller);
53 virtual ~Tab();
57 // Used to set/check whether this Tab is being animated closed.
65 // Used to mark the tab as having been detached. Once this has happened, the
66 // tab should be invisibly closed. This is irreversible.
73 // Returns true if this tab is the active tab
    [all...]
tab.cc 5 #include "chrome/browser/ui/views/tabs/tab.h"
58 // Padding around the "content" of a tab, occupied by the tab border graphics.
64 // Height of the shadow at the top of the tab image assets.
78 // When a non-mini-tab becomes a mini-tab the width of the tab animates. If
79 // the width of a mini-tab is >= kMiniTabRendererAsNormalTabWidth then the tab
80 // is rendered as a normal tab. This is done to avoid having the titl
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsvirt.c 1010 cmsBool CheckOne(const cmsAllowedLUT* Tab, const cmsPipeline* Lut)
1017 if (n > Tab ->nTypes) return FALSE;
1018 if (cmsStageType(mpe) != Tab ->MpeTypes[n]) return FALSE;
1021 return (n == Tab ->nTypes);
1032 const cmsAllowedLUT* Tab = AllowedLUTTypes + n;
1034 if (IsV4 ^ Tab -> IsV4) continue;
1035 if ((Tab ->RequiredTag != 0) && (Tab ->RequiredTag != DestinationTag)) continue;
1037 if (CheckOne(Tab, Lut)) return Tab;
    [all...]
cmscgats.c 146 TABLE Tab[MAXTABLES];
1010 return it8 -> Tab;
1013 return it8 ->Tab + it8 ->nTable;
    [all...]
  /frameworks/base/core/java/android/app/
ActionBar.java 126 * Tab navigation mode. Instead of static title text this mode
604 * Create and return a new {@link Tab}.
605 * This tab will not be included in the action bar until it is added.
613 * @return A new Tab
615 * @see #addTab(Tab)
622 public abstract Tab newTab();
625 * Add a tab for use in tabbed navigation mode. The tab will be added at the end of the list.
626 * If this is the first tab to be added it will become the selected tab
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBar.java 130 * Tab navigation mode. Instead of static title text this mode
603 * Create and return a new {@link Tab}.
604 * This tab will not be included in the action bar until it is added.
612 * @return A new Tab
614 * @see #addTab(Tab)
621 public abstract Tab newTab();
624 * Add a tab for use in tabbed navigation mode. The tab will be added at the end of the list.
625 * If this is the first tab to be added it will become the selected tab
    [all...]
  /external/chromium_org/third_party/closure_compiler/externs/
chrome_extensions.js     [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
lcms2_plugin.h 529 } Tab;
  /frameworks/base/core/java/com/android/internal/widget/
ScrollingTabContainerView.java 47 * This widget implements the dynamic action bar tab behavior that can change
125 // Recenter the tab display if we're at a new (scrollable) size.
279 private TabView createTabView(ActionBar.Tab tab, boolean forAdapter) {
280 final TabView tabView = new TabView(getContext(), tab, forAdapter);
296 public void addTab(ActionBar.Tab tab, boolean setSelected) {
297 TabView tabView = createTabView(tab, false);
311 public void addTab(ActionBar.Tab tab, int position, boolean setSelected)
419 final ActionBar.Tab tab = mTab; local
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ScrollingTabContainerView.java 50 * This widget implements the dynamic action bar tab behavior that can change across different
132 // Recenter the tab display if we're at a new (scrollable) size.
288 private TabView createTabView(ActionBar.Tab tab, boolean forAdapter) {
289 final TabView tabView = new TabView(getContext(), tab, forAdapter);
305 public void addTab(ActionBar.Tab tab, boolean setSelected) {
306 TabView tabView = createTabView(tab, false);
320 public void addTab(ActionBar.Tab tab, int position, boolean setSelected)
442 final ActionBar.Tab tab = mTab; local
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
Tab.java 44 * The basic Java representation of a tab. Contains and manages a {@link ContentView}.
46 * Tab provides common functionality for ChromeShell Tab as well as Chrome on Android's
47 * tab. It is intended to be extended either on Java or both Java and C++, with ownership managed
54 * subclass, which in turn constructs TabAndroid (the native counterpart to Tab), which in
55 * turn sets the native pointer for Tab. For destruction, subclasses in Java must clear
56 * their own native pointer reference, but Tab#destroy() will handle deleting the native
59 * Notes on {@link Tab#getId()}:
63 * {@link Tab#incrementIdCounterTo(int)} will ensure new {@link Tab}s get ids greater than or equa
    [all...]
  /packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java 72 private enum Tab {
96 private Tab(String tag, int label, int view, int progress, int list, int expandableList,
167 private HashMap<Tab, AdapterData.AliasLoader>
168 mAliasLoaders = new HashMap<Tab, AdapterData.AliasLoader>(2);
183 addTab(Tab.SYSTEM);
184 // TODO add Install button on Tab.USER to go to CertInstaller like KeyChainActivity
185 addTab(Tab.USER);
188 mTabHost.setCurrentTabByTag(Tab.USER.mTag);
213 private void addTab(Tab tab) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
CodeMirrorTextEditor.js 68 "Tab": "defaultTab",
69 "Shift-Tab": "indentLess",
605 extraKeys.Tab = function(codeMirror)
    [all...]

Completed in 1098 milliseconds

1 2