Searched defs:ShouldStopIterating (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dscreensaver_window_finder_x11.cc22 bool ScreensaverWindowFinder::ShouldStopIterating(XID window) { function in class:ScreensaverWindowFinder
/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_topmost_window_finder.cc49 bool X11TopmostWindowFinder::ShouldStopIterating(XID xid) { function in class:views::X11TopmostWindowFinder
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dwindow_finder_win.cc28 // A subclass need only override ShouldStopIterating to determine when
43 return finder->ShouldStopIterating(hwnd) ? FALSE : TRUE;
52 virtual bool ShouldStopIterating(HWND window) = 0;
75 virtual bool ShouldStopIterating(HWND hwnd) { function in class:__anon5367::TopMostFinder
143 // in ShouldStopIterating if target_ is passed in.
179 virtual bool ShouldStopIterating(HWND hwnd) { function in class:__anon5367::LocalProcessWindowFinder
202 // ShouldStopIterating if an appropriate window is found.

Completed in 629 milliseconds