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

/external/chromium/chrome/browser/
H A Didle_linux.cc27 virtual bool ShouldStopIterating(XID window) { function in class:__anon1670::ScreensaverWindowFinder
H A Dfullscreen_linux.cc41 if (delegate->ShouldStopIterating(*iter))
64 virtual bool ShouldStopIterating(XID window) { function in class:__anon1626::WindowManagerWindowFinder
86 virtual bool ShouldStopIterating(XID window) { function in class:__anon1626::TopMostWindowFinder
/external/chromium/chrome/browser/ui/tabs/
H A Ddock_info_gtk.cc22 // ShouldStopIterating to determine when iteration should stop.
42 virtual bool ShouldStopIterating(XID window) { function in class:BaseWindowFinder
69 virtual bool ShouldStopIterating(XID window) { function in class:TopMostFinder
114 // in ShouldStopIterating if target_ is passed in.
141 virtual bool ShouldStopIterating(XID window) { function in class:LocalProcessWindowFinder
174 // ShouldStopIterating if an appropriate window is found.
H A Ddock_info_win.cc21 // A subclass need only override ShouldStopIterating to determine when
31 virtual bool ShouldStopIterating(HWND window) = 0;
38 return finder->ShouldStopIterating(hwnd) ? FALSE : TRUE;
62 virtual bool ShouldStopIterating(HWND hwnd) { function in class:__anon2108::TopMostFinder
130 // in ShouldStopIterating if target_ is passed in.
158 virtual bool ShouldStopIterating(HWND hwnd) { function in class:__anon2108::LocalProcessWindowFinder
182 // ShouldStopIterating if an appropriate window is found.
208 virtual bool ShouldStopIterating(HWND hwnd) { function in class:__anon2108::DockToWindowFinder

Completed in 3274 milliseconds