HomeSort by relevance Sort by last modified time
    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))
282 if (!IsInputEvent(resource))
355 if (!IsInputEvent(resource))
461 if (!IsInputEvent(resource))
  /external/chromium_org/ppapi/tests/
test_ime_input_event.cc 233 if (!input_event_interface_->IsInputEvent(received) ||
234 !input_event_interface_->IsInputEvent(expected)) {
test_input_event.cc 207 if (!input_event_interface_->IsInputEvent(received) ||
208 !input_event_interface_->IsInputEvent(expected)) {
  /external/chromium_org/ui/wm/core/
focus_controller_unittest.cc 507 virtual bool IsInputEvent() = 0;
663 int focused_window = IsInputEvent() ? 11 : 211;
681 int active_window = IsInputEvent() ? 1 : 3;
895 virtual bool IsInputEvent() OVERRIDE { return false; }
    [all...]
  /external/chromium_org/ppapi/api/
ppb_input_event.idl 407 * IsInputEvent() returns true if the given resource is a valid input event
416 PP_Bool IsInputEvent([in] PP_Resource resource);
    [all...]
  /external/chromium_org/ppapi/c/
ppb_input_event.h 420 * IsInputEvent() returns true if the given resource is a valid input event
429 PP_Bool (*IsInputEvent)(PP_Resource resource);
    [all...]
  /external/chromium_org/ppapi/cpp/
input_event.cc 57 if (get_interface<PPB_InputEvent_1_0>()->IsInputEvent(input_event_resource)) {

Completed in 58 milliseconds