Searched defs:ShouldStopIterating (Results 1 - 6 of 6) 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/chrome/browser/
H A Didle_linux.cc27 virtual bool ShouldStopIterating(XID window) { function in class:__anon2250::ScreensaverWindowFinder
H A Dfullscreen_linux.cc41 if (delegate->ShouldStopIterating(*iter))
64 virtual bool ShouldStopIterating(XID window) { function in class:__anon2206::WindowManagerWindowFinder
86 virtual bool ShouldStopIterating(XID window) { function in class:__anon2206::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:__anon2688::TopMostFinder
130 // in ShouldStopIterating if target_ is passed in.
158 virtual bool ShouldStopIterating(HWND hwnd) { function in class:__anon2688::LocalProcessWindowFinder
182 // ShouldStopIterating if an appropriate window is found.
208 virtual bool ShouldStopIterating(HWND hwnd) { function in class:__anon2688::DockToWindowFinder
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Ddock_info_win.cc30 // A subclass need only override ShouldStopIterating to determine when
45 return finder->ShouldStopIterating(hwnd) ? FALSE : TRUE;
54 virtual bool ShouldStopIterating(HWND window) = 0;
77 virtual bool ShouldStopIterating(HWND hwnd) { function in class:__anon6661::TopMostFinder
145 // in ShouldStopIterating if target_ is passed in.
184 virtual bool ShouldStopIterating(HWND hwnd) { function in class:__anon6661::LocalProcessWindowFinder
207 // ShouldStopIterating if an appropriate window is found.
234 virtual bool ShouldStopIterating(HWND hwnd) { function in class:__anon6661::DockToWindowFinder

Completed in 840 milliseconds