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

  /external/chromium_org/ui/aura/client/
default_capture_client.h 16 class AURA_EXPORT DefaultCaptureClient : public client::CaptureClient {
18 explicit DefaultCaptureClient(Window* root_window);
19 virtual ~DefaultCaptureClient();
31 DISALLOW_COPY_AND_ASSIGN(DefaultCaptureClient);
default_capture_client.cc 14 DefaultCaptureClient::DefaultCaptureClient(Window* root_window)
20 DefaultCaptureClient::~DefaultCaptureClient() {
24 void DefaultCaptureClient::SetCapture(Window* window) {
44 void DefaultCaptureClient::ReleaseCapture(Window* window) {
50 Window* DefaultCaptureClient::GetCaptureWindow() {
54 Window* DefaultCaptureClient::GetGlobalCaptureWindow() {

Completed in 33 milliseconds