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

  /external/chromium_org/ui/wm/core/
capture_controller.h 18 // Internal CaptureClient implementation. See ScopedCaptureClient for details.
38 friend class ScopedCaptureClient;
53 // ScopedCaptureClient is responsible for creating a CaptureClient for a
56 class WM_EXPORT ScopedCaptureClient : public aura::WindowObserver {
58 explicit ScopedCaptureClient(aura::Window* root);
59 virtual ~ScopedCaptureClient();
78 // RootWindow this ScopedCaptureClient was create for.
81 DISALLOW_COPY_AND_ASSIGN(ScopedCaptureClient);
capture_controller.cc 105 // ScopedCaptureClient:
108 CaptureController* ScopedCaptureClient::capture_controller_ = NULL;
110 ScopedCaptureClient::ScopedCaptureClient(aura::Window* root)
118 ScopedCaptureClient::~ScopedCaptureClient() {
123 bool ScopedCaptureClient::IsActive() {
127 void ScopedCaptureClient::OnWindowDestroyed(aura::Window* window) {
132 void ScopedCaptureClient::Shutdown() {
  /external/chromium_org/ui/views/corewm/
capture_controller_unittest.cc 35 capture_controller_.reset(new wm::ScopedCaptureClient(root_window()));
42 new wm::ScopedCaptureClient(second_host_->window()));
80 scoped_ptr<wm::ScopedCaptureClient> capture_controller_;
82 scoped_ptr<wm::ScopedCaptureClient> second_capture_controller_;
desktop_capture_controller_unittest.cc 112 // TODO(sky): move this test, it should be part of ScopedCaptureClient tests.
119 scoped_ptr<wm::ScopedCaptureClient> scoped_capture_client(
120 new wm::ScopedCaptureClient(params.context->GetRootWindow()));
  /external/chromium_org/ui/views/test/
views_test_helper_aura.cc 38 CHECK(!wm::ScopedCaptureClient::IsActive());
  /external/chromium_org/ash/
root_window_controller.h 46 class ScopedCaptureClient;
318 scoped_ptr< ::wm::ScopedCaptureClient> capture_client_;
root_window_controller.cc 760 capture_client_.reset(new ::wm::ScopedCaptureClient(root_window));
    [all...]
  /external/chromium_org/athena/screen/
screen_manager_impl.cc 112 scoped_ptr< ::wm::ScopedCaptureClient> capture_client_;
126 capture_client_.reset(new ::wm::ScopedCaptureClient(root_window_));
  /external/chromium_org/ash/test/
ash_test_helper.cc 139 CHECK(!wm::ScopedCaptureClient::IsActive());

Completed in 106 milliseconds