HomeSort by relevance Sort by last modified time
    Searched defs:MountStream (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_stream.cc 15 MountStream::Work* work = static_cast<MountStream::Work*>(work_ptr);
23 MountStream::Work* work = static_cast<MountStream::Work*>(work_ptr);
29 void* MountStream::StreamThreadThunk(void* mount_ptr) {
30 MountStream* mount = static_cast<MountStream*>(mount_ptr);
36 void MountStream::StreamThread() {
49 PP_CompletionCallback MountStream::GetStartCompletion(Work* work) {
53 PP_CompletionCallback MountStream::GetRunCompletion(Work* work)
    [all...]
mount_stream.h 20 class MountStream;
23 class MountStream : public Mount {
27 explicit Work(MountStream* mount) : mount_(mount) {}
36 MountStream* mount() { return mount_; }
39 MountStream* mount_;
43 MountStream();
44 virtual ~MountStream();
47 // Enqueue a work object onto this MountStream's thread
77 DISALLOW_COPY_AND_ASSIGN(MountStream);

Completed in 197 milliseconds