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

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_capture_client.cc 14 DesktopCaptureClient::CaptureClients*
15 DesktopCaptureClient::capture_clients_ = NULL;
17 DesktopCaptureClient::DesktopCaptureClient(aura::Window* root)
26 DesktopCaptureClient::~DesktopCaptureClient() {
31 void DesktopCaptureClient::SetCapture(aura::Window* new_capture_window) {
79 void DesktopCaptureClient::ReleaseCapture(aura::Window* window) {
85 aura::Window* DesktopCaptureClient::GetCaptureWindow() {
89 aura::Window* DesktopCaptureClient::GetGlobalCaptureWindow()
    [all...]
desktop_capture_client.h 24 // DesktopCaptureClient and CaptureController (used by ash) differ slightly in
28 // DesktopCaptureClient. Instead each RootWindow has its own
29 // DesktopCaptureClient. This means only the RootWindow of the Window that has
35 class VIEWS_EXPORT DesktopCaptureClient : public aura::client::CaptureClient {
37 explicit DesktopCaptureClient(aura::Window* root);
38 virtual ~DesktopCaptureClient();
47 typedef std::set<DesktopCaptureClient*> CaptureClients;
55 DISALLOW_COPY_AND_ASSIGN(DesktopCaptureClient);

Completed in 134 milliseconds