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 41 void SetAccessiblePanes(const std::vector<views::View*>& panes) {
42 accessible_panes_ = panes;
46 virtual void GetAccessiblePanes(std::vector<views::View*>* panes) OVERRIDE {
49 std::back_inserter(*panes));
341 std::vector<views::View*> panes; local
342 panes.push_back(pane1);
343 panes.push_back(pane2);
345 test_widget_delegate->SetAccessiblePanes(panes);
  /external/chromium_org/ui/views/focus/
focus_manager.cc 161 // Get the list of all accessible panes.
162 std::vector<View*> panes; local
163 widget_->widget_delegate()->GetAccessiblePanes(&panes);
165 // Count the number of panes and set the default index if no pane
167 int count = static_cast<int>(panes.size());
179 if (panes[i] && panes[i]->Contains(focused_view)) {
202 views::View* pane = panes[index];
focus_manager_unittest.cc 629 std::vector<views::View*> panes; local
630 panes.push_back(pane1);
631 panes.push_back(pane2);
632 SetAccessiblePanes(panes);
667 // panes, RotatePaneFocus should return false but the current
    [all...]
  /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 1447 milliseconds