Searched defs:ScopedCaptureClient (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/wm/core/
H A Dcapture_controller.cc105 // ScopedCaptureClient:
108 CaptureController* ScopedCaptureClient::capture_controller_ = NULL;
110 ScopedCaptureClient::ScopedCaptureClient(aura::Window* root) function in class:wm::ScopedCaptureClient
118 ScopedCaptureClient::~ScopedCaptureClient() {
123 bool ScopedCaptureClient::IsActive() {
127 void ScopedCaptureClient::OnWindowDestroyed(aura::Window* window) {
132 void ScopedCaptureClient::Shutdown() {
H A Dcapture_controller.h18 // 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 { class in namespace:wm
58 explicit ScopedCaptureClient(aura::Window* root);
59 virtual ~ScopedCaptureClient();
78 // RootWindow this ScopedCaptureClient was create for.
81 DISALLOW_COPY_AND_ASSIGN(ScopedCaptureClient);

Completed in 69 milliseconds