HomeSort by relevance Sort by last modified time
    Searched refs:tabs (Results 26 - 50 of 371) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/
results_unittests.js 137 equals($($('.builder-selector', view)[0]).tabs('option', 'selected'), 0);
141 equals($($('.builder-selector', view)[0]).tabs('option', 'selected'), 1);
146 equals($($('.builder-selector', view)[0]).tabs('option', 'selected'), 0);
151 equals($($('.builder-selector', view)[0]).tabs('option', 'selected'), 1);
155 equals($($('.builder-selector', view)[0]).tabs('option', 'selected'), 0);
160 equals($($('.builder-selector', view)[0]).tabs('option', 'selected'), 1);
  /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...]
  /external/chromium_org/chrome/browser/resources/history/
other_devices.css 66 .device-show-more-tabs,
67 .device-show-more-tabs:active,
68 .device-show-more-tabs:visited,
69 .device-show-more-tabs:link {
  /external/chromium_org/chrome/browser/sessions/
tab_restore_service_helper.cc 127 // into the vector, which will give all tabs in a window the same ID.
129 window->tabs.push_back(Tab());
133 PopulateTab(&(window->tabs[entry_index]),
137 if (window->tabs[entry_index].navigations.empty()) {
138 window->tabs.erase(window->tabs.begin() + entry_index);
140 window->tabs[entry_index].browser_id = delegate->GetSessionID().id();
144 if (window->tabs.size() == 1 && window->app_name.empty()) {
148 AddEntry(new Tab(window->tabs[0]), true, true);
149 } else if (!window->tabs.empty())
377 std::vector<Tab>& tabs = static_cast<Window*>(*i)->tabs; local
    [all...]
session_service_unittest.cc 125 EXPECT_EQ(1U, windows[0]->tabs.size());
129 SessionTab* tab = windows[0]->tabs[0];
196 ASSERT_EQ(1U, windows[0]->tabs.size());
199 SessionTab* tab = windows[0]->tabs[0];
249 ASSERT_EQ(1U, windows[0]->tabs.size());
251 SessionTab* tab = windows[0]->tabs[0];
280 ASSERT_EQ(1U, windows[0]->tabs.size());
282 SessionTab* tab = windows[0]->tabs[0];
309 ASSERT_EQ(1U, windows[0]->tabs.size());
310 ASSERT_EQ(1U, windows[1]->tabs.size())
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
synced_session.cc 43 for (std::vector<SessionTab*>::const_iterator i = window.tabs.begin();
44 i != window.tabs.end(); ++i) {
  /external/chromium_org/tools/perf/profile_creators/
small_profile_creator.py 30 return browser.tabs[0]
32 return browser.tabs.New()
  /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_org/chrome/browser/ui/tabs/
pinned_tab_codec.h 23 // PinnedTabCodec is used to read and write the set of pinned tabs to
24 // preferences. When Chrome exits the sets of pinned tabs are written to prefs.
26 // pinned tabs is opened.
39 static void WritePinnedTabs(Profile* profile, const StartupTabs& tabs);
41 // Reads and returns the set of pinned tabs to restore from preferences.
  /external/chromium_org/tools/perf/measurements/
tab_switching.py 7 This measurement opens pages in different tabs. After all the tabs have opened,
32 return browser.tabs.New()
40 if len(tab.browser.tabs) != len(page.page_set.pages):
55 for i in xrange(len(tab.browser.tabs)):
56 t = tab.browser.tabs[i]
  /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_org/chrome/common/extensions/docs/examples/api/eventPage/basic/
background.js 11 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {
12 lastTabId = tabs[0].id;
13 chrome.tabs.sendMessage(lastTabId, "Background page started.");
45 chrome.tabs.create({url: "http://google.com"}, function(tab) {
46 chrome.tabs.executeScript(tab.id, {file: "content.js"}, function() {
56 chrome.tabs.create({url: "http://www.google.com/"});
85 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {
92 chrome.tabs.sendMessage(lastTabId, "Background page unloaded.")
    [all...]
  /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...]
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_builder_test_helper.cc 70 std::vector<TabInfo> tabs; member in struct:RecentTabsBuilderTestHelper::WindowInfo
145 sessions_[session_index].windows[window_index].tabs.push_back(tab_info);
150 return sessions_[session_index].windows[window_index].tabs.size();
156 return sessions_[session_index].windows[window_index].tabs[tab_index].id;
163 .tabs[tab_index].timestamp;
170 sessions_[session_index].windows[window_index].tabs[tab_index].title;
207 ASSERT_EQ(GetTabCount(s, w), static_cast<int>(windows[w]->tabs.size()));
213 std::vector<TitleTimestampPair> tabs; local
220 tabs.push_back(pair);
224 sort(tabs.begin(), tabs.end(), SortTabTimesByRecency)
    [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_org/chrome/browser/ui/gtk/tabs/
drag_data.cc 5 #include "chrome/browser/ui/gtk/tabs/drag_data.h"
7 #include "chrome/browser/ui/gtk/tabs/tab_gtk.h"
8 #include "chrome/browser/ui/tabs/tab_strip_model.h"
57 std::vector<TabGtk*> tabs; local
60 tabs.push_back(drag_data_[i].tab_);
62 return tabs;
  /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_org/chrome/browser/sync/test/integration/
single_client_sessions_sync_test.cc 80 it->second->tabs.begin(); it2 != it->second->tabs.end(); ++it2) {
114 it->second->tabs.begin(); it2 != it->second->tabs.end(); ++it2) {
sessions_helper.cc 75 if (it->second->tabs.size() == 0) {
76 DVLOG(1) << "Empty tabs vector";
80 it->second->tabs.begin();
81 tab_it != it->second->tabs.end(); ++tab_it) {
132 LOG(ERROR) << "Failed to find all tabs after "
160 for (size_t t = 0; t < window.tabs.size(); ++t) {
161 const SessionTab& tab = *window.tabs.at(t);
166 new_window->tabs.push_back(new_tab);
279 if (i->second->tabs.size() != j->second->tabs.size()
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
inspector_memory_unittest.py 14 tab = self._browser.tabs.New()
  /external/libvpx/libvpx/tools/
vpx-astyle.sh 7 --indent-preprocessor --convert-tabs --indent-labels \

Completed in 505 milliseconds

12 3 4 5 6 7 8 91011>>