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

1 2 3 4 5 6 7 8 9

  /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/chromium_org/ipc/
ipc_channel_reader.h 40 // Optionally call this after returning READ_PENDING from ReadData to
42 // data. See ReadData for more.
70 virtual ReadState ReadData(char* buffer, int buffer_len, int* bytes_read) = 0;
  /external/chromium_org/ppapi/cpp/private/
flash_clipboard.h 37 static bool ReadData(const InstanceHandle& instance,
  /external/chromium_org/ppapi/thunk/
ppb_flash_clipboard_api.h 24 virtual PP_Var ReadData(PP_Instance instance,
ppb_flash_clipboard_thunk.cc 34 PP_Var ReadData(PP_Instance instance,
40 return enter.functions()->ReadData(instance, clipboard_type, format);
65 return ReadData(instance, clipboard_type, static_cast<uint32_t>(format));
89 &ReadData,
  /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 );
  /external/chromium_org/ppapi/c/private/
ppb_flash_clipboard.h 110 struct PP_Var (*ReadData)(PP_Instance instance_id,
140 struct PP_Var (*ReadData)(PP_Instance instance_id,
  /external/chromium_org/skia/ext/
skia_utils_base.cc 13 if (!pickle.ReadData(iter, &reply_text, &reply_length))
30 !pickle.ReadData(iter, &reply_text, &reply_length))
  /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...]
  /external/chromium_org/net/disk_cache/flash/
internal_entry.cc 57 int InternalEntry::ReadData(int index, int offset, IOBuffer* buf, int buf_len,
59 return entry_->ReadData(++index, offset, buf, buf_len);
80 if (entry->ReadData(0, 0, key_buf.get(), key_size) != key_size)
internal_entry.h 44 int ReadData(int index, int offset, net::IOBuffer* buf, int buf_len,
log_store_entry.h 36 int ReadData(int index, int offset, net::IOBuffer* buf, int buf_len);
segment.h 56 // ReadData can be called over the range that was previously written with
90 bool ReadData(void* buffer, int32 size, int32 offset) const;
  /external/chromium/webkit/glue/
npruntime_util.cc 38 if (!pickle.ReadData(pickle_iter, &data, &data_len))
  /external/chromium_org/content/child/npapi/
npruntime_util.cc 38 if (!pickle_iter->ReadData(&data, &data_len))
  /external/chromium_org/ppapi/api/private/
ppb_flash_clipboard.idl 71 PP_Var ReadData([in] PP_Instance instance_id,
121 PP_Var ReadData([in] PP_Instance instance_id,
  /external/chromium_org/ppapi/proxy/
flash_clipboard_resource.h 32 virtual PP_Var ReadData(PP_Instance instance,
  /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,
181 data_type ReadData(Selector, const unsigned char* d, unsigned DataLen);
228 data_type ReadData(internal_key_ref,const unsigned char *d, unsigned DataLen);

Completed in 643 milliseconds

1 2 3 4 5 6 7 8 9