HomeSort by relevance Sort by last modified time
    Searched refs:win2 (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/sync/test/integration/
sessions_helper.h 86 const SessionWindowMap& win2);
sessions_helper.cc 315 const SessionWindowMap& win2) {
318 if (win1.size() != win2.size())
322 SessionWindowMap::const_iterator j = win2.find(i->first);
323 if (j == win2.end())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 37 win2 = curses.newwin(15,15, 5,5)
114 win2.overlay(win)
115 win2.overwrite(win)
116 win2.overlay(win, 1, 2, 3, 3, 2, 1)
117 win2.overwrite(win, 1, 2, 3, 3, 2, 1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 37 win2 = curses.newwin(15,15, 5,5)
114 win2.overlay(win)
115 win2.overwrite(win)
116 win2.overlay(win, 1, 2, 3, 3, 2, 1)
117 win2.overwrite(win, 1, 2, 3, 3, 2, 1)
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc 289 bool operator()(WindowWithHeight win1, WindowWithHeight win2) {
291 GetWindowHeightCloseTo(win2.window(), 0);
313 aura::Window* win2(window_with_height2.window());
317 docked_container_, win2->GetTargetBounds());
326 if (win2 == dragged_window_)
    [all...]
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 131 const VisiblePanelPositionInfo& win2) {
132 return win1.major_pos < win2.major_pos;
    [all...]

Completed in 232 milliseconds