HomeSort by relevance Sort by last modified time
    Searched full:frame_maximize_button (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ash/wm/caption_buttons/
maximize_bubble_controller.cc 7 #include "ash/wm/caption_buttons/frame_maximize_button.h"
15 FrameMaximizeButton* frame_maximize_button,
18 : frame_maximize_button_(frame_maximize_button),
maximize_bubble_controller.h 33 MaximizeBubbleController(FrameMaximizeButton* frame_maximize_button,
59 FrameMaximizeButton* frame_maximize_button() { function in class:ash::MaximizeBubbleController
maximize_bubble_controller_bubble.cc 11 #include "ash/wm/caption_buttons/frame_maximize_button.h"
311 : views::BubbleDelegateView(owner->frame_maximize_button(),
383 owner_->frame_maximize_button()->GetBoundsInScreen();
423 if (!owner_->frame_maximize_button()->is_snap_enabled()) {
425 if (!owner_->frame_maximize_button()->GetBoundsInScreen().Contains(
438 owner_->frame_maximize_button()->GetBoundsInScreen().Contains(
440 if (!owner_->frame_maximize_button()->is_snap_enabled() && inside_button) {
448 return (owner_->frame_maximize_button()->is_snap_enabled() ||
frame_caption_button_container_view.cc 12 #include "ash/wm/caption_buttons/frame_maximize_button.h"
frame_maximize_button.cc 5 #include "ash/wm/caption_buttons/frame_maximize_button.h"
frame_maximize_button_unittest.cc 5 #include "ash/wm/caption_buttons/frame_maximize_button.h"
    [all...]
  /external/chromium_org/ash/wm/
custom_frame_view_ash.cc 9 #include "ash/wm/caption_buttons/frame_maximize_button.h"
225 FrameMaximizeButton* frame_maximize_button = local
227 if (frame_maximize_button)
228 frame_maximize_button->AddObserver(this);
234 FrameMaximizeButton* frame_maximize_button = local
236 if (frame_maximize_button)
237 frame_maximize_button->RemoveObserver(this);
  /external/chromium_org/ash/
ash.gyp 443 'wm/caption_buttons/frame_maximize_button.cc',
444 'wm/caption_buttons/frame_maximize_button.h',
    [all...]

Completed in 65 milliseconds