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

/external/chromium_org/mojo/aura/
H A Dscreen_mojo.h20 class ScreenMojo : public gfx::Screen { class in namespace:mojo
22 static ScreenMojo* Create();
23 virtual ~ScreenMojo();
45 explicit ScreenMojo(const gfx::Rect& screen_bounds);
49 DISALLOW_COPY_AND_ASSIGN(ScreenMojo);
H A Dscreen_mojo.cc13 ScreenMojo* ScreenMojo::Create() {
14 return new ScreenMojo(gfx::Rect(0, 0, 800, 600));
17 ScreenMojo::~ScreenMojo() {
20 bool ScreenMojo::IsDIPEnabled() {
25 gfx::Point ScreenMojo::GetCursorScreenPoint() {
30 gfx::NativeWindow ScreenMojo::GetWindowUnderCursor() {
34 gfx::NativeWindow ScreenMojo::GetWindowAtScreenPoint(const gfx::Point& point) {
39 int ScreenMojo
70 ScreenMojo::ScreenMojo(const gfx::Rect& screen_bounds) { function in class:mojo::ScreenMojo
[all...]

Completed in 135 milliseconds