Home
last modified time | relevance | path

Searched refs:IsX11WindowFullScreen (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/
Dscreensaver_window_finder_x11.cc31 if (!ui::IsX11WindowFullScreen(window)) in IsScreensaverWindow()
Dfullscreen_gtk.cc133 return ui::IsX11WindowFullScreen(window); in IsTopMostWindowFullScreen()
/external/chromium/chrome/browser/
Didle_linux.cc37 if (!ui::IsX11WindowFullScreen(window)) in IsScreensaverWindow()
Dfullscreen_linux.cc134 return ui::IsX11WindowFullScreen(window); in IsTopMostWindowFullScreen()
/external/chromium_org/ui/base/x/
Dx11_util.h310 UI_EXPORT bool IsX11WindowFullScreen(XID window);
Dx11_util.cc1297 bool IsX11WindowFullScreen(XID window) { in IsX11WindowFullScreen() function