Searched refs:win1 (Results 1 – 6 of 6) sorted by relevance
252 MockTRS::Window win1;253 win1.id = 30;254 win1.tabs.push_back(CreateSessionTab("http://foo.com", "foo"));255 win1.tabs[0].id = 31;256 win1.tabs.push_back(CreateSessionTab("http://bar.com", "bar"));257 win1.tabs[1].id = 32;258 entries.push_back(&win1);
314 bool WindowsMatch(const SessionWindowMap& win1, in WindowsMatch() argument318 if (win1.size() != win2.size()) in WindowsMatch()320 for (SessionWindowMap::const_iterator i = win1.begin(); in WindowsMatch()321 i != win1.end(); ++i) { in WindowsMatch()
85 bool WindowsMatch(const SessionWindowMap& win1,
289 bool operator()(WindowWithHeight win1, WindowWithHeight win2) { in operator ()()290 return GetWindowHeightCloseTo(win1.window(), 0) < in operator ()()312 aura::Window* win1(window_with_height1.window()); in operator ()() local315 docked_container_, win1->GetTargetBounds()); in operator ()()324 if (win1 == dragged_window_) in operator ()()
130 bool CompareWindowMajor(const VisiblePanelPositionInfo& win1, in CompareWindowMajor() argument132 return win1.major_pos < win2.major_pos; in CompareWindowMajor()
429 // http://developer.netscape.com/docs/manuals/communicator/jsref/win1.htm