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

  /external/chromium_org/ui/keyboard/
keyboard_controller.h 108 bool ShouldEnableInsets(aura::Window* window);
keyboard_controller_unittest.cc 231 bool ShouldEnableInsets(aura::Window* window) {
232 return controller_->ShouldEnableInsets(window);
448 EXPECT_FALSE(ShouldEnableInsets(proxy()->GetKeyboardWindow()));
452 EXPECT_TRUE(ShouldEnableInsets(proxy()->GetKeyboardWindow()));
keyboard_controller.cc 448 bool KeyboardController::ShouldEnableInsets(aura::Window* window) {
469 int overlap = ShouldEnableInsets(window) ? intersect.height() : 0;

Completed in 262 milliseconds