HomeSort by relevance Sort by last modified time
    Searched defs:TabSet (Results 1 - 5 of 5) sorted by null

  /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.
16 class TabSet(Frame):
33 active tab. If tabs is None or empty, the TabSet will be initialized
37 None, then the number of rows will be decided by TabSet. See
117 tab = TabSet.TabButton(tab_name, self.select_command,
212 TabSet.set_selected_tab, which should be called when whatever the
366 n_rows, max_tabs_per_row -- Parameters for the TabSet which will
367 manage the tabs. See TabSet's docs for details.
405 self._tab_set = TabSet(self, self.change_page, n_rows=n_rows,
  /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.
16 class TabSet(Frame):
33 active tab. If tabs is None or empty, the TabSet will be initialized
37 None, then the number of rows will be decided by TabSet. See
117 tab = TabSet.TabButton(tab_name, self.select_command,
212 TabSet.set_selected_tab, which should be called when whatever the
366 n_rows, max_tabs_per_row -- Parameters for the TabSet which will
367 manage the tabs. See TabSet's docs for details.
405 self._tab_set = TabSet(self, self.change_page, n_rows=n_rows,
  /external/chromium/chrome/browser/automation/
automation_provider_observers.h 83 typedef std::set<uintptr_t> TabSet;
93 TabSet finished_tabs_;
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_provider_observers.h 117 typedef std::set<uintptr_t> TabSet;
128 TabSet finished_tabs_;
    [all...]
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_browsertest.cc 602 typedef std::set<const WebContents*> TabSet;
610 TabSet tabs_needing_navigation_;
614 TabSet tabs_navigated_to_final_destination_;
    [all...]

Completed in 375 milliseconds