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

/external/chromium_org/chrome/browser/chromeos/accessibility/
H A Dmagnification_manager_unittest.cc71 ash::MagnifierType GetMagnifierType() { function in namespace:chromeos::__anon4435
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_browsertest.cc62 ash::MagnifierType GetMagnifierType() { function in namespace:chromeos::__anon4434
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...]
/external/chromium_org/ash/
H A Ddefault_accessibility_delegate.cc48 MagnifierType DefaultAccessibilityDelegate::GetMagnifierType() const { function in class:ash::internal::DefaultAccessibilityDelegate

Completed in 66 milliseconds