Searched refs:FileIoInstance (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/native_client_sdk/src/examples/api/file_io/
H A Dfile_io.cc53 class FileIoInstance : public pp::Instance { class in inherits:pp::Instance
57 explicit FileIoInstance(PP_Instance instance) function in class:FileIoInstance
64 virtual ~FileIoInstance() { file_thread_.Join(); }
75 callback_factory_.NewCallback(&FileIoInstance::OpenFileSystem));
80 pp::CompletionCallbackFactory<FileIoInstance> callback_factory_;
121 callback_factory_.NewCallback(&FileIoInstance::Load, file_name));
127 &FileIoInstance::Save, file_name, file_text));
130 callback_factory_.NewCallback(&FileIoInstance::Delete, file_name));
134 callback_factory_.NewCallback(&FileIoInstance::List, dir_name));
138 callback_factory_.NewCallback(&FileIoInstance
[all...]

Completed in 133 milliseconds