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

  /external/chromium_org/ash/wm/caption_buttons/
maximize_bubble_controller.cc 57 aura::Window* MaximizeBubbleController::GetBubbleWindow() {
58 return bubble_ ? bubble_->GetBubbleWindow() : NULL;
maximize_bubble_controller.h 45 aura::Window* GetBubbleWindow();
maximize_bubble_controller_bubble.h 39 aura::Window* GetBubbleWindow();
frame_maximize_button.cc 244 if (maximizer_->GetBubbleWindow()) {
246 if (!maximizer_->GetBubbleWindow()->GetBoundsInScreen().Contains(
464 phantom_window_->set_phantom_below_window(maximizer_->GetBubbleWindow());
maximize_bubble_controller_bubble.cc 374 aura::Window* MaximizeBubbleControllerBubble::GetBubbleWindow() {

Completed in 34 milliseconds