Home
last modified time | relevance | path

Searched refs:phantom_widget_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ash/wm/workspace/
Dphantom_window_controller.cc95 phantom_widget_(NULL), in PhantomWindowController()
110 if (!phantom_widget_) in Show()
113 start_bounds_ = phantom_widget_->GetWindowBoundsInScreen(); in Show()
114 if (phantom_widget_ && in Show()
115 phantom_widget_->GetNativeWindow()->GetRootWindow() != target_root) { in Show()
116 phantom_widget_->Close(); in Show()
117 phantom_widget_ = NULL; in Show()
119 if (!phantom_widget_) in Show()
120 phantom_widget_ = CreatePhantomWidget(target_root, start_bounds_); in Show()
153 if (phantom_widget_) in Hide()
[all …]
Dphantom_window_controller.h87 views::Widget* phantom_widget_; variable
Dworkspace_window_resizer_unittest.cc1943 EXPECT_TRUE(phantom_controller->phantom_widget_); in TEST_F()
1947 phantom_controller->phantom_widget_->GetNativeWindow()->GetRootWindow()); in TEST_F()
1951 EXPECT_TRUE(phantom_controller->phantom_widget_); in TEST_F()
1955 phantom_controller->phantom_widget_->GetNativeWindow()->GetRootWindow()); in TEST_F()
1964 EXPECT_TRUE(phantom_controller->phantom_widget_); in TEST_F()
1968 phantom_controller->phantom_widget_->GetNativeWindow()->GetRootWindow()); in TEST_F()
1973 EXPECT_TRUE(phantom_controller->phantom_widget_); in TEST_F()
1977 phantom_controller->phantom_widget_->GetNativeWindow()->GetRootWindow()); in TEST_F()
1986 EXPECT_TRUE(phantom_controller->phantom_widget_); in TEST_F()
1990 phantom_controller->phantom_widget_->GetNativeWindow()->GetRootWindow()); in TEST_F()
[all …]