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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
window_applescript.h 44 // The tabs inside the window.
45 // Returns |TabAppleScript*| of all the tabs contained
47 - (NSArray*)tabs;
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_all_tabs_controller.mm 13 #include "chrome/browser/ui/tabs/tab_strip_model.h"
60 // folder for the tabs and then the bookmarks in that new folder.
73 // Get a list of all open tabs, create nodes for them, and add
  /external/chromium_org/chrome/browser/ui/gtk/
global_history_menu.cc 85 // If the HistoryItem is a window, this will be the vector of tabs. Note
89 std::vector<HistoryItem*> tabs; member in class:GlobalHistoryMenu::HistoryItem
309 std::vector<TabRestoreService::Tab>& tabs = entry_win->tabs; local
310 if (tabs.empty())
338 // Loop over the window's tabs and add them to the submenu.
341 for (iter = tabs.begin(); iter != tabs.end(); ++iter) {
344 item->tabs.push_back(tab_item);
351 std::string title = item->tabs.size() == 1
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
fake_base_tab_strip_controller.cc 5 #include "chrome/browser/ui/views/tabs/fake_base_tab_strip_controller.h"
7 #include "chrome/browser/ui/views/tabs/tab_renderer_data.h"
8 #include "chrome/browser/ui/views/tabs/tab_strip.h"
  /external/chromium_org/tools/perf/measurements/
session_restore.py 52 # Wait for all tabs to finish loading.
53 for i in xrange(len(tab.browser.tabs)):
54 t = tab.browser.tabs[i]
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsSummary.java 106 PagerTabStrip tabs = (PagerTabStrip) rootView.findViewById(R.id.tabs); local
107 tabs.setTabIndicatorColorResource(android.R.color.holo_blue_light);
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.cc 71 #include "chrome/browser/ui/tabs/pinned_tab_codec.h"
72 #include "chrome/browser/ui/tabs/tab_strip_model.h"
175 void UrlsToTabs(const std::vector<GURL>& urls, StartupTabs* tabs) {
180 tabs->push_back(tab);
387 // Open the required browser windows and tabs. First, see if
389 // opened an app shortcut. Don't restore tabs or open initial
613 // Open user-specified URLs like pinned tabs and startup tabs.
732 StartupTabs tabs; local
733 // Pinned tabs should not be displayed when chrome is launched in incognit
798 StartupTabs tabs; local
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 5 #include "chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h"
18 #include "chrome/browser/ui/gtk/tabs/dragged_view_gtk.h"
19 #include "chrome/browser/ui/gtk/tabs/tab_strip_gtk.h"
21 #include "chrome/browser/ui/tabs/tab_strip_model.h"
22 #include "chrome/browser/ui/tabs/tab_strip_model_delegate.h"
59 const std::vector<TabGtk*>& tabs)
65 DCHECK(!tabs.empty());
66 DCHECK(std::find(tabs.begin(), tabs.end(), source_tab) != tabs.end())
816 std::vector<TabGtk*> tabs = GetTabsMatchingDraggedContents( local
    [all...]
tab_strip_gtk.h 15 #include "chrome/browser/ui/gtk/tabs/tab_gtk.h"
18 #include "chrome/browser/ui/tabs/hover_tab_selector.h"
19 #include "chrome/browser/ui/tabs/tab_strip_model.h"
48 // TODO(tc): Pass in theme provider so we can properly theme the tabs.
66 // Sets the bounds of the tabs.
82 // Compatible tab strips can transfer tabs during drag and drop.
85 // Returns true if Tabs in this TabStrip are currently changing size or
174 // Horizontal gap between mini-tabs and normal tabs.
227 // which indicates the drop should create a new tab at the end of the tabs
    [all...]
  /external/chromium_org/chrome/browser/sessions/
persistent_tab_restore_service_unittest.cc 42 // for closed tabs and windows.
263 // Recreate the service and have it load the tabs.
302 // Recreate the service and have it load the tabs.
332 // Recreate the service and have it load the tabs.
359 // Recreate the service and have it load the tabs.
389 ASSERT_EQ(1U, window->tabs.size());
392 ASSERT_EQ(1U, window->tabs[0].navigations.size());
393 EXPECT_EQ(0, window->tabs[0].current_navigation_index);
394 EXPECT_EQ(0, window->tabs[0].timestamp.ToInternalValue());
395 EXPECT_TRUE(url1_ == window->tabs[0].navigations[0].virtual_url())
    [all...]
session_restore.cc 36 #include "chrome/browser/ui/tabs/tab_strip_model.h"
80 // TabLoader is responsible for loading tabs after session restore creates
81 // tabs. New tabs are loaded after the current tab finishes loading, or a delay
88 // TabLoader is loading, it will schedule its tabs to get loaded by the same
124 // Loads the next tab. If there are no more tabs to load this deletes itself,
139 // the set of tabs to load and list of tabs we're waiting to get a load
169 // The set of tabs we've initiated loading on. This does NOT include the
170 // selected tabs
    [all...]
  /developers/build/prebuilts/gradle/ActionBarCompat-Styled/ActionBarCompat-StyledSample/src/main/res/values/
base-strings.xml 27 split action bar when running on a device with a narrow display, and show three tabs.
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarTabs.java 33 * This demonstrates the use of action bar tabs and how they interact
77 * A TabListener receives event callbacks from the action bar as tabs
82 * the interactions between different tabs.
85 * fragment state of the non-visible tabs across activity instances.
  /development/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarTabs.java 32 * This demonstrates the use of action bar tabs and how they interact
76 * A TabListener receives event callbacks from the action bar as tabs
81 * the interactions between different tabs.
84 * fragment state of the non-visible tabs across activity instances.
  /development/samples/browseable/Styled/res/values/
base-strings.xml 27 split action bar when running on a device with a narrow display, and show three tabs.
  /external/chromium/base/metrics/
nacl_histogram.cc 11 // and number of new tabs created.
  /external/chromium/build/util/
build_util.gyp 41 # indent-tabs-mode:nil
  /external/chromium/build/win/
system.gyp 31 # indent-tabs-mode:nil
  /external/chromium/chrome/browser/extensions/
extension_event_names.h 13 // Tabs.
extension_tabs_module_constants.cc 31 const char kTabsKey[] = "tabs";
56 const char kCanOnlyMoveTabsWithinNormalWindowsError[] = "Tabs can only be "
58 const char kCanOnlyMoveTabsWithinSameProfileError[] = "Tabs can only be moved "
67 "Tabs cannot be edited right now (user may be dragging a tab).";
  /external/chromium/chrome/browser/sync/glue/
foreign_session_tracker.h 64 // |has_window| determines if newly created tabs are added to the pool of
65 // orphaned tabs (thos which can't be reached by traversing foreign sessions).
101 // The set of foreign tabs that we have seen, and created SessionTab objects
103 // orphaned tabs, and won't be deleted if we delete foreign_session_map_.
  /external/chromium/chrome/browser/tabs/
pinned_tab_test_utils.cc 5 #include "chrome/browser/tabs/pinned_tab_test_utils.h"
pinned_tab_test_utils.h 17 // Converts a set of Tabs into a string. The format is a space separated list
tab_strip_model_observer.cc 5 #include "chrome/browser/tabs/tab_strip_model_observer.h"
  /external/chromium/chrome/browser/ui/cocoa/applescript/
constants_applescript.h 16 // Property to access tabs.

Completed in 400 milliseconds

<<11121314151617181920>>