Home
last modified time | relevance | path

Searched refs:ShouldEnableInsets (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/keyboard/
Dkeyboard_controller_unittest.cc231 bool ShouldEnableInsets(aura::Window* window) { in ShouldEnableInsets() function in keyboard::KeyboardControllerTest
232 return controller_->ShouldEnableInsets(window); in ShouldEnableInsets()
448 EXPECT_FALSE(ShouldEnableInsets(proxy()->GetKeyboardWindow())); in TEST_F()
452 EXPECT_TRUE(ShouldEnableInsets(proxy()->GetKeyboardWindow())); in TEST_F()
Dkeyboard_controller.h108 bool ShouldEnableInsets(aura::Window* window);
Dkeyboard_controller.cc448 bool KeyboardController::ShouldEnableInsets(aura::Window* window) { in ShouldEnableInsets() function in keyboard::KeyboardController
469 int overlap = ShouldEnableInsets(window) ? intersect.height() : 0; in UpdateWindowInsets()