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

  /external/chromium_org/ash/wm/
maximize_bubble_controller.h 46 aura::Window* GetBubbleWindow();
maximize_bubble_controller.cc 217 aura::Window* GetBubbleWindow();
446 aura::Window* MaximizeBubbleController::Bubble::GetBubbleWindow() {
777 aura::Window* MaximizeBubbleController::GetBubbleWindow() {
778 return bubble_ ? bubble_->GetBubbleWindow() : NULL;
  /external/chromium_org/ash/wm/workspace/
frame_maximize_button.cc 238 if (maximizer_->GetBubbleWindow()) {
240 if (!maximizer_->GetBubbleWindow()->GetBoundsInScreen().Contains(
461 phantom_window_->set_phantom_below_window(maximizer_->GetBubbleWindow());

Completed in 149 milliseconds