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

  /external/chromium_org/athena/wm/test/
window_manager_impl_test_api.cc 20 return wm_->window_list_provider_.get();
  /external/chromium_org/athena/wm/
window_manager_impl.cc 72 instance->window_list_provider_->GetWindowList();
102 if (!instance->window_list_provider_->IsWindowInList(child))
148 window_list_provider_.reset(new WindowListProviderImpl(container_.get()));
151 new SplitViewController(container_.get(), window_list_provider_.get()));
168 window_list_provider_.reset();
202 window_list_provider_->GetWindowList();
230 // Note: The window_list_provider_ resembles the exact window list of the
233 container_.get(), window_list_provider_.get(),
265 return window_list_provider_.get();
336 const aura::Window::Windows& windows = window_list_provider_->GetWindowList()
    [all...]
split_view_controller.cc 155 window_list_provider_(window_list_provider),
171 window_list_provider_->GetWindowList().size() >= 2 &&
183 const aura::Window::Windows& windows = window_list_provider_->GetWindowList();
237 window_list_provider_->StackWindowBehindTo(right_window_, left_window_);
239 window_list_provider_->StackWindowBehindTo(left_window_, right_window_);
248 DCHECK(window_list_provider_->IsWindowInList(replace_with));
261 window_list_provider_->StackWindowBehindTo(not_replaced, replace_with);
380 aura::Window* top_window = window_list_provider_->GetWindowList().back();
509 const aura::Window::Windows& windows = window_list_provider_->GetWindowList();
split_view_controller.h 133 WindowListProvider* window_list_provider_; member in class:athena::SplitViewController
window_manager_impl.h 89 scoped_ptr<WindowListProvider> window_list_provider_; member in class:athena::WindowManagerImpl
window_overview_mode.cc 207 window_list_provider_(window_list_provider),
223 window_list_provider_->AddObserver(this);
227 window_list_provider_->RemoveObserver(this);
231 window_list_provider_->GetWindowList();
248 window_list_provider_->GetWindowList();
301 window_list_provider_->GetWindowList();
359 window_list_provider_->GetWindowList();
721 window_list_provider_->GetWindowList();
758 WindowListProvider* window_list_provider_; member in class:athena::__anon6794::WindowOverviewModeImpl

Completed in 89 milliseconds