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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/sync/sessions2/
sessions_sync_manager.h 62 // currently part of the set of local open tabs, and pass relevant updates
256 // with the status of open windows and the order of tabs they contain. Should
260 // RELOAD_TABS will additionally cause a resync of all tabs (same as calling
261 // AssociateTabs with a vector of all tabs).
276 // Loads and reassociates the local tabs referenced in |tabs|.
283 // Control which local tabs we're interested in syncing.
299 // It's possible that when we associate windows, tabs aren't all loaded
311 // Mapping of current open (local) tabs to their sync identifiers.
317 // Pool of used/available sync nodes associated with local tabs
    [all...]
  /external/chromium_org/chrome/
chrome_nibs.gyp 212 'browser/ui/cocoa/tabs/tab_controller.h',
213 'browser/ui/cocoa/tabs/tab_controller.mm',
214 'browser/ui/cocoa/tabs/tab_strip_model_observer_bridge.h',
215 'browser/ui/cocoa/tabs/tab_strip_model_observer_bridge.mm',
216 'browser/ui/cocoa/tabs/tab_strip_view.h',
217 'browser/ui/cocoa/tabs/tab_strip_view.mm',
218 'browser/ui/cocoa/tabs/tab_view.h',
219 'browser/ui/cocoa/tabs/tab_view.mm',
220 'browser/ui/cocoa/tabs/tab_window_controller.h',
221 'browser/ui/cocoa/tabs/tab_window_controller.mm'
    [all...]
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_log.cc 91 // Tabs APIs that require tab ID translation
92 {Action::ACTION_API_CALL, "tabs.connect", 0, LOOKUP_TAB_ID, NULL},
93 {Action::ACTION_API_CALL, "tabs.detectLanguage", 0, LOOKUP_TAB_ID, NULL},
94 {Action::ACTION_API_CALL, "tabs.duplicate", 0, LOOKUP_TAB_ID, NULL},
95 {Action::ACTION_API_CALL, "tabs.executeScript", 0, LOOKUP_TAB_ID, NULL},
96 {Action::ACTION_API_CALL, "tabs.get", 0, LOOKUP_TAB_ID, NULL},
97 {Action::ACTION_API_CALL, "tabs.insertCSS", 0, LOOKUP_TAB_ID, NULL},
98 {Action::ACTION_API_CALL, "tabs.move", 0, LOOKUP_TAB_ID, NULL},
99 {Action::ACTION_API_CALL, "tabs.reload", 0, LOOKUP_TAB_ID, NULL},
100 {Action::ACTION_API_CALL, "tabs.remove", 0, LOOKUP_TAB_ID, NULL}
    [all...]
  /external/chromium/chrome/browser/sessions/
