OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
27
VLOG(4) << "PPB_FileChooserTrusted::
ShowWithoutUserGesture
()";
37
int32_t
ShowWithoutUserGesture
(PP_Resource chooser,
42
VLOG(4) << "PPB_FileChooserTrusted::
ShowWithoutUserGesture
()";
46
return enter.SetResult(enter.object()->
ShowWithoutUserGesture
(
58
&
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 226 milliseconds