Home | History | Annotate | Download | only in tabs

Lines Matching refs:result_

149     if (finder.result_ &&
150 TopMostFinder::IsTopMostWindowAtPoint(finder.result_, screen_loc,
152 return finder.result_;
162 result_ = hwnd;
173 result_(NULL) {
183 HWND result_;
198 if (!finder.result_.window() ||
199 !TopMostFinder::IsTopMostWindowAtPoint(finder.result_.window(),
200 finder.result_.hot_spot(),
202 finder.result_.set_type(DockInfo::NONE);
204 return finder.result_;
237 result_.set_monitor_bounds(work_area);
246 result_.set_in_enable_area(in_enable_area);
247 result_.set_window(hwnd);
248 result_.set_type(type);
249 result_.set_hot_spot(gfx::Point(x, y));
253 return result_.monitor_bounds().Contains(result_.GetPopupRect());
262 DockInfo result_;