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

  /external/chromium_org/ash/wm/caption_buttons/
frame_caption_button_container_view.cc 248 FrameCaptionButton* pressed_button = NULL; local
258 pressed_button = button;
264 pressed_button = button;
270 buttons[i]->SetState(buttons[i] == pressed_button ?
273 return pressed_button;
alternate_frame_size_button.cc 159 const FrameCaptionButton* pressed_button = delegate_->PressButtonAt( local
162 if (pressed_button) {
163 switch (pressed_button->icon()) {

Completed in 1633 milliseconds