Searched refs:phantom_widget_start_ (Results 1 – 3 of 3) sorted by relevance
96 phantom_widget_start_(NULL) { in PhantomWindowController()136 if (phantom_widget_start_ && in Show()137 (phantom_widget_start_->GetNativeWindow()->GetRootWindow() != start_root in Show()139 phantom_widget_start_->Close(); in Show()140 phantom_widget_start_ = NULL; in Show()142 if (!phantom_widget_start_ && start_root != target_root) in Show()143 phantom_widget_start_ = CreatePhantomWidget(start_root, start_bounds_); in Show()156 if (phantom_widget_start_) in Hide()157 phantom_widget_start_->Close(); in Hide()158 phantom_widget_start_ = NULL; in Hide()[all …]
92 views::Widget* phantom_widget_start_; variable
1944 EXPECT_FALSE(phantom_controller->phantom_widget_start_); in TEST_F()1952 EXPECT_TRUE(phantom_controller->phantom_widget_start_); in TEST_F()1958 phantom_controller->phantom_widget_start_->GetNativeWindow()-> in TEST_F()1965 EXPECT_FALSE(phantom_controller->phantom_widget_start_); in TEST_F()1974 EXPECT_TRUE(phantom_controller->phantom_widget_start_); in TEST_F()1980 phantom_controller->phantom_widget_start_->GetNativeWindow()-> in TEST_F()1987 EXPECT_FALSE(phantom_controller->phantom_widget_start_); in TEST_F()1997 EXPECT_TRUE(phantom_controller->phantom_widget_start_); in TEST_F()2003 phantom_controller->phantom_widget_start_->GetNativeWindow()-> in TEST_F()2010 EXPECT_TRUE(phantom_controller->phantom_widget_start_); in TEST_F()[all …]