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

  /external/chromium_org/ui/views/corewm/
capture_controller.cc 104 // ScopedCaptureClient:
107 CaptureController* ScopedCaptureClient::capture_controller_ = NULL;
109 ScopedCaptureClient::ScopedCaptureClient(aura::Window* root)
117 ScopedCaptureClient::~ScopedCaptureClient() {
122 bool ScopedCaptureClient::IsActive() {
126 void ScopedCaptureClient::OnWindowDestroyed(aura::Window* window) {
131 void ScopedCaptureClient::Shutdown() {
capture_controller.h 19 // Internal CaptureClient implementation. See ScopedCaptureClient for details.
39 friend class ScopedCaptureClient;
54 // ScopedCaptureClient is responsible for creating a CaptureClient for a
57 class VIEWS_EXPORT ScopedCaptureClient : public aura::WindowObserver {
59 explicit ScopedCaptureClient(aura::Window* root);
60 virtual ~ScopedCaptureClient();
79 // RootWindow this ScopedCaptureClient was create for.
82 DISALLOW_COPY_AND_ASSIGN(ScopedCaptureClient);

Completed in 664 milliseconds