OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsInputEvent
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/ppapi/thunk/
ppb_input_event_thunk.cc
47
PP_Bool
IsInputEvent
(PP_Resource resource) {
48
VLOG(4) << "PPB_InputEvent::
IsInputEvent
()";
81
&
IsInputEvent
,
128
if (!
IsInputEvent
(resource))
207
if (!
IsInputEvent
(resource))
264
if (!
IsInputEvent
(resource))
354
if (!
IsInputEvent
(resource))
460
if (!
IsInputEvent
(resource))
/external/chromium_org/ppapi/tests/
test_ime_input_event.cc
232
if (!input_event_interface_->
IsInputEvent
(received) ||
233
!input_event_interface_->
IsInputEvent
(expected)) {
test_input_event.cc
197
if (!input_event_interface_->
IsInputEvent
(received) ||
198
!input_event_interface_->
IsInputEvent
(expected)) {
/external/chromium_org/ui/views/corewm/
focus_controller_unittest.cc
389
virtual bool
IsInputEvent
() = 0;
545
int focused_window =
IsInputEvent
() ? 11 : 211;
563
int active_window =
IsInputEvent
() ? 1 : 3;
725
virtual bool
IsInputEvent
() OVERRIDE { return false; }
751
virtual bool
IsInputEvent
() OVERRIDE { return true; }
776
virtual bool
IsInputEvent
() OVERRIDE { return true; }
[
all
...]
/external/chromium_org/ppapi/api/
ppb_input_event.idl
408
*
IsInputEvent
() returns true if the given resource is a valid input event
417
PP_Bool
IsInputEvent
([in] PP_Resource resource);
[
all
...]
/external/chromium_org/ppapi/c/
ppb_input_event.h
421
*
IsInputEvent
() returns true if the given resource is a valid input event
430
PP_Bool (*
IsInputEvent
)(PP_Resource resource);
[
all
...]
/external/chromium_org/ppapi/cpp/
input_event.cc
53
if (get_interface<PPB_InputEvent_1_0>()->
IsInputEvent
(input_event_resource)) {
Completed in 59 milliseconds