HomeSort by relevance Sort by last modified time
    Searched refs:ReadData (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/chromium/chrome/browser/
clipboard_dispatcher.h 29 static bool ReadData(ui::Clipboard::Buffer buffer, const string16& type,
clipboard_dispatcher_gtk.cc 18 bool ClipboardDispatcher::ReadData(ui::Clipboard::Buffer buffer,
clipboard_dispatcher_win.cc 18 bool ClipboardDispatcher::ReadData(ui::Clipboard::Buffer buffer,
  /external/opencv/otherlibs/highgui/
grfmt_bmp.h 64 bool ReadData( uchar* data, int step, int color );
grfmt_imageio.h 24 bool ReadData( uchar* data, int step, int color );
grfmt_png.h 60 bool ReadData( uchar* data, int step, int color );
grfmt_pxm.h 57 bool ReadData( uchar* data, int step, int color );
grfmt_tiff.h 100 bool ReadData( uchar* data, int step, int color );
120 bool ReadData( uchar* data, int step, int color );
grfmt_sunras.h 70 bool ReadData( uchar* data, int step, int color );
grfmt_jpeg.h 59 bool ReadData( uchar* data, int step, int color );
115 bool ReadData( uchar* data, int step, int color );
grfmt_base.h 78 virtual bool ReadData( uchar* data, int step, int color ) = 0;
grfmt_exr.h 65 bool ReadData( uchar* data, int step, int color );
grfmt_jpeg2000.h 68 bool ReadData( uchar* data, int step, int color );
  /external/chromium/net/disk_cache/
entry_unittest.cc 82 EXPECT_EQ(0, entry->ReadData(0, 0, buffer1, kSize1, NULL));
86 EXPECT_EQ(10, entry->ReadData(0, 0, buffer1, kSize1, NULL));
98 EXPECT_EQ(4989, entry->ReadData(1, 1511, buffer2, kSize2, NULL));
100 EXPECT_EQ(5000, entry->ReadData(1, 0, buffer2, kSize2, NULL));
102 EXPECT_EQ(1500, entry->ReadData(1, 5000, buffer2, kSize2, NULL));
104 EXPECT_EQ(0, entry->ReadData(1, 6500, buffer2, kSize2, NULL));
105 EXPECT_EQ(6500, entry->ReadData(1, 0, buffer3, kSize3, NULL));
107 EXPECT_EQ(8192, entry->ReadData(1, 0, buffer3, kSize3, NULL));
190 EXPECT_EQ(0, entry->ReadData(0, 15 * 1024, buffer1, kSize1, &callback1));
200 ret = entry->ReadData(0, 0, buffer2, kSize1, &callback3)
    [all...]
disk_cache.h 174 virtual int ReadData(int index, int offset, net::IOBuffer* buf, int buf_len,
203 // (index 0) that must be accessed through the regular API (ReadData and
236 // Behaves like ReadData() except that this method is used to access sparse
disk_cache_test_base.h 101 int ReadData(disk_cache::Entry* entry, int index, int offset,
  /external/chromium/webkit/glue/
npruntime_util.cc 38 if (!pickle.ReadData(pickle_iter, &data, &data_len))
  /external/clang/lib/Serialization/
ASTReaderInternals.h 78 data_type ReadData(internal_key_type, const unsigned char* d,
89 /// must provide the \c data_type typedef and the ReadData operation,
134 data_type ReadData(const internal_key_type& k,
179 data_type ReadData(Selector, const unsigned char* d, unsigned DataLen);
226 data_type ReadData(internal_key_ref,const unsigned char *d, unsigned DataLen);
  /external/chromium/net/test/
test_server_posix.cc 59 bool ReadData(int fd, ssize_t bytes_max, uint8* buffer,
143 if (!ReadData(child_fd_, sizeof(server_data_len),
150 if (!ReadData(child_fd_, server_data_len,
test_server_win.cc 80 // Used as a crude timeout mechanism by ReadData().
97 bool ReadData(HANDLE read_fd, HANDLE write_fd,
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/
malware_details_cache.h 103 void ReadData(
malware_details_cache.cc 137 ReadData(resource, data);
170 void MalwareDetailsCacheCollector::ReadData(
173 DVLOG(1) << "ReadData";
  /external/webkit/Source/WebKit/android/WebCoreSupport/
CacheResult.cpp 159 int rv = m_entry->ReadData(kResponseInfoIndex, m_readOffset, m_buffer, m_bufferSize, &m_onReadNextChunkDoneCallback);
230 int rv = m_entry->ReadData(kResponseInfoIndex, 0, m_buffer, m_bufferSize, &m_onResponseHeadersDoneCallback);
  /external/chromium/net/base/
filter.h 158 FilterStatus ReadData(char* dest_buffer, int* dest_len);
gzip_filter_unittest.cc 195 code = filter->ReadData(decode_next, &decode_data_len);
223 return filter->ReadData(dest, dest_len);
269 filter_->ReadData(deflate_decode_buffer, &deflate_decode_size);
286 filter_->ReadData(gzip_decode_buffer, &gzip_decode_size);

Completed in 166 milliseconds

1 2 3