HomeSort by relevance Sort by last modified time
    Searched defs:ShowWithoutUserGesture (Results 1 - 3 of 3) 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/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
  /external/chromium_org/ppapi/proxy/
file_chooser_resource.cc 37 return ShowWithoutUserGesture(PP_FALSE, PP_MakeUndefined(), output, callback);
40 int32_t FileChooserResource::ShowWithoutUserGesture(

Completed in 590 milliseconds