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

  /external/chromium_org/ui/wm/core/
transient_window_controller.cc 11 TransientWindowController::TransientWindowController() {
14 TransientWindowController::~TransientWindowController() {
17 void TransientWindowController::AddTransientChild(aura::Window* parent,
22 void TransientWindowController::RemoveTransientChild(aura::Window* parent,
27 aura::Window* TransientWindowController::GetTransientParent(
33 const aura::Window* TransientWindowController::GetTransientParent(
wm_state.h 13 class TransientWindowController;
25 scoped_ptr<TransientWindowController> transient_window_client_;
transient_window_controller.h 15 class WM_EXPORT TransientWindowController
18 TransientWindowController();
19 virtual ~TransientWindowController();
31 DISALLOW_COPY_AND_ASSIGN(TransientWindowController);
wm_state.cc 15 transient_window_client_(new TransientWindowController) {

Completed in 71 milliseconds