Searched refs:InputStateLookup (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/ui/aura/
H A Dinput_state_lookup.cc12 scoped_ptr<InputStateLookup> InputStateLookup::Create() {
13 return scoped_ptr<InputStateLookup>();
H A Dinput_state_lookup.h13 // InputStateLookup is used to obtain the state of input devices.
14 class AURA_EXPORT InputStateLookup { class in namespace:aura
16 virtual ~InputStateLookup() {}
18 // Creates the platform specific InputStateLookup. May return NULL.
19 static scoped_ptr<InputStateLookup> Create();
H A Dinput_state_lookup_win.cc13 scoped_ptr<InputStateLookup> InputStateLookup::Create() {
14 return scoped_ptr<InputStateLookup>(new InputStateLookupWin);
H A Dinput_state_lookup_win.h14 // Windows implementation of InputStateLookup.
15 class AURA_EXPORT InputStateLookupWin : public InputStateLookup {
20 // InputStateLookup overrides:
H A Denv.h27 class InputStateLookup;
102 scoped_ptr<InputStateLookup> input_state_lookup_;
H A Denv.cc69 input_state_lookup_(InputStateLookup::Create().Pass()),
H A Dwindow_event_dispatcher_unittest.cc2198 class AlwaysMouseDownInputStateLookup : public InputStateLookup {
2204 // InputStateLookup:
2222 // Install an InputStateLookup on the Env that always claims that a
2225 scoped_ptr<InputStateLookup>(new AlwaysMouseDownInputStateLookup()));
/external/chromium_org/ui/aura/test/
H A Denv_test_helper.h19 void SetInputStateLookup(scoped_ptr<InputStateLookup> input_state_lookup) {
H A Daura_test_helper.cc65 scoped_ptr<InputStateLookup>());
/external/chromium_org/athena/test/
H A Dathena_test_helper.cc61 .SetInputStateLookup(scoped_ptr<aura::InputStateLookup>());
/external/chromium_org/ash/test/
H A Dash_test_helper.cc96 scoped_ptr<aura::InputStateLookup>());

Completed in 816 milliseconds