HomeSort by relevance Sort by last modified time
    Searched refs:ShowWithoutUserGesture (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ppapi/c/trusted/
ppb_file_chooser_trusted.h 54 int32_t (*ShowWithoutUserGesture)(PP_Resource chooser,
64 int32_t (*ShowWithoutUserGesture)(PP_Resource chooser,
  /external/chromium_org/ppapi/api/trusted/
ppb_file_chooser_trusted.idl 39 int32_t ShowWithoutUserGesture(
64 int32_t ShowWithoutUserGesture(
  /external/chromium_org/ppapi/thunk/
ppb_file_chooser_trusted_thunk.cc 25 VLOG(4) << "PPB_FileChooserTrusted::ShowWithoutUserGesture()";
35 int32_t ShowWithoutUserGesture(PP_Resource chooser,
40 VLOG(4) << "PPB_FileChooserTrusted::ShowWithoutUserGesture()";
44 return enter.SetResult(enter.object()->ShowWithoutUserGesture(
56 &ShowWithoutUserGesture
ppb_file_chooser_api.h 25 virtual int32_t ShowWithoutUserGesture(
  /external/chromium_org/ppapi/cpp/trusted/
file_chooser_trusted.cc 58 return get_interface<PPB_FileChooserTrusted_0_6>()->ShowWithoutUserGesture(
72 return get_interface<PPB_FileChooserTrusted_0_5>()->ShowWithoutUserGesture(
  /external/chromium_org/ppapi/proxy/
file_chooser_resource.h 40 virtual int32_t ShowWithoutUserGesture(
file_chooser_resource.cc 37 return ShowWithoutUserGesture(PP_FALSE, PP_MakeUndefined(), output, callback);
40 int32_t FileChooserResource::ShowWithoutUserGesture(

Completed in 246 milliseconds