Searched defs:accumulated_file_list (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_internal_file_ref_backend.cc200 storage::FileSystemOperation::FileEntryList* accumulated_file_list =
207 base::Owned(accumulated_file_list)));
213 storage::FileSystemOperation::FileEntryList* accumulated_file_list,
217 accumulated_file_list->insert(
218 accumulated_file_list->end(), file_list.begin(), file_list.end());
232 accumulated_file_list->begin();
233 it != accumulated_file_list->end();
211 ReadDirectoryComplete( ppapi::host::ReplyMessageContext context, storage::FileSystemOperation::FileEntryList* accumulated_file_list, base::File::Error error, const storage::FileSystemOperation::FileEntryList& file_list, bool has_more) argument

Completed in 483 milliseconds