HomeSort by relevance Sort by last modified time
    Searched refs:read_wrapper_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
temporary_file.h 57 nacl::DescWrapper* read_wrapper() { return read_wrapper_.get(); }
59 return read_wrapper_.release();
71 nacl::scoped_ptr<nacl::DescWrapper> read_wrapper_; member in class:plugin::TempFile
temporary_file.cc 42 if (handle == PP_kInvalidFileHandle || read_wrapper_.get() != NULL)
104 read_wrapper_.reset(
111 // Use the read_wrapper_ to reset the file pos. The write_wrapper_ is also
113 CHECK(read_wrapper_.get() != NULL);
114 nacl_off64_t newpos = read_wrapper_->Seek(0, SEEK_SET);
local_temp_file.h 77 nacl::DescWrapper* read_wrapper() { return read_wrapper_.get(); }
79 return read_wrapper_.release();
117 nacl::scoped_ptr<nacl::DescWrapper> read_wrapper_; member in class:plugin::LocalTempFile
local_temp_file.cc 198 read_wrapper_.reset(plugin_->wrapper_factory()->MakeFileDesc(fd, O_RDONLY));
213 read_wrapper_.reset(NULL);

Completed in 920 milliseconds