Searched defs:ReadData (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium/chrome/browser/
H A Dclipboard_dispatcher_gtk.cc18 bool ClipboardDispatcher::ReadData(ui::Clipboard::Buffer buffer, function in class:ClipboardDispatcher
H A Dclipboard_dispatcher_win.cc18 bool ClipboardDispatcher::ReadData(ui::Clipboard::Buffer buffer, function in class:ClipboardDispatcher
/external/chromium/net/test/
H A Dtest_server_posix.cc59 bool ReadData(int fd, ssize_t bytes_max, uint8* buffer, function in namespace:__anon3073
143 if (!ReadData(child_fd_, sizeof(server_data_len),
150 if (!ReadData(child_fd_, server_data_len,
H A Dtest_server_win.cc80 // Used as a crude timeout mechanism by ReadData().
97 bool ReadData(HANDLE read_fd, HANDLE write_fd, function in namespace:__anon3074
128 LOG(ERROR) << "Timeout exceeded for ReadData";
199 if (!ReadData(read_fd.Get(), write_fd.Get(), sizeof(server_data_len),
205 if (!ReadData(read_fd.Get(), write_fd.Get(), server_data_len,
/external/chromium/chrome/browser/safe_browsing/
H A Dmalware_details_cache.cc137 ReadData(resource, data);
170 void MalwareDetailsCacheCollector::ReadData( function in class:MalwareDetailsCacheCollector
173 DVLOG(1) << "ReadData";
/external/chromium/net/spdy/
H A Dspdy_frame_builder.cc94 bool SpdyFrameBuilder::ReadData(void** iter, const char** data, function in class:spdy::SpdyFrameBuilder
/external/opencv/otherlibs/highgui/
H A Dgrfmt_imageio.cpp125 bool GrFmtImageIOReader::ReadData( uchar* data, int step, int color ) function in class:GrFmtImageIOReader
H A Dgrfmt_png.cpp182 bool GrFmtPngReader::ReadData( uchar* data, int step, int color ) function in class:GrFmtPngReader
H A Dgrfmt_bmp.cpp187 bool GrFmtBmpReader::ReadData( uchar* data, int step, int color ) function in class:GrFmtBmpReader
H A Dgrfmt_exr.cpp198 bool GrFmtExrReader::ReadData( uchar* data, int step, int color ) function in class:GrFmtExrReader
H A Dgrfmt_jpeg2000.cpp152 bool GrFmtJpeg2000Reader::ReadData( uchar* data, int step, int color ) function in class:GrFmtJpeg2000Reader
H A Dgrfmt_pxm.cpp196 bool GrFmtPxMReader::ReadData( uchar* data, int step, int color ) function in class:GrFmtPxMReader
H A Dgrfmt_sunras.cpp173 bool GrFmtSunRasterReader::ReadData( uchar* data, int step, int color ) function in class:GrFmtSunRasterReader
H A Dgrfmt_tiff.cpp165 bool GrFmtTiffReader::ReadData( uchar* data, int step, int color ) function in class:GrFmtTiffReader
559 bool GrFmtTiffReader::ReadData( uchar* data, int step, int color ) function in class:GrFmtTiffReader
/external/chromium/base/
H A Dpickle.cc267 bool Pickle::ReadData(void** iter, const char** data, int* length) const { function in class:Pickle
/external/chromium/net/base/
H A Dfilter.cc87 Filter::FilterStatus Filter::ReadData(char* dest_buffer, int* dest_len) { function in class:net::Filter
94 return next_filter_->ReadData(dest_buffer, dest_len);
103 next_filter_->ReadData(dest_buffer, dest_len);
/external/chromium/net/disk_cache/
H A Ddisk_cache_test_base.cc147 int DiskCacheTestWithCache::ReadData(disk_cache::Entry* entry, int index, function in class:DiskCacheTestWithCache
150 int rv = entry->ReadData(index, offset, buf, len, &cb);
H A Din_flight_backend_io.cc127 void BackendIO::ReadData(EntryImpl* entry, int index, int offset, function in class:disk_cache::BackendIO
385 void InFlightBackendIO::ReadData(EntryImpl* entry, int index, int offset, function in class:disk_cache::InFlightBackendIO
389 operation->ReadData(entry, index, offset, buf, buf_len);
H A Dmem_entry_impl.cc169 int MemEntryImpl::ReadData(int index, int offset, net::IOBuffer* buf, function in class:disk_cache::MemEntryImpl
372 int ret = child->ReadData(kSparseData, child_offset, io_buf,
H A Dsparse_control.cc61 // directly, otherwise pass the data address to ReadData().
63 void ReadData(disk_cache::Addr address, int len);
104 void ChildrenDeleter::ReadData(disk_cache::Addr address, int len) { function in class:__anon2882::ChildrenDeleter
353 deleter, &ChildrenDeleter::ReadData, address, data_len));
404 int rv = entry_->ReadData(kSparseIndex, 0, buf, sizeof(sparse_header_), NULL);
417 rv = entry_->ReadData(kSparseIndex, sizeof(sparse_header_), buf, map_len,
457 int rv = child_->ReadData(kSparseIndex, 0, buf, sizeof(child_data_), NULL);
H A Dentry_impl.cc793 int EntryImpl::ReadData(int index, int offset, net::IOBuffer* buf, int buf_len, function in class:disk_cache::EntryImpl
809 backend_->background_queue()->ReadData(this, index, offset, buf, buf_len,
/external/chromium/webkit/glue/
H A Dglue_serialize.cc74 inline void ReadData(const SerializeObject* obj, const void** data, function in namespace:webkit_glue
77 obj->pickle.ReadData(&obj->iter, &tmp, length);
117 ReadData(obj, &tmp, &length);
268 ReadData(obj, &data, &length);
/external/libnfc-nxp/src/
H A DphFriNfc_SmtCrdFmt.h149 uint8_t ReadData[16]; member in struct:phFriNfc_Type2_AddInfo
/external/clang/lib/Lex/
H A DPTHLexer.cpp357 static PTHFileData ReadData(const internal_key_type& k, function in class:__anon128::PTHFileLookupTrait
401 static uint32_t ReadData(const internal_key_type& k, const unsigned char* d, function in class:__anon128::PTHStringLookupTrait
656 static data_type ReadData(const internal_key_type& k, const unsigned char* d, function in class:__anon129::PTHStatLookupTrait
/external/chromium/net/http/
H A Dhttp_cache_unittest.cc114 virtual int ReadData(int index, int offset, net::IOBuffer* buf, int buf_len, function in class:__anon2942::MockDiskEntry
579 int rv = disk_entry->ReadData(0, 0, buffer, size, &cb);

Completed in 304 milliseconds

12