Searched refs:ShouldEnableInsets (Results 1 – 3 of 3) sorted by relevance
231 bool ShouldEnableInsets(aura::Window* window) { in ShouldEnableInsets() function in keyboard::KeyboardControllerTest232 return controller_->ShouldEnableInsets(window); in ShouldEnableInsets()448 EXPECT_FALSE(ShouldEnableInsets(proxy()->GetKeyboardWindow())); in TEST_F()452 EXPECT_TRUE(ShouldEnableInsets(proxy()->GetKeyboardWindow())); in TEST_F()
108 bool ShouldEnableInsets(aura::Window* window);
448 bool KeyboardController::ShouldEnableInsets(aura::Window* window) { in ShouldEnableInsets() function in keyboard::KeyboardController469 int overlap = ShouldEnableInsets(window) ? intersect.height() : 0; in UpdateWindowInsets()