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

  /external/chromium_org/ash/test/
cursor_manager_test_api.cc 25 float CursorManagerTestApi::GetCurrentScale() const {
27 cursor_manager_)->GetCurrentScale();
cursor_manager_test_api.h 30 float GetCurrentScale() const;
  /external/chromium_org/ui/views/corewm/
native_cursor_manager_delegate.h 23 virtual float GetCurrentScale() const = 0;
cursor_manager_unittest.cc 190 EXPECT_EQ(1.f, cursor_manager_.GetCurrentScale());
192 EXPECT_EQ(2.f, cursor_manager_.GetCurrentScale());
196 EXPECT_EQ(2.f, cursor_manager_.GetCurrentScale());
198 EXPECT_EQ(2.5f, cursor_manager_.GetCurrentScale());
201 EXPECT_EQ(2.5f, cursor_manager_.GetCurrentScale());
203 EXPECT_EQ(1.f, cursor_manager_.GetCurrentScale());
cursor_manager.h 49 virtual float GetCurrentScale() const OVERRIDE;
cursor_manager.cc 118 if (GetCurrentScale() != state_on_unlock_->scale())
122 float CursorManager::GetCurrentScale() const {
  /external/chromium_org/ash/wm/
ash_native_cursor_manager_unittest.cc 69 EXPECT_EQ(2.5f, test_api.GetCurrentScale());
78 EXPECT_EQ(2.5f, test_api.GetCurrentScale());
80 EXPECT_EQ(1.f, test_api.GetCurrentScale());
82 EXPECT_EQ(1.5f, test_api.GetCurrentScale());
99 EXPECT_EQ(1.5f, test_api.GetCurrentScale());
123 EXPECT_EQ(1.f, test_api.GetCurrentScale());
126 EXPECT_EQ(2.5f, test_api.GetCurrentScale());
129 EXPECT_EQ(1.f, test_api.GetCurrentScale());

Completed in 8547 milliseconds