Home
last modified time | relevance | path

Searched refs:to_hover (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ash/frame/caption_buttons/
Dframe_size_button.cc191 const FrameCaptionButton* to_hover = in UpdateSnapType() local
194 to_hover || HitTestButton(this, event_location_in_screen); in UpdateSnapType()
196 if (to_hover) { in UpdateSnapType()
203 to_hover, press_size_button ? this : NULL); in UpdateSnapType()
206 if (to_hover) { in UpdateSnapType()
207 switch (to_hover->icon()) { in UpdateSnapType()
Dframe_size_button_delegate.h49 const FrameCaptionButton* to_hover,
Dframe_caption_button_container_view.h154 const FrameCaptionButton* to_hover,
Dframe_caption_button_container_view.cc404 const FrameCaptionButton* to_hover, in SetHoveredAndPressedButtons() argument
412 if (button == to_hover) in SetHoveredAndPressedButtons()