Searched refs:GetMagnifierType (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/accessibility/
H A Dmagnification_manager_browsertest.cc62 ash::MagnifierType GetMagnifierType() { function in namespace:chromeos::__anon4317
63 return MagnificationManager::Get()->GetMagnifierType();
190 EXPECT_EQ(ash::MAGNIFIER_FULL, GetMagnifierType());
211 EXPECT_EQ(ash::MAGNIFIER_FULL, GetMagnifierType());
219 EXPECT_EQ(ash::MAGNIFIER_FULL, GetMagnifierType());
254 EXPECT_EQ(ash::MAGNIFIER_FULL, GetMagnifierType());
275 EXPECT_EQ(ash::MAGNIFIER_FULL, GetMagnifierType());
283 EXPECT_EQ(ash::MAGNIFIER_FULL, GetMagnifierType());
290 EXPECT_EQ(ash::MAGNIFIER_FULL, GetMagnifierType());
305 EXPECT_EQ(ash::MAGNIFIER_FULL, GetMagnifierType());
[all...]
H A Dmagnification_manager_unittest.cc71 ash::MagnifierType GetMagnifierType() { function in namespace:chromeos::__anon4318
72 return MagnificationManager::Get()->GetMagnifierType();
112 EXPECT_EQ(GetMagnifierType(), ash::MAGNIFIER_FULL);
118 EXPECT_EQ(GetMagnifierType(), ash::MAGNIFIER_FULL);
127 EXPECT_EQ(GetMagnifierType(), ash::MAGNIFIER_FULL);
132 EXPECT_EQ(GetMagnifierType(), ash::MAGNIFIER_FULL);
137 EXPECT_EQ(GetMagnifierType(), ash::MAGNIFIER_FULL);
H A Dmagnification_manager.h40 virtual ash::MagnifierType GetMagnifierType() const = 0;
H A Dmagnification_manager.cc68 virtual ash::MagnifierType GetMagnifierType() const OVERRIDE {
H A Daccessibility_manager.cc612 MagnificationManager::Get()->GetMagnifierType() : 0;
/external/chromium_org/chrome/browser/ui/ash/
H A Dash_init.cc79 chromeos::MagnificationManager::Get()->GetMagnifierType();
H A Dchrome_shell_delegate_views.cc79 ash::MagnifierType ChromeShellDelegate::GetMagnifierType() const { function in class:ChromeShellDelegate
H A Dchrome_shell_delegate_chromeos.cc156 ash::MagnifierType ChromeShellDelegate::GetMagnifierType() const { function in class:ChromeShellDelegate
158 return chromeos::MagnificationManager::Get()->GetMagnifierType();
H A Dchrome_shell_delegate.h73 virtual ash::MagnifierType GetMagnifierType() const OVERRIDE;
/external/chromium_org/ash/shell/
H A Dshell_delegate_impl.h56 virtual MagnifierType GetMagnifierType() const OVERRIDE;
H A Dshell_delegate_impl.cc170 MagnifierType ShellDelegateImpl::GetMagnifierType() const { function in class:ash::shell::ShellDelegateImpl
/external/chromium_org/ash/
H A Dshell_delegate.h183 virtual MagnifierType GetMagnifierType() const = 0;
/external/chromium_org/ash/test/
H A Dtest_shell_delegate.cc130 MagnifierType TestShellDelegate::GetMagnifierType() const { function in class:ash::test::TestShellDelegate
H A Dtest_shell_delegate.h59 virtual MagnifierType GetMagnifierType() const OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dlogin_screen_default_policy_browsertest.cc336 EXPECT_EQ(ash::MAGNIFIER_FULL, magnification_manager->GetMagnifierType());
434 magnification_manager->GetMagnifierType());
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_browsertest.cc2027 EXPECT_EQ(ash::MAGNIFIER_FULL, magnification_manager->GetMagnifierType());
2057 EXPECT_EQ(ash::MAGNIFIER_FULL, magnification_manager->GetMagnifierType());

Completed in 193 milliseconds