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 13 DefaultCaptureClient::DefaultCaptureClient(Window* root_window)
19 DefaultCaptureClient::~DefaultCaptureClient() {
23 void DefaultCaptureClient::SetCapture(Window* window) {
43 void DefaultCaptureClient::ReleaseCapture(Window* window) {
49 Window* DefaultCaptureClient::GetCaptureWindow() {
53 Window* DefaultCaptureClient::GetGlobalCaptureWindow() {

Completed in 322 milliseconds