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

<<21222324252627282930>>

  /external/chromium/chrome/browser/sync/glue/
session_model_associator.cc 15 #include "chrome/browser/tabs/tab_strip_model.h"
118 // Make sure the browser has tabs and a window. Browsers destructor
129 (*i)->tab_count() << " tabs.";
141 // Store the order of tabs.
154 // Only add a window if it contains valid tabs.
191 const std::vector<TabContents*>& tabs) {
193 for (std::vector<TabContents*>::const_iterator i = tabs.begin();
194 i != tabs.end();
591 session_window->tabs.resize(specifics.tab_size());
594 session_window->tabs[i]
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_view.mm 5 #import "chrome/browser/ui/cocoa/tabs/tab_view.h"
12 #import "chrome/browser/ui/cocoa/tabs/tab_controller.h"
13 #import "chrome/browser/ui/cocoa/tabs/tab_window_controller.h"
141 // between adjacent tabs. The drawing code in TabCell has the top
443 // If we're now targeting a new window, re-layout the tabs in the old
461 // no more tabs remaining after detaching, the source window is about to
812 if (alertState_ == tabs::kAlertNone) {
813 alertState_ = tabs::kAlertRising;
820 if (alertState_ != tabs::kAlertNone) {
821 alertState_ = tabs::kAlertFalling
    [all...]
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_browsertest.cc 29 #include "chrome/browser/ui/tabs/tab_strip_model.h"
271 // Number of tabs being waited on should be strictly increasing.
476 // Returns the total number of loading tabs across all Browsers, for all
493 // pre-existing tabs or loads in serial for all tabs.
586 // This observer creates a list of loading tabs, and then waits for them all
589 // This is for the specific purpose of observing tabs time out after logging in
608 // The set of tabs that need to be navigated. This is the set of loading
609 // tabs when the observer is created.
612 // Number of tabs that have stopped navigating with the expected title. Thes
    [all...]
  /external/chromium/chrome/browser/resources/ntp4/
recently_closed.js 16 * @param {number} numTabs Number of tabs in the window.
82 a.textContent = formatTabsText(data.tabs.length);
  /external/chromium/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.h 10 #include "chrome/browser/tabs/tab_strip_model.h"
11 #include "chrome/browser/ui/views/tabs/tab_strip_controller.h"
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
NewTabPagePrefs.java 50 * Set recently closed tabs list collapsed or uncollapsed state in preferences.
51 * @param isCollapsed {@code True} Whether we want the recently closed tabs list to be
  /external/chromium_org/chrome/browser/
defaults.h 26 // Width of mini-tabs. Inline because other constants are computed depending
77 // Should scroll events on the tabstrip change tabs?
  /external/chromium_org/chrome/browser/extensions/api/preference/
preference_helpers.cc 116 // a) incognito pref changes are visible only to the incognito tabs
117 // b) regular pref changes are visible only to the incognito tabs if the
  /external/chromium_org/chrome/browser/extensions/
chrome_extension_function.cc 13 #include "chrome/browser/ui/tabs/tab_strip_model.h"
73 // a background_page onload chrome.tabs api call can make it into here
  /external/chromium_org/chrome/browser/resources/apps_debugger/css/
items.css 19 /* Override the visual style of tabs. */
21 #tabs-header-container {
27 #tabs {
33 tabs tab {
46 tabs > [selected] {
58 tabs > :not([selected]) {
62 tabs > :not([selected]):hover {
435 #tabs {
  /external/chromium_org/chrome/browser/sessions/
session_service_test_helper.cc 100 EXPECT_EQ(1U, windows[0]->tabs.size());
101 EXPECT_EQ(nav_count, windows[0]->tabs[0]->navigations.size());
  /external/chromium_org/chrome/browser/ui/
browser_dialogs.h 66 // We need to pass the WebContents to the dialog, because multiple tabs can hang
67 // and it needs to keep track of which tabs are currently hung.
fast_unload_controller.cc 14 #include "chrome/browser/ui/tabs/tab_strip_model.h"
15 #include "chrome/browser/ui/tabs/tab_strip_model_delegate.h"
159 // If there are tabs with outstanding beforeunload handlers:
165 // Otherwise, If there are no tabs with outstanding beforeunload handlers:
268 // attempt to add tabs to the browser before it closes.
389 browser_->tab_strip_model()->CloseAllTabs(); // tabs not needing unload
401 // There may be tabs if the last tab needing beforeunload crashed.
437 // No need to clear tabs_needing_unload_ack_. Those tabs are already detached.
singleton_tabs.cc 11 #include "chrome/browser/ui/tabs/tab_strip_model.h"
100 // Skip view-source tabs. This is needed because RewriteURLIfNecessary
  /external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/
wrench_menu_controller.h 43 // Used to update icons in the recent tabs menu. This must be declared after
74 // updating the recent tabs submenu.
  /external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber.h 10 #include "chrome/browser/ui/views/tabs/tab_strip_observer.h"
91 // Forces the tabs to be revealed if we are in immersive fullscreen.
  /external/chromium_org/chrome/browser/ui/views/tabs/
stacked_tab_strip_layout.cc 5 #include "chrome/browser/ui/views/tabs/stacked_tab_strip_layout.h"
78 // If we're at a particular edge and start dragging, expose all the tabs after
118 // Tabs have been dragged to the right. Pull in the tabs from left to right
140 // Tabs have been dragged to the left. Pull in tabs from right to left to fill
317 // Currently no need to support tabs openning before |index| visible.
432 // Pull in the mini-tabs.
tab_drag_controller_interactive_uitest_win.cc 5 #include "chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h"
16 #include "chrome/browser/ui/tabs/tab_strip_model.h"
18 #include "chrome/browser/ui/views/tabs/tab.h"
19 #include "chrome/browser/ui/views/tabs/tab_drag_controller.h"
20 #include "chrome/browser/ui/views/tabs/tab_strip.h"
47 // Creates a browser with two tabs, drags the second to the first.
262 // Creates two browsers, selects all tabs in first and drags into second.
309 // Creates two browsers, selects all tabs in first, drags into second, then hits
  /external/chromium_org/chrome/common/extensions/api/
api.gyp 114 'tabs.json',
149 'tabs.json',
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_links/
popup.js 111 chrome.tabs.query({active: true, windowId: currentWindow.id},
113 chrome.tabs.executeScript(
  /external/chromium_org/chrome/common/extensions/docs/templates/json/
extensions_sidenav.json 81 "title": "Tabs",
82 "href": "/extensions/tabs.html"
  /external/chromium_org/chrome/test/base/
tracing_browsertest.cc 11 #include "chrome/browser/ui/tabs/tab_strip_model.h"
93 // Open two tabs to different URLs to encourage two separate renderer
  /external/chromium_org/chrome/test/perf/
mach_ports_test.cc 21 // the browser process. It navigates tabs and closes them, repeatedly measuring
74 // Create a browser and open a few tabs.
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_cocoa.h 97 // The tabs owned by a tablist.
98 @property(nonatomic, readonly) NSArray* tabs; variable
  /external/chromium_org/content/browser/
browsing_instance.h 26 // tabs and frames that can have script connections to each other. In that
27 // sense, it reflects the user interface, and not the contents of the tabs and

Completed in 909 milliseconds

<<21222324252627282930>>