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

  /external/chromium_org/ash/accelerators/
magnifier_key_scroller_unittest.cc 54 EXPECT_EQ("200,150", controller->GetWindowPosition().ToString());
59 EXPECT_EQ("200,150", controller->GetWindowPosition().ToString());
63 EXPECT_EQ("200,150", controller->GetWindowPosition().ToString());
71 EXPECT_EQ("200,150", controller->GetWindowPosition().ToString());
75 EXPECT_EQ("200,300", controller->GetWindowPosition().ToString());
79 EXPECT_EQ("200,300", controller->GetWindowPosition().ToString());
  /external/chromium_org/ash/magnifier/
magnification_controller.h 52 virtual gfx::Point GetWindowPosition() const = 0;
magnification_controller.cc 78 virtual gfx::Point GetWindowPosition() const OVERRIDE {
  /external/chromium_org/chrome/test/chromedriver/chrome/
automation_extension.h 34 Status GetWindowPosition(int* x, int* y);
automation_extension.cc 33 Status AutomationExtension::GetWindowPosition(int* x, int* y) {
  /external/chromium_org/ash/display/
root_window_transformers.cc 101 magnifier_offset = magnifier->GetWindowPosition();
  /external/chromium_org/chrome/test/chromedriver/test/
run_py_tests.py 642 position = self._driver.GetWindowPosition()
644 self.assertEquals(position, self._driver.GetWindowPosition())
651 self.assertEquals([100, 200], self._driver.GetWindowPosition())
666 self.assertNotEqual([100, 200], self._driver.GetWindowPosition())
672 self.assertEquals([100, 200], self._driver.GetWindowPosition())
    [all...]
  /external/chromium_org/chrome/test/chromedriver/client/
chromedriver.py 312 def GetWindowPosition(self):
  /external/chromium_org/chrome/test/chromedriver/
session_commands.cc 473 status = extension->GetWindowPosition(&x, &y);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
control.h     [all...]

Completed in 106 milliseconds