Searched refs:ScopedCaptureClient (Results 1 – 9 of 9) sorted by relevance
108 CaptureController* ScopedCaptureClient::capture_controller_ = NULL;110 ScopedCaptureClient::ScopedCaptureClient(aura::Window* root) in ScopedCaptureClient() function in wm::ScopedCaptureClient118 ScopedCaptureClient::~ScopedCaptureClient() { in ~ScopedCaptureClient()123 bool ScopedCaptureClient::IsActive() { in IsActive()127 void ScopedCaptureClient::OnWindowDestroyed(aura::Window* window) { in OnWindowDestroyed()132 void ScopedCaptureClient::Shutdown() { in Shutdown()
38 friend class ScopedCaptureClient;56 class WM_EXPORT ScopedCaptureClient : public aura::WindowObserver {58 explicit ScopedCaptureClient(aura::Window* root);59 virtual ~ScopedCaptureClient();81 DISALLOW_COPY_AND_ASSIGN(ScopedCaptureClient);
35 capture_controller_.reset(new wm::ScopedCaptureClient(root_window())); in SetUp()42 new wm::ScopedCaptureClient(second_host_->window())); in SetUp()80 scoped_ptr<wm::ScopedCaptureClient> capture_controller_;82 scoped_ptr<wm::ScopedCaptureClient> second_capture_controller_;
119 scoped_ptr<wm::ScopedCaptureClient> scoped_capture_client( in TEST_F()120 new wm::ScopedCaptureClient(params.context->GetRootWindow())); in TEST_F()
46 class ScopedCaptureClient; variable318 scoped_ptr< ::wm::ScopedCaptureClient> capture_client_;
760 capture_client_.reset(new ::wm::ScopedCaptureClient(root_window)); in RootWindowController()
112 scoped_ptr< ::wm::ScopedCaptureClient> capture_client_;126 capture_client_.reset(new ::wm::ScopedCaptureClient(root_window_)); in Init()
38 CHECK(!wm::ScopedCaptureClient::IsActive()); in TearDown()
139 CHECK(!wm::ScopedCaptureClient::IsActive()); in TearDown()