Searched refs:ScopedCaptureClient (Results 1 – 12 of 12) sorted by relevance
51 friend class ScopedCaptureClient;75 class WM_CORE_EXPORT ScopedCaptureClient : public aura::WindowObserver {79 explicit TestApi(ScopedCaptureClient* client) : client_(client) {} in TestApi()87 ScopedCaptureClient* client_;92 explicit ScopedCaptureClient(aura::Window* root);93 ~ScopedCaptureClient() override;105 DISALLOW_COPY_AND_ASSIGN(ScopedCaptureClient);
124 ScopedCaptureClient::ScopedCaptureClient(aura::Window* root) in ScopedCaptureClient() function in wm::ScopedCaptureClient130 ScopedCaptureClient::~ScopedCaptureClient() { in ~ScopedCaptureClient()134 void ScopedCaptureClient::OnWindowDestroyed(aura::Window* window) { in OnWindowDestroyed()139 void ScopedCaptureClient::Shutdown() { in Shutdown()151 void ScopedCaptureClient::TestApi::SetDelegate( in SetDelegate()
60 capture_controller_ = std::make_unique<ScopedCaptureClient>(root_window()); in SetUp()68 new ScopedCaptureClient(second_host_->window())); in SetUp()104 std::unique_ptr<ScopedCaptureClient> capture_controller_;106 std::unique_ptr<ScopedCaptureClient> second_capture_controller_;178 ScopedCaptureClient::TestApi(capture_controller_.get()) in TEST_F()181 ScopedCaptureClient::TestApi(second_capture_controller_.get()) in TEST_F()
59 capture_controller_ = std::make_unique<ScopedCaptureClient>(root_window()); in SetUp()67 new ScopedCaptureClient(second_host_->window())); in SetUp()103 std::unique_ptr<ScopedCaptureClient> capture_controller_;105 std::unique_ptr<ScopedCaptureClient> second_capture_controller_;177 ScopedCaptureClient::TestApi(capture_controller_.get()) in TEST_F()180 ScopedCaptureClient::TestApi(second_capture_controller_.get()) in TEST_F()
36 class ScopedCaptureClient; variable303 std::unique_ptr<::wm::ScopedCaptureClient> capture_client_;
846 capture_client_.reset(new ::wm::ScopedCaptureClient(root_window)); in RootWindowController()
100 std::unique_ptr<wm::ScopedCaptureClient> scoped_capture_client( in TEST_F()101 new wm::ScopedCaptureClient(params.context->GetRootWindow())); in TEST_F()
99 std::unique_ptr<wm::ScopedCaptureClient> scoped_capture_client( in TEST_F()100 new wm::ScopedCaptureClient(params.context->GetRootWindow())); in TEST_F()
2808 wm::ScopedCaptureClient scoped_capture_first(root_window()); in TEST_F()2809 wm::ScopedCaptureClient scoped_capture_second(second_host->window()); in TEST_F()
2826 wm::ScopedCaptureClient scoped_capture_first(root_window()); in TEST_F()2827 wm::ScopedCaptureClient scoped_capture_second(second_host->window()); in TEST_F()