HomeSort by relevance Sort by last modified time
    Searched refs:QueryMouseLocationForTest (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ash/wm/
ash_native_cursor_manager_unittest.cc 171 EXPECT_TRUE(root_window->QueryMouseLocationForTest(&mouse_location));
174 EXPECT_FALSE(root_window->QueryMouseLocationForTest(&mouse_location));
  /external/chromium_org/ui/aura/
root_window.h 287 bool QueryMouseLocationForTest(gfx::Point* point) const;
root_window.cc 697 bool RootWindow::QueryMouseLocationForTest(gfx::Point* point) const {
    [all...]
window_unittest.cc 404 EXPECT_TRUE(root->QueryMouseLocationForTest(&mouse_location));
492 EXPECT_TRUE(root->QueryMouseLocationForTest(&mouse_location));
    [all...]
  /external/chromium_org/ash/magnifier/
magnification_controller_unittest.cc 57 GetRootWindow()->QueryMouseLocationForTest(&point);

Completed in 159 milliseconds