HomeSort by relevance Sort by last modified time
    Searched refs:tabs (Results 201 - 225 of 349) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chrome/browser/ui/gtk/website_settings/
website_settings_popup_gtk.cc 49 // Spacing between consecutive tabs in the tabstrip.
351 // Create tab container and add all tabs.
614 GList* tabs = gtk_container_get_children(GTK_CONTAINER(button->parent)); local
616 for (GList* it = tabs; it; it = g_list_next(it), ++i) {
620 g_list_free(tabs);
653 GList* tabs = gtk_container_get_children(GTK_CONTAINER(tabstrip)); local
654 GtkWidget* selected_tab = GTK_WIDGET(g_list_nth_data(tabs, tab_idx));
655 g_list_free(tabs);
  /packages/apps/Launcher2/src/com/android/launcher2/
FocusHelper.java 139 final TabWidget tabs = tabHost.getTabWidget(); local
199 tabs.requestFocus();
299 final TabWidget tabs = tabHost.getTabWidget(); local
359 tabs.requestFocus();
669 final ViewGroup tabs = (ViewGroup) launcher.findViewById(R.id.qsb_bar); local
729 tabs.requestFocus();
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java 138 final TabWidget tabs = tabHost.getTabWidget(); local
198 tabs.requestFocus();
298 final TabWidget tabs = tabHost.getTabWidget(); local
358 tabs.requestFocus();
668 final ViewGroup tabs = (ViewGroup) launcher.findViewById(R.id.qsb_bar); local
728 tabs.requestFocus();
    [all...]
  /external/chromium_org/chrome/browser/sessions/
session_restore_browsertest.cc 31 #include "chrome/browser/ui/tabs/tab_strip_model.h"
318 // Add and navigate three tabs.
345 // Expect a window with three tabs.
350 EXPECT_EQ(3U, window->tabs.size());
356 window->tabs.begin(); it != window->tabs.end(); ++it) {
375 EXPECT_EQ(2U, window->tabs.size());
569 // Set up the restore data -- one window with two tabs.
581 window.tabs.push_back(&tab1);
592 window.tabs.push_back(&tab2)
    [all...]
  /external/chromium/chrome/browser/
jumplist_win.cc 666 // This code enumerates al the tabs in the given window object and add their
669 if (window->tabs.empty()) {
673 for (size_t i = 0; i < window->tabs.size(); ++i) {
674 if (!AddTab(&window->tabs[i], list, max_items))
  /external/chromium_org/chrome/browser/
jumplist_win.cc 658 // This code enumerates al the tabs in the given window object and add their
660 DCHECK(!window->tabs.empty());
662 for (size_t i = 0; i < window->tabs.size(); ++i) {
663 if (!AddTab(&window->tabs[i], list, max_items))
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_sub_menu_model.cc 26 #include "chrome/browser/ui/tabs/tab_strip_model.h"
46 // - menu has "Reopen closed tab", "No tabs from other devices", device section
68 // Comparator function for use with std::sort that will sort tabs by
143 std::string session_tag; // Empty for local tabs, non-empty for foreign tabs.
321 // - Recently closed tabs header, then list of tabs, then separator
322 // - device 1 section header, then list of tabs from device, then separator
323 // - device 2 section header, then list of tabs from device, then separator
324 // - device 3 section header, then list of tabs from device, then separato
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
xcodeproj_file.py 572 def _XCPrint(self, file, tabs, line):
573 file.write('\t' * tabs + line)
575 def _XCPrintableValue(self, tabs, value, flatten_list=False):
582 _should_print_single_line is False, the tabs parameter is used to determine
599 element_tabs = '\t' * (tabs + 1)
600 end_tabs = '\t' * tabs
621 self._XCPrintableValue(tabs + 1, item, flatten_list) + \
628 self._XCPrintableValue(tabs + 1, item_key, flatten_list) + ' = ' + \
629 self._XCPrintableValue(tabs + 1, item_value, flatten_list) + ';' + \
640 def _XCKVPrint(self, file, tabs, key, value)
    [all...]
  /packages/apps/Browser/src/com/android/browser/
TabBar.java 104 mTabs = (TabScrollView) findViewById(R.id.tabs);
146 void updateTabs(List<Tab> tabs) {
149 for (Tab tab : tabs) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 7 TabSet -- A widget containing tabs (buttons) in one or more rows.
17 """A widget containing tabs (buttons) in one or more rows.
23 tabs=None, n_rows=1, max_tabs_per_row=5,
31 tabs -- A list of strings, the names of the tabs. Should be specified in
33 active tab. If tabs is None or empty, the TabSet will be initialized
36 n_rows -- Number of rows of tabs to be shown. If n_rows <= 0 or is
40 max_tabs_per_row -- Used for deciding how many rows of tabs are needed,
54 if tabs:
55 self._tab_names = list(tabs)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 7 TabSet -- A widget containing tabs (buttons) in one or more rows.
17 """A widget containing tabs (buttons) in one or more rows.
23 tabs=None, n_rows=1, max_tabs_per_row=5,
31 tabs -- A list of strings, the names of the tabs. Should be specified in
33 active tab. If tabs is None or empty, the TabSet will be initialized
36 n_rows -- Number of rows of tabs to be shown. If n_rows <= 0 or is
40 max_tabs_per_row -- Used for deciding how many rows of tabs are needed,
54 if tabs:
55 self._tab_names = list(tabs)
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 4 chrome.tabs.create({
  /external/chromium_org/chrome/common/extensions/docs/examples/api/bookmarks/basic/
popup.js 42 chrome.tabs.create({url: bookmarkNode.url});
  /external/chromium_org/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 8 chrome.tabs.create({
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/example_zipper/basic/
popup.js 42 chrome.tabs.create({url: bookmarkNode.url});
  /external/chromium_org/tools/telemetry/telemetry/page/
page_runner_unittest.py 214 self._browser.tabs.New()
220 assert len(self._browser.tabs) == 1
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarOverlayLayout.java 281 View tabs = mActionBarTop.getTabContainer();
282 if (tabs != null) {
283 // If tabs are not embedded, increase space on top to account for them.
289 // and tabs.
  /external/chromium/chrome/browser/sync/glue/
session_model_associator.h 92 // with the status of open windows and the order of tabs they contain. Should
96 // If |reload_tabs| is true, will also resync all tabs (same as calling
97 // ReassociateTabs with a vector of all tabs).
100 // Loads and reassociates the local tabs referenced in |tabs|.
101 void ReassociateTabs(const std::vector<TabContents*>& tabs);
161 // Specifies whether the window has tabs to sync. The new tab page does not
162 // count. If no tabs to sync, it returns true, otherwise false;
165 // Control which local tabs we're interested in syncing.
170 // Control which foreign tabs we're interested in displaying
    [all...]
  /external/chromium_org/chrome/browser/extensions/
platform_app_browsertest.cc 35 #include "chrome/browser/ui/tabs/tab_strip_model.h"
81 // This class keeps track of tabs as they are added to the browser. It will be
82 // "done" (i.e. won't block on Wait()) once |observations| tabs have been added.
102 const std::vector<content::WebContents*>& tabs() { return observed_tabs_; } function in class:extensions::__anon7478::TabsAddedNotificationObserver
315 ASSERT_EQ(2U, observer.tabs().size());
317 observer.tabs()[0]->GetURL().spec());
319 observer.tabs()[1]->GetURL().spec());
    [all...]
  /external/chromium_org/chrome/browser/resources/ntp_android/
mockdata.js     [all...]
  /external/chromium_org/chrome/browser/sync/glue/
session_model_associator.cc 199 // Make sure the window has tabs and a viewable window. The viewable window
209 << (*i)->GetTabCount() << " tabs.";
223 // Store the order of tabs.
234 // For tabs without WebContents update the |tab_id|, as it could have
262 // change processor calling AssociateTab for all modified tabs.
263 // Therefore, we can key whether this window has valid tabs based on
271 // Only add a window if it contains valid tabs.
289 // Free memory for closed windows and tabs.
318 const std::vector<SyncedTabDelegate*>& tabs,
321 for (std::vector<SyncedTabDelegate*>::const_iterator i = tabs.begin()
    [all...]
session_model_associator.h 86 // with the status of open windows and the order of tabs they contain. Should
90 // If |reload_tabs| is true, will also resync all tabs (same as calling
91 // AssociateTabs with a vector of all tabs).
97 // Loads and reassociates the local tabs referenced in |tabs|.
101 bool AssociateTabs(const std::vector<SyncedTabDelegate*>& tabs,
180 // Control which local tabs we're interested in syncing.
185 // Compare |urls| against |local_tab_map_|'s urls to see if any tabs with
350 // Pool of all used/available sync nodes associated with local tabs.
357 // Mapping of current open (local) tabs to their sync identifiers
    [all...]
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.cc 5 #include "chrome/browser/ui/tabs/tab_strip_model.h"
20 #include "chrome/browser/ui/tabs/tab_strip_model_delegate.h"
21 #include "chrome/browser/ui/tabs/tab_strip_model_order_controller.h"
156 // Force app tabs to be pinned.
251 // TODO(jamescook): This breaks script connections with other tabs.
337 // This would result in mini tabs mixed with non-mini tabs. We don't allow
355 // To maintain that all mini-tabs occur before non-mini-tabs we move them
362 // We're being told to drag mini-tabs to an invalid location. Adjust th
839 std::vector<WebContents*> tabs; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tokenize.py 537 Evil tabs
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
textwrap.py 59 Expand tabs in input text to spaces before further processing.
149 Munge whitespace in text: expand tabs and convert all other
321 lines. Tabs in 'text' are expanded with string.expandtabs(),
348 default, tabs in 'text' are expanded with string.expandtabs(), and
361 wrapped paragraph. As with wrap(), tabs are expanded and other
381 Note that tabs and spaces are both treated as whitespace, but they
385 expanded tabs before searching for common leading whitespace.)
387 # Look for the longest leading string of spaces and tabs common to

Completed in 1721 milliseconds

1 2 3 4 5 6 7 891011>>