HomeSort by relevance Sort by last modified time
    Searched refs:tabs (Results 1 - 25 of 148) sorted by null

1 2 3 4 5 6

  /external/chromium/chrome/browser/debugger/
browser_list_tabcontents_provider.cc 7 #include "chrome/browser/tabs/tab_strip_model.h"
12 DevToolsHttpProtocolHandler::InspectableTabs tabs; local
17 tabs.push_back(model->GetTabContentsAt(i));
19 return tabs;
  /external/chromium/chrome/browser/resources/options/
subpages_tab_controls.css 7 .subpages-nav-tabs .tab {
12 .subpages-nav-tabs .active-tab {
21 /* To avoid tabs changing size when they are clicked and their labels become
26 .subpages-nav-tabs .active-tab-label {
30 .subpages-nav-tabs .tab-label {
36 html[dir=rtl] .subpages-nav-tabs .tab-label {
40 .subpages-nav-tabs .active-tab-label,
41 .subpages-nav-tabs .active-tab .tab-label {
48 .subpages-nav-tabs .active-tab .active-tab-label {
52 .subpages-nav-tabs {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchConfigTabGroup.java 35 ILaunchConfigurationTab[] tabs = new ILaunchConfigurationTab[] { local
40 setTabs(tabs);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchConfigTabGroups.java 31 ILaunchConfigurationTab[] tabs = new ILaunchConfigurationTab[] { local
37 setTabs(tabs);
  /external/chromium/chrome/browser/sessions/
tab_restore_service.cc 137 // have Tabs with the |id|.
143 std::vector<TabRestoreService::Tab>::iterator j = window->tabs.begin();
144 for ( ; j != window->tabs.end(); ++j) {
145 // If the ID matches one of this window's tabs, remove it from the list.
147 window->tabs.erase(j);
241 // into the vector, which will give all tabs in a window the same ID.
243 window->tabs.push_back(Tab());
247 PopulateTab(&(window->tabs[entry_index]),
251 if (window->tabs[entry_index].navigations.empty()) {
252 window->tabs.erase(window->tabs.begin() + entry_index)
553 std::vector<Tab>& tabs = static_cast<Window*>(*i)->tabs; local
    [all...]
session_service_unittest.cc 116 EXPECT_EQ(1U, windows[0]->tabs.size());
120 SessionTab* tab = windows[0]->tabs[0];
163 ASSERT_EQ(1U, windows[0]->tabs.size());
166 SessionTab* tab = windows[0]->tabs[0];
216 ASSERT_EQ(1U, windows[0]->tabs.size());
218 SessionTab* tab = windows[0]->tabs[0];
246 ASSERT_EQ(1U, windows[0]->tabs.size());
248 SessionTab* tab = windows[0]->tabs[0];
285 ASSERT_EQ(1U, windows[0]->tabs.size());
286 ASSERT_EQ(1U, windows[1]->tabs.size())
    [all...]
tab_restore_service_browsertest.cc 18 // for closed tabs and windows.
181 // Recreate the service and have it load the tabs.
220 // Recreate the service and have it load the tabs.
250 // Recreate the service and have it load the tabs.
277 // Recreate the service and have it load the tabs.
300 ASSERT_EQ(1U, window->tabs.size());
303 ASSERT_EQ(1U, window->tabs[0].navigations.size());
304 EXPECT_EQ(0, window->tabs[0].current_navigation_index);
305 EXPECT_EQ(0, window->tabs[0].timestamp.ToInternalValue());
306 EXPECT_TRUE(url1_ == window->tabs[0].navigations[0].virtual_url())
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitTabGroup.java 33 * Creates the UI tabs for the Android JUnit configuration
37 ILaunchConfigurationTab[] tabs = new ILaunchConfigurationTab[] { local
42 setTabs(tabs);
  /external/chromium/chrome/browser/ui/webui/
value_helper.cc 30 if (window.tabs.empty()) {
35 for (size_t i = 0; i < window.tabs.size(); ++i) {
37 if (TabToValue(window.tabs[i], tab_value.get()))
44 dictionary->Set("tabs", tab_values.release());
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab_strip.cc 5 #include "chrome/browser/ui/views/tabs/base_tab_strip.h"
9 #include "chrome/browser/ui/views/tabs/dragged_tab_controller.h"
10 #include "chrome/browser/ui/views/tabs/tab_strip_controller.h"
259 // tabs and have the close click close the next tab.
307 // mouse is down... during an animation tabs are being resized automatically,
320 std::vector<BaseTab*> tabs; local
324 // Build the set of selected tabs to drag and calculate the offset from the
329 tabs.push_back(other_tab);
331 size_to_selected = GetSizeNeededForTabs(tabs);
339 DCHECK(!tabs.empty())
    [all...]
side_tab_strip.h 9 #include "chrome/browser/ui/views/tabs/base_tab_strip.h"
16 // The tabs are inset by this much along all axis.
51 virtual void LayoutDraggedTabsAt(const std::vector<BaseTab*>& tabs,
56 const std::vector<BaseTab*>& tabs,
58 virtual int GetSizeNeededForTabs(const std::vector<BaseTab*>& tabs) OVERRIDE;
70 // Returns the max visible y-coordinate for tabs.
86 // Separator between mini-tabs and the new tab button. The separator is
87 // positioned above the visible area if there are no mini-tabs.
94 // scrolled the tabs this is non-zero.
97 // Height needed to display the tabs, separator and new tab button. Doesn'
    [all...]
base_tab_strip.h 12 #include "chrome/browser/ui/views/tabs/abstract_tab_strip_view.h"
13 #include "chrome/browser/ui/views/tabs/base_tab.h"
14 #include "chrome/browser/ui/views/tabs/tab_controller.h"
88 // Gets the number of Tabs in the tab strip.
89 // WARNING: this is the number of tabs displayed by the tabstrip, which if
90 // an animation is ongoing is not necessarily the same as the number of tabs
141 // The Tabs we contain, and their last generated "good" bounds.
181 // Resets the bounds of all non-closing tabs.
184 // Invoked during drag to layout the tabs being dragged in |tabs| a
    [all...]
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab_strip.h 9 #include "chrome/browser/ui/views/tabs/base_tab_strip.h"
20 // container for Tabs, and is also responsible for creating them.
46 virtual void LayoutDraggedTabsAt(const std::vector<BaseTab*>& tabs,
51 const std::vector<BaseTab*>& tabs,
53 virtual int GetSizeNeededForTabs(const std::vector<BaseTab*>& tabs);
82 // given point. If the scroll is not beyond the minimum threshold, the tabs
95 // Adjust the positions of the tabs to perform a scroll of |delta_x| relative
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.js 74 var tabs = {};
75 chrome.tabs.onUpdated.addListener(function(tabId, changeInfo, tab) {
78 changeInfo.url != tabs[tabId] &&
80 chrome.tabs.create({ 'url' : changeInfo.url }, function(tab) {
81 tabs[tab.id] = tab.url;
82 chrome.tabs.remove(tabId);
105 chrome.tabs.create({ 'url' :chrome.extension.getURL(this.callback_page) });
272 chrome.tabs.getSelected(null, function (tab) {
273 chrome.tabs.remove(tab.id);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauth.js 74 var tabs = {};
75 chrome.tabs.onUpdated.addListener(function(tabId, changeInfo, tab) {
78 changeInfo.url != tabs[tabId] &&
80 chrome.tabs.create({ 'url' : changeInfo.url }, function(tab) {
81 tabs[tab.id] = tab.url;
82 chrome.tabs.remove(tabId);
105 chrome.tabs.create({ 'url' :chrome.extension.getURL(this.callback_page) });
272 chrome.tabs.getSelected(null, function (tab) {
273 chrome.tabs.remove(tab.id);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
chrome_ex_oauth.js 74 var tabs = {};
75 chrome.tabs.onUpdated.addListener(function(tabId, changeInfo, tab) {
78 changeInfo.url != tabs[tabId] &&
80 chrome.tabs.create({ 'url' : changeInfo.url }, function(tab) {
81 tabs[tab.id] = tab.url;
82 chrome.tabs.remove(tabId);
105 chrome.tabs.create({ 'url' :chrome.extension.getURL(this.callback_page) });
272 chrome.tabs.getSelected(null, function (tab) {
273 chrome.tabs.remove(tab.id);
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_view.h 18 namespace tabs { namespace
21 // Tabs _glow_ under two different circumstances, when they are _hovered_ (by
36 } // namespace tabs
57 tabs::AlertState alertState_;
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/screenshot/
screenshot.js 6 chrome.tabs.captureVisibleTab(null, function(img) {
11 chrome.tabs.create({url: viewTabUrl}, function(tab) {
24 chrome.tabs.onUpdated.removeListener(addSnapshotImageToTab);
39 chrome.tabs.onUpdated.addListener(addSnapshotImageToTab);
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsSummary.java 105 PagerTabStrip tabs = (PagerTabStrip) rootView.findViewById(R.id.tabs); local
106 tabs.setTabIndicatorColorResource(android.R.color.holo_blue_light);
  /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/chrome/browser/resources/gpu_internals/
tab_control.css 27 .tab-control > .tabs {
34 .tab-control > .tabs > :not([selected]) {
  /external/chromium/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/chrome/browser/sync/
profile_sync_service_session_unittest.cc 223 // Get the tabs for this machine from the node and check that they were
227 // Tabs are ordered by sessionid in tab_map, so should be able to traverse
228 // the tree based on order of tabs created
296 ASSERT_EQ(1U, foreign_sessions[0]->windows[0]->tabs.size());
297 ASSERT_EQ(1U, foreign_sessions[0]->windows[0]->tabs[0]->navigations.size());
301 ASSERT_EQ(13, foreign_sessions[0]->windows[0]->tabs[0]->tab_visual_index);
303 foreign_sessions[0]->windows[0]->tabs[0]->current_navigation_index);
304 ASSERT_TRUE(foreign_sessions[0]->windows[0]->tabs[0]->pinned);
306 foreign_sessions[0]->windows[0]->tabs[0]->extension_app_id);
308 foreign_sessions[0]->windows[0]->tabs[0]->navigations[0].index())
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 77 "tabCreated": chrome.tabs.onCreated,
78 "tabMoved": chrome.tabs.onMoved,
79 "tabRemoved": chrome.tabs.onRemoved,
80 "tabSelectionChanged": chrome.tabs.onSelectionChanged,
81 "tabAttached": chrome.tabs.onAttached,
82 "tabDetached": chrome.tabs.onDetached,
83 "tabNavigated": chrome.tabs.onUpdated,
347 chrome.tabs.get(tabId, function(tab) {
  /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...]

Completed in 850 milliseconds

1 2 3 4 5 6