OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CaptureController
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/wm/core/
capture_controller.cc
14
//
CaptureController
, public:
16
void
CaptureController
::Attach(aura::Window* root) {
22
void
CaptureController
::Detach(aura::Window* root) {
28
//
CaptureController
, aura::client::CaptureClient implementation:
30
void
CaptureController
::SetCapture(aura::Window* new_capture_window) {
80
void
CaptureController
::ReleaseCapture(aura::Window* window) {
86
aura::Window*
CaptureController
::GetCaptureWindow() {
90
aura::Window*
CaptureController
::GetGlobalCaptureWindow() {
95
//
CaptureController
, private:
97
CaptureController
::CaptureController(
[
all
...]
capture_controller.h
19
class WM_EXPORT
CaptureController
: public aura::client::CaptureClient {
27
// Returns true if this
CaptureController
is installed on at least one
41
CaptureController
();
42
virtual ~
CaptureController
();
50
DISALLOW_COPY_AND_ASSIGN(
CaptureController
);
54
// RootWindow. Specifically it creates a single
CaptureController
that is shared
61
// Returns true if there is a
CaptureController
with at least one RootWindow.
75
// The single
CaptureController
instance.
76
static
CaptureController
* capture_controller_;
Completed in 1317 milliseconds