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

  /external/chromium_org/ash/
focus_cycler_unittest.cc 44 void SetAccessiblePanes(const std::vector<views::View*>& panes) {
45 accessible_panes_ = panes;
49 virtual void GetAccessiblePanes(std::vector<views::View*>* panes) OVERRIDE {
52 std::back_inserter(*panes));
336 std::vector<views::View*> panes; local
337 panes.push_back(pane1);
338 panes.push_back(pane2);
340 test_widget_delegate->SetAccessiblePanes(panes);
  /external/chromium_org/ui/views/focus/
focus_manager.cc 165 // Get the list of all accessible panes.
166 std::vector<View*> panes; local
167 widget_->widget_delegate()->GetAccessiblePanes(&panes);
169 // Count the number of panes and set the default index if no pane
171 int count = static_cast<int>(panes.size());
183 if (panes[i] && panes[i]->Contains(focused_view)) {
206 views::View* pane = panes[index];
focus_manager_unittest.cc 674 std::vector<views::View*> panes; local
675 panes.push_back(pane1);
676 panes.push_back(pane2);
677 SetAccessiblePanes(panes);
712 // panes, RotatePaneFocus should return false but the current
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 1263 def panes(self): member in class:PanedWindow
    [all...]
Tkinter.py 3741 def panes(self): member in class:PanedWindow
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 1263 def panes(self): member in class:PanedWindow
    [all...]
Tkinter.py 3741 def panes(self): member in class:PanedWindow
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 218 milliseconds