Searched refs:FileChooserResource (Results 1 – 5 of 5) sorted by relevance
19 FileChooserResource::FileChooserResource(Connection connection, in FileChooserResource() function in ppapi::proxy::FileChooserResource28 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 …]
24 class PPAPI_PROXY_EXPORT FileChooserResource28 FileChooserResource(Connection connection,32 virtual ~FileChooserResource();79 DISALLOW_COPY_AND_ASSIGN(FileChooserResource);
48 FileChooserResource::PopulateAcceptTypes(input, &output); in CheckParseAcceptType()
233 return (new FileChooserResource(GetConnection(), instance, mode, str.c_str())) in CreateFileChooser()
72 return (new ppapi::proxy::FileChooserResource( in CreateFileChooser()