Home
last modified time | relevance | path

Searched refs:FileChooserResource (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ppapi/proxy/
Dfile_chooser_resource.cc19 FileChooserResource::FileChooserResource(Connection connection, in FileChooserResource() function in ppapi::proxy::FileChooserResource
28 FileChooserResource::~FileChooserResource() { in ~FileChooserResource()
31 thunk::PPB_FileChooser_API* FileChooserResource::AsPPB_FileChooser_API() { in AsPPB_FileChooser_API()
35 int32_t FileChooserResource::Show(const PP_ArrayOutput& output, in Show()
40 int32_t FileChooserResource::ShowWithoutUserGesture( in ShowWithoutUserGesture()
51 int32_t FileChooserResource::Show0_5(scoped_refptr<TrackedCallback> callback) { in Show0_5()
55 PP_Resource FileChooserResource::GetNextChosenFile() { in GetNextChosenFile()
67 int32_t FileChooserResource::ShowWithoutUserGesture0_5( in ShowWithoutUserGesture0_5()
75 void FileChooserResource::PopulateAcceptTypes( in PopulateAcceptTypes()
101 void FileChooserResource::OnPluginMsgShowReply( in OnPluginMsgShowReply()
[all …]
Dfile_chooser_resource.h24 class PPAPI_PROXY_EXPORT FileChooserResource
28 FileChooserResource(Connection connection,
32 virtual ~FileChooserResource();
79 DISALLOW_COPY_AND_ASSIGN(FileChooserResource);
Dfile_chooser_resource_unittest.cc48 FileChooserResource::PopulateAcceptTypes(input, &output); in CheckParseAcceptType()
Dresource_creation_proxy.cc233 return (new FileChooserResource(GetConnection(), instance, mode, str.c_str())) in CreateFileChooser()
/external/chromium_org/content/renderer/pepper/
Dpepper_in_process_resource_creation.cc72 return (new ppapi::proxy::FileChooserResource( in CreateFileChooser()