Home | History | Annotate | Download | only in frame

Lines Matching refs:hovered

74 // If |hovered| is true, moves the mouse above |view|. Moves it outside of
77 void MoveMouse(views::View* view, bool hovered) {
79 if (!hovered) {
519 // hovered above the top-of-window views. For instance, if the bubble which
521 // is hovered above the top-of-window views, the top-of-window views should
615 void ImmersiveModeControllerAsh::StartRevealForTest(bool hovered) {
617 MoveMouse(top_container_, hovered);
621 void ImmersiveModeControllerAsh::SetMouseHoveredForTest(bool hovered) {
622 MoveMouse(top_container_, hovered);