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

1 2 3 45 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip.h 11 #include "chrome/browser/ui/views/tabs/base_tab_strip.h"
36 // container for Tabs, and is also responsible for creating them.
38 // DraggedTab, focusing on tasks that require reshuffling other tabs
39 // in response to dragged tabs.
93 virtual void LayoutDraggedTabsAt(const std::vector<BaseTab*>& tabs,
98 const std::vector<BaseTab*>& tabs,
100 virtual int GetSizeNeededForTabs(const std::vector<BaseTab*>& tabs) OVERRIDE;
111 // Horizontal gap between mini and non-mini-tabs.
126 // which indicates the drop should create a new tab at the end of the tabs.
161 // Returns the number of mini-tabs
    [all...]
side_tab_strip.cc 5 #include "chrome/browser/ui/views/tabs/side_tab_strip.h"
8 #include "chrome/browser/ui/views/tabs/side_tab.h"
9 #include "chrome/browser/ui/views/tabs/tab_strip_controller.h"
32 // Padding between tabs and scroll button.
193 // Make sure any tabs being dragged appear on top of all others by painting
203 // Paint the new tab and separator first so that any tabs animating appear on
248 // All the tabs fit, no need to scroll.
382 void SideTabStrip::LayoutDraggedTabsAt(const std::vector<BaseTab*>& tabs,
390 for (size_t i = 0; i < tabs.size(); ++i) {
391 BaseTab* tab = tabs[i]
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_interactive_test.cc 6 #include "chrome/browser/extensions/api/tabs/tabs_api.h"
7 #include "chrome/browser/extensions/api/tabs/tabs_constants.h"
49 base::ListValue* tabs = NULL; local
50 EXPECT_FALSE(result.get()->GetList(keys::kTabsKey, &tabs));
62 // "populate" was enabled so tabs should be populated.
63 EXPECT_TRUE(result.get()->GetList(keys::kTabsKey, &tabs));
88 // Get tabs in the 'last focused' window called from non-focused browser.
106 // Get tabs NOT in the 'last focused' window called from the focused browser.
130 ASSERT_TRUE(RunExtensionTest("tabs/current_window")) << message_;
  /external/chromium_org/chrome/browser/ui/tabs/
pinned_tab_codec.cc 5 #include "chrome/browser/ui/tabs/pinned_tab_codec.h"
15 #include "chrome/browser/ui/tabs/tab_strip_model.h"
31 // Returns true if |browser| has any pinned tabs.
129 const StartupTabs& tabs) {
137 for (StartupTabs::const_iterator i = tabs.begin(); i != tabs.end(); ++i)
  /external/chromium_org/chrome/browser/ui/webui/ntp/
recently_closed_tabs_handler.cc 39 DCHECK(!window.tabs.empty());
42 for (size_t i = 0; i < window.tabs.size(); ++i) {
44 TabToValue(window.tabs[i], tab_value);
50 dictionary->Set("tabs", tab_values.release());
186 // This does nothing if the tabs have already been loaded or they
  /external/chromium/chrome/browser/sessions/
session_service_test_helper.cc 91 EXPECT_EQ(1U, windows[0]->tabs.size());
92 EXPECT_EQ(nav_count, windows[0]->tabs[0]->navigations.size());
session_restore_browsertest.cc 9 #include "chrome/browser/tabs/tab_strip_model.h"
121 // Add and navigate three tabs.
134 // Expect a window with three tabs.
139 EXPECT_EQ(3U, window->tabs.size());
143 std::vector<TabRestoreService::Tab>::const_iterator it = window->tabs.begin();
144 for ( ; it != window->tabs.end(); ++it) {
157 EXPECT_EQ(2U, window->tabs.size());
  /external/chromium/chrome/browser/ui/
browser_init.h 31 // tabs shown at first run.
73 // Assists launching the application and appending the initial tabs for a
115 // Tabs.
120 // Creates a tab for each of the Tabs in |tabs|. If browser is non-null
121 // and a tabbed browser, the tabs are added to it. Otherwise a new tabbed
122 // browser is created and the tabs are added to it. The browser the tabs
127 const std::vector<Tab>& tabs);
159 // . Attempts to restore any pinned tabs from last run of chrome and
    [all...]
  /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());
session_types.cc 68 STLDeleteElements(&tabs);
session_types.h 69 // tabs in SessionWindow.tabs.
119 // Index of the selected tab in tabs; -1 if no tab is selected. After restore
120 // this value is guaranteed to be a valid index into tabs.
124 // tabs. When done creating though, this is set to the index in
125 // tabs.
142 // The tabs, ordered by visual order.
143 std::vector<SessionTab*> tabs; member in struct:SessionWindow
  /external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/
background.js 20 * Used window.open because I didn't want the tabs permission.
  /external/chromium_org/chrome/test/functional/
chromeos_longterm_test.py 35 tabs = window['tabs']
36 for tab_index, tab in enumerate(tabs):
53 """ Refreshes all of the tabs from the given list.
67 """Setups a windows with multiple tabs running.
87 for tab in win['tabs']:
  /external/chromium_org/chrome/test/functional/perf/endure_graphs/
endure_plotter.js 237 * Initializes the UI for the tabs at the top of a graph to change the displayed
240 function initPlotSwitcher(tabs) {
242 for (var i = 0; i < tabs.length; ++i) {
243 var is_selected = tabs[i] == params.graph;
245 tab.appendChild(document.createTextNode(tabs[i] + ' '));
247 tab.addEventListener('click', goToClosure(tabs[i]), false);
510 tabs = [];
513 tabs.push(graph.name);
519 initPlotSwitcher(tabs);
  /external/chromium_org/tools/perf/metrics/
startup_metric.py 51 num_open_tabs = len(tab.browser.tabs)
54 t = tab.browser.tabs[i]
78 # access a background tab. Ignore these tabs.
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
LetterQuad.java 251 final float[] tabs = block.getTabPosition(); local
268 if (tabs != null && x0 < tabs[tabs.length-1]) {
269 for (int i = 0; i < tabs.length-1; i++) {
270 if (x0 > tabs[i] && x0 < tabs[i+1]) {
271 width = tabs[i+1] - x0;
StringBlock.java 181 void setTabPosition(float[] tabs) {
182 this.tabPos = tabs;
  /external/markdown/MarkdownTest/Tests_2004/
Ordered and unordered lists.text 69 Loose using tabs:
  /external/markdown/MarkdownTest/Tests_2007/
Ordered and unordered lists.text 69 Loose using tabs:
  /external/markdown/tests/markdown-test/
ordered-and-unordered-list.txt 69 Loose using tabs:
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc 5 #include "chrome/browser/ui/views/tabs/tab_strip.h"
22 #include "chrome/browser/ui/tabs/tab_strip_model.h"
24 #include "chrome/browser/ui/views/tabs/stacked_tab_strip_layout.h"
25 #include "chrome/browser/ui/views/tabs/tab.h"
26 #include "chrome/browser/ui/views/tabs/tab_drag_controller.h"
27 #include "chrome/browser/ui/views/tabs/tab_strip_controller.h"
28 #include "chrome/browser/ui/views/tabs/tab_strip_observer.h"
71 // Inactive tabs in a native frame are slightly transparent.
73 // If there are multiple tabs selected then make non-selected inactive tabs
1105 std::vector<Tab*> tabs; local
2111 const std::vector<Tab*>& tabs = tabs_closing_map_[index]; local
    [all...]
  /external/chromium_org/tools/perf/measurements/
image_decoding.py 23 return not browser.tabs[0].ExecuteJavaScript("""
memory_pressure.py 30 return browser.tabs.New()
35 histogram_type, "Tabs.Discard.DiscardCount", tab)
37 histogram_type, "Tabs.SadTab.KillCreated", tab)
  /external/chromium_org/tools/telemetry/examples/
telemetry_perf_test.py 22 tab = b.tabs[0]
  /external/chromium_org/tools/telemetry/telemetry/unittest/
tab_test_case.py 30 self._tab = self._browser.tabs[0]

Completed in 341 milliseconds

1 2 3 45 6 7 8 91011>>