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

  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer.cc 475 magnetism_window_(NULL) {
656 magnetism_window_->GetBoundsInScreen(),
672 magnetism_window_->GetBoundsInScreen(),
686 if (magnetism_window_) {
687 if (window_tracker_.Contains(magnetism_window_) &&
688 matcher.ShouldAttach(magnetism_window_->GetBoundsInScreen(),
692 window_tracker_.Remove(magnetism_window_);
693 magnetism_window_ = NULL;
718 magnetism_window_ = other;
719 window_tracker_.Add(magnetism_window_);
    [all...]
workspace_window_resizer.h 124 // |magnetism_window_| and |magnetism_edge_| appropriately. |edges| is a
200 aura::Window* magnetism_window_; member in class:ash::internal::WorkspaceWindowResizer
202 // Used to verify |magnetism_window_| is still valid.
205 // If |magnetism_window_| is non-NULL this indicates how the two windows

Completed in 48 milliseconds