Home | History | Annotate | Download | only in tabs

Lines Matching refs:ignore

25   explicit BaseWindowFinder(const std::set<GtkWidget*>& ignore) {
27 for (iter = ignore.begin(); iter != ignore.end(); iter++) {
36 // Returns true if |window| is in the ignore list.
60 // location |screen_loc|, not including the windows in |ignore|.
63 const std::set<GtkWidget*>& ignore) {
64 TopMostFinder finder(window, screen_loc, ignore);
99 const std::set<GtkWidget*>& ignore)
100 : BaseWindowFinder(ignore),
130 const std::set<GtkWidget*>& ignore) {
131 LocalProcessWindowFinder finder(screen_loc, ignore);
134 ignore)) {
163 const std::set<GtkWidget*>& ignore)
164 : BaseWindowFinder(ignore),
182 const std::set<GtkWidget*>& ignore) {
184 return factory_->GetDockInfoAtPoint(screen_point, ignore);
193 const std::set<GtkWidget*>& ignore) {
195 return factory_->GetLocalProcessWindowAtPoint(screen_point, ignore);
201 LocalProcessWindowFinder::GetProcessWindowAtPoint(screen_point, ignore);