Searched defs:DesktopScreenX11 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_screen_x11.h26 class VIEWS_EXPORT DesktopScreenX11 : public gfx::Screen, class in namespace:views
29 DesktopScreenX11();
31 virtual ~DesktopScreenX11();
59 DesktopScreenX11(const std::vector<gfx::Display>& test_displays);
83 scoped_ptr<base::OneShotTimer<DesktopScreenX11> > configure_timer_;
87 DISALLOW_COPY_AND_ASSIGN(DesktopScreenX11);
H A Ddesktop_screen_x11.cc73 // DesktopScreenX11, public:
75 DesktopScreenX11::DesktopScreenX11() function in class:views::DesktopScreenX11
107 DesktopScreenX11::~DesktopScreenX11() {
113 // DesktopScreenX11, gfx::Screen implementation:
115 bool DesktopScreenX11::IsDIPEnabled() {
119 gfx::Point DesktopScreenX11::GetCursorScreenPoint() {
120 TRACE_EVENT0("views", "DesktopScreenX11::GetCursorScreenPoint()");
140 gfx::NativeWindow DesktopScreenX11
252 DesktopScreenX11::DesktopScreenX11( function in class:views::DesktopScreenX11
[all...]

Completed in 468 milliseconds