session_service.cc 25 #include "chrome/browser/tabs/tab_strip_model.h"
231 // list of tabs to close. If the user creates another window, the close is
240 // . closing a tab and there are other windows/tabs open.
753 std::map<int, SessionTab*> tabs; local
756 if (CreateTabsAndWindows(commands, &tabs, &windows)) {
757 AddTabsToWindows(&tabs, &windows);
761 STLDeleteValues(&tabs);
772 for (std::vector<SessionTab*>::const_iterator j = (*i)->tabs.begin();
773 j != (*i)->tabs.end(); ++j) {
775 new_index = static_cast<int>(j - (*i)->tabs.begin())
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 597 tabs = self.nb.tabs()
600 self.assertEqual(self.nb.tabs(), tabs)
604 tabs = self.nb.tabs()
611 self.assertEqual(self.nb.tabs(), tabs)
613 self.assertTrue(str(self.child2) == self.nb.tabs()[child2_index])
623 tabs = self.nb.tabs(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 597 tabs = self.nb.tabs()
600 self.assertEqual(self.nb.tabs(), tabs)
604 tabs = self.nb.tabs()
611 self.assertEqual(self.nb.tabs(), tabs)
613 self.assertTrue(str(self.child2) == self.nb.tabs()[child2_index])
623 tabs = self.nb.tabs(
    [all...]
  /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/browser/ui/views/tabs/
tab_dragging_test.cc 21 // tabs out.
56 // Automated UI test to open three tabs in a new window, and drag Tab_1 into
87 // Make sure 3 tabs are open.
90 // Get bounds for the tabs.
185 // Make sure 3 tabs are open.
188 // Get bounds for the tabs.
292 // Make sure 3 tabs are open.
295 // Get bounds for the tabs.
366 // The tabs should be in their original positions.
402 // Make sure 3 tabs are opened
    [all...]
tab.h 12 #include "chrome/browser/ui/views/tabs/base_tab.h"
47 // Returns the minimum possible size of a selected Tab. Selected tabs must
49 // tabs.
55 // Returns the width for mini-tabs. Mini-tabs always have this width.
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
permission_warnings.html 71 assume you add a new site and the "tabs" permission
79 "tabs"</b>
110 It can be surprising when adding a permission such as "tabs"
114 although the <code>chrome.tabs</code> API
115 might be used only to open new tabs,
118 (using their $ref:tabs.Tab objects).
124 you no longer need to specify the "tabs" permission
125 just to call <code>chrome.tabs.create()</code>
126 or <code>chrome.tabs.update()</code>.
199 Access your tabs and browsing activit
    [all...]
  /external/chromium/chrome/browser/resources/gpu_internals/
tab_control.js 10 * Tabs must be explicitly added/removed from the control.
30 * Creates a new tab element. A tab element is one of multiple tabs
117 * Any child elements pre-existing on the element will become tabs.
126 this.tabs_.classList.add('tabs');
133 // Reparent existing tabs to the tabs_ div.
237 * Returns an array of all the tabs within this control. This is
241 get tabs() {
  /external/chromium/chrome/browser/ui/login/
login_prompt_uitest.cc 121 // Test that logging in on 2 tabs at once works.
208 // If multiple tabs are looking for the same auth, the user should only have to
226 // Set the auth in only one of the tabs (but wait for the other to load).
232 // Now both tabs have loaded.
248 // If multiple tabs are looking for the same auth, and one is cancelled, the
266 // Cancel the auth in only one of the tabs (but wait for the other to load).
272 // Now both tabs have been denied.
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_view.mm 5 #import "chrome/browser/ui/cocoa/tabs/tab_strip_view.h"
15 #import "chrome/browser/ui/cocoa/tabs/tab_strip_controller.h"
16 #import "chrome/browser/ui/cocoa/tabs/tab_view.h"
85 focused ? 1.0 : tabs::kImageNoFocusAlpha,
232 NSMutableArray* tabs = [[[NSMutableArray alloc] init] autorelease];
238 [tabs addObject:child];
241 return tabs;
tab_controller.h 11 #import "chrome/browser/ui/cocoa/tabs/tab_strip_drag_controller.h"
12 #include "chrome/browser/ui/tabs/tab_menu_model.h"
106 // Called by the tabs to determine whether we are in rapid (tab) closure mode.
108 // Ideally, tabs would know about their own animation and wouldn't need this.
116 // Update the title color to match the tabs current state.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
filter_unittest.py 57 all_categories = ["tabs", "whitespace", "build/include"]
60 "tabs",
61 "*tabs",
62 " tabs",
63 " +tabs",
69 "+tabs",
70 "-tabs",
  /external/chromium_org/third_party/tlslite/tlslite/utils/
xmltools.py 190 #Function for adding tabs to a string
192 tabs = ch*steps
194 s = tabs + s.replace("\n", "\n"+tabs)
196 s = tabs + s.replace("\n", "\n"+tabs)
197 s = s[ : -len(tabs)]
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_controller.mm 5 #import "chrome/browser/ui/cocoa/tabs/tab_strip_controller.h"
28 #include "chrome/browser/tabs/tab_strip_model.h"
37 #import "chrome/browser/ui/cocoa/tabs/tab_controller.h"
38 #import "chrome/browser/ui/cocoa/tabs/tab_strip_model_observer_bridge.h"
39 #import "chrome/browser/ui/cocoa/tabs/tab_strip_view.h"
40 #import "chrome/browser/ui/cocoa/tabs/tab_view.h"
41 #import "chrome/browser/ui/cocoa/tabs/throbber_view.h"
90 // The amount by which tabs overlap.
96 // The amount by which the new tab button is offset (from the tabs).
103 // Time (in seconds) in which tabs animate to their final position
    [all...]
  /external/chromium_org/tools/json_schema_compiler/test/
windows.json 16 "tabs": {"type": "array", "items": { "$ref": "tabs.Tab" }, "optional": true, "description": "Array of $ref:Tab objects representing the current tabs in the window."},
51 "populate": {"type": "boolean", "optional": true, "description": "If true, the window object will have a <var>tabs</var> property that contains a list of the $ref:Tab objects" }
76 "populate": {"type": "boolean", "optional": true, "description": "If true, the window object will have a <var>tabs</var> property that contains a list of the $ref:Tab objects" }
101 "populate": {"type": "boolean", "optional": true, "description": "If true, the window object will have a <var>tabs</var> property that contains a list of the $ref:Tab objects" }
126 "populate": {"type": "boolean", "optional": true, "description": "If true, each window object will have a <var>tabs</var> property that contains a list of the $ref:Tab objects for that window." }
152 "description": "A URL or list of URLs to open as tabs in the window. Fully-qualified URLs must include a scheme (i.e. 'http://www.google.com', not 'www.google.com'). Relative URLs will be relative to the current page within the extension. Defaults to the New Tab Page.",
227 "description": "Removes (closes) a window, and all the tabs inside it.",
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
_index.html 74 <dt><a href="FragmentTabs.html">Fragment Tabs</a></dt>
76 tabs in a TabHost.</dd>
78 <dt><a href="FragmentTabsPager.html">Fragment Tabs Pager</a></dt>
80 tabs in a TabHost, using a ViewPager to manager the fragments so that
81 the user can also fling left and right to switch tabs.</dd>
  /external/chromium_org/chrome/browser/chromeos/memory/
oom_priority_manager.cc 36 #include "chrome/browser/ui/tabs/tab_strip_model.h"
37 #include "chrome/browser/ui/tabs/tab_utils.h"
70 // you must replace Tabs.Discard.DiscardInLastMinute with a new statistic.
135 // diagnose user-reported problems with frequently discarded tabs.
242 // TODO(jamescook): This should consider tabs with references to other tabs,
243 // such as tabs created with JavaScript window.open(). We might want to
297 // Can't discard tabs that are already discarded or active.
321 "Tabs.Discard.DiscardCount", discard_count_, 1, 1000, 50);
325 "Tabs.Discard.TabCount", GetTabCount(), 1, 100, 50)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_test.cc 14 #include "chrome/browser/extensions/api/tabs/tabs_api.h"
15 #include "chrome/browser/extensions/api/tabs/tabs_constants.h"
85 // "populate" was enabled so tabs should be populated.
86 base::ListValue* tabs = NULL; local
87 EXPECT_TRUE(result.get()->GetList(keys::kTabsKey, &tabs));
156 base::ListValue* tabs = NULL; local
157 EXPECT_FALSE(result.get()->GetList(keys::kTabsKey, &tabs));
159 // Get the current window using the old window and make the tabs populated.
170 // "populate" was enabled so tabs should be populated.
171 EXPECT_TRUE(result.get()->GetList(keys::kTabsKey, &tabs));
201 base::ListValue* tabs = NULL; local
223 base::ListValue* tabs = NULL; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_tab_util.h 11 #include "chrome/common/extensions/api/tabs.h"
36 // Provides various utility functions that help manipulate tabs.
47 // Creates a Tab object (see chrome/common/extensions/api/tabs.json) with
83 api::tabs::Tab* tab);
121 // Executes the specified callback for all tabs in all browser windows.
  /external/chromium_org/chrome/browser/printing/
print_preview_dialog_controller_unittest.cc 10 #include "chrome/browser/ui/tabs/tab_strip_model.h"
55 // New print preview dialog is a constrained window, so the number of tabs is
75 // Lets start with one window and two tabs.
157 // New print preview dialog is a constrained window, so the number of tabs is
169 // New print preview dialog is a constrained window, so the number of tabs is
  /external/chromium_org/chrome/browser/sync/glue/
session_sync_test_helper.cc 70 ASSERT_EQ(win_iter->size(), win_ptr->tabs.size());
76 SessionTab* tab = win_ptr->tabs[j];
121 std::vector<sync_pb::SessionSpecifics>* tabs) {
131 if (tabs)
132 tabs->swap(tabs1);
  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_sessions_sync_test.cc 132 // Open tabs on both clients and retain window information.
163 // Client 0 opened some tabs then went idle.
178 // Client 1 now deletes client 0's tabs. This frees the memory of sessions1.
192 // Client 0 opened some tabs then went idle.
203 // Client 1 now deletes client 0's tabs. This frees the memory of sessions1.

Completed in 1059 milliseconds

<<11121314151617181920>>