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

  /external/chromium_org/ash/wm/workspace/
phantom_window_controller.cc 94 phantom_widget_(NULL) {
105 if (!phantom_widget_) {
111 start_bounds_ = phantom_widget_->GetWindowBoundsInScreen();
121 if (phantom_widget_)
122 phantom_widget_->Close();
123 phantom_widget_ = NULL;
127 return phantom_widget_ != NULL;
132 phantom_widget_->SetBounds(
137 DCHECK(!phantom_widget_);
138 phantom_widget_ = new views::Widget
    [all...]
phantom_window_controller.h 64 // Creates and shows the |phantom_widget_| at |bounds|.
76 // |start_bounds_| is then reset to the bounds of |phantom_widget_| and
82 views::Widget* phantom_widget_; member in class:ash::internal::PhantomWindowController

Completed in 7860 milliseconds