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

1 2 3 4 5 6 7

  /external/chromium_org/ppapi/c/private/
ppb_flash_clipboard.h 111 struct PP_Var (*ReadData)(PP_Instance instance_id,
150 struct PP_Var (*ReadData)(PP_Instance instance_id,
166 struct PP_Var (*ReadData)(PP_Instance instance_id,
  /external/chromium_org/ppapi/thunk/
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));
99 &ReadData,
106 &ReadData,
ppb_flash_clipboard_api.h 24 virtual PP_Var ReadData(PP_Instance instance,
  /system/core/libbacktrace/
GetPss.cpp 37 static bool ReadData(int fd, unsigned long place, uint64_t *data) {
68 if (ReadData(pagemap_fd, page, &data)) {
71 if (ReadData(pagecount_fd, PAGEMAP_PFN(data), &count)) {
  /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;
ipc_channel_nacl.h 61 virtual ReadState ReadData(char* buffer,
90 // IPC::ChannelReader expects to be able to call ReadData on us to
102 // When ReadData is called, it pulls the bytes out of this queue in order.
ipc_channel_win.h 44 virtual ReadState ReadData(char* buffer,
  /external/chromium_org/ppapi/cpp/private/
flash_clipboard.h 37 static bool ReadData(const InstanceHandle& instance,
  /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 );
  /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_org/content/child/npapi/
npruntime_util.cc 38 if (!pickle_iter->ReadData(&data, &data_len))
  /external/chromium_org/pdf/
chunk_stream.h 28 bool ReadData(size_t offset, size_t size, void* buffer) const;
  /external/chromium_org/ppapi/api/private/
ppb_flash_clipboard.idl 72 PP_Var ReadData([in] PP_Instance instance_id,
122 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 79 data_type ReadData(internal_key_type, const unsigned char* d,
90 /// must provide the \c data_type typedef and the ReadData operation,
136 data_type ReadData(const internal_key_type& k,
185 data_type ReadData(Selector, const unsigned char* d, unsigned DataLen);
234 data_type ReadData(internal_key_ref,const unsigned char *d, unsigned DataLen);
  /external/chromium_org/net/disk_cache/
entry_unittest.cc 79 entry->ReadData(0, 0, buffer1.get(), kSize1, net::CompletionCallback()));
87 entry->ReadData(0, 0, buffer1.get(), kSize1, net::CompletionCallback()));
103 entry->ReadData(
108 entry->ReadData(1, 0, buffer2.get(), kSize2, net::CompletionCallback()));
111 entry->ReadData(
115 entry->ReadData(
119 entry->ReadData(1, 0, buffer3.get(), kSize3, net::CompletionCallback()));
125 entry->ReadData(1, 0, buffer3.get(), kSize3, net::CompletionCallback()));
209 entry->ReadData(
230 ret = entry->ReadData(
    [all...]
  /external/chromium_org/net/test/spawned_test_server/
local_test_server_posix.cc 63 bool ReadData(int fd, ssize_t bytes_max, uint8* buffer,
156 if (!ReadData(our_fd.get(), sizeof(server_data_len),
163 if (!ReadData(our_fd.get(), server_data_len,
local_test_server_win.cc 31 // Used as a crude timeout mechanism by ReadData().
48 bool ReadData(HANDLE read_fd, HANDLE write_fd,
78 LOG(ERROR) << "Timeout exceeded for ReadData";
209 if (!ReadData(read_fd.Get(), write_fd.Get(), sizeof(server_data_len),
215 if (!ReadData(read_fd.Get(), write_fd.Get(), server_data_len,
  /external/chromium_org/chrome/browser/safe_browsing/
malware_details_cache.h 100 void ReadData(

Completed in 4948 milliseconds

1 2 3 4 5 6 7