Home | History | Annotate | Download | only in tabs

Lines Matching refs:xid

28       XID xid = ui::GetX11WindowFromGtkWidget(*iter);
29 ignore_.insert(xid);
37 bool ShouldIgnoreWindow(XID window) {
42 virtual bool ShouldStopIterating(XID window) {
47 std::set<XID> ignore_;
61 static bool IsTopMostWindowAtPoint(XID window,
69 virtual bool ShouldStopIterating(XID window) {
97 TopMostFinder(XID window,
108 XID target_;
127 // Returns the XID from our process at screen_loc that is not obscured by
129 static XID GetProcessWindowAtPoint(const gfx::Point& screen_loc,
141 virtual bool ShouldStopIterating(XID window) {
175 XID result_;
200 XID xid =
202 return BrowserWindowGtk::GetBrowserWindowForXID(xid);