Searched defs:GetMagnifierType (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/accessibility/
H A Dmagnification_manager_unittest.cc29 ash::MagnifierType GetMagnifierType() { function in namespace:chromeos::__anon3011
30 return MagnificationManager::Get()->GetMagnifierType();
64 EXPECT_EQ(GetMagnifierType(), ash::MAGNIFIER_FULL);
69 EXPECT_EQ(GetMagnifierType(), ash::MAGNIFIER_FULL);
74 EXPECT_EQ(GetMagnifierType(), ash::MAGNIFIER_FULL);
H A Dmagnification_manager_browsertest.cc61 ash::MagnifierType GetMagnifierType() { function in namespace:chromeos::__anon3010
62 return MagnificationManager::Get()->GetMagnifierType();
202 EXPECT_EQ(ash::MAGNIFIER_FULL, GetMagnifierType());
223 EXPECT_EQ(ash::MAGNIFIER_FULL, GetMagnifierType());
232 EXPECT_EQ(ash::MAGNIFIER_FULL, GetMagnifierType());
268 EXPECT_EQ(ash::MAGNIFIER_FULL, GetMagnifierType());
289 EXPECT_EQ(ash::MAGNIFIER_FULL, GetMagnifierType());
298 EXPECT_EQ(ash::MAGNIFIER_FULL, GetMagnifierType());
305 EXPECT_EQ(ash::MAGNIFIER_FULL, GetMagnifierType());
320 EXPECT_EQ(ash::MAGNIFIER_FULL, GetMagnifierType());
[all...]
/external/chromium_org/ash/
H A Ddefault_accessibility_delegate.cc48 MagnifierType DefaultAccessibilityDelegate::GetMagnifierType() const { function in class:ash::DefaultAccessibilityDelegate

Completed in 966 milliseconds