Searched refs:ReadData (Results 1 - 25 of 169) sorted by relevance

1234567

/external/chromium_org/ppapi/c/private/
H A Dppb_flash_clipboard.h111 struct PP_Var (*ReadData)(PP_Instance instance_id, member in struct:PPB_Flash_Clipboard_5_1
150 struct PP_Var (*ReadData)(PP_Instance instance_id, member in struct:PPB_Flash_Clipboard_4_0
166 struct PP_Var (*ReadData)(PP_Instance instance_id, member in struct:PPB_Flash_Clipboard_5_0
/external/chromium_org/ppapi/thunk/
H A Dppb_flash_clipboard_thunk.cc34 PP_Var ReadData(PP_Instance instance, function in namespace:ppapi::thunk::__anon10264
40 return enter.functions()->ReadData(instance, clipboard_type, format);
65 return ReadData(instance, clipboard_type, static_cast<uint32_t>(format));
99 &ReadData,
106 &ReadData,
H A Dppb_flash_clipboard_api.h24 virtual PP_Var ReadData(PP_Instance instance,
/external/chromium_org/mojo/tools/package_manager/
H A Dpackage_fetcher.cc57 ReadData(MOJO_RESULT_OK);
61 void PackageFetcher::ReadData(MojoResult) { function in class:mojo::PackageFetcher
93 base::Bind(&PackageFetcher::ReadData, base::Unretained(this)));
H A Dpackage_fetcher.h34 void ReadData(MojoResult);
/external/opencv/otherlibs/highgui/
H A Dgrfmt_imageio.h24 bool ReadData( uchar* data, int step, int color );
H A Dgrfmt_bmp.h64 bool ReadData( uchar* data, int step, int color );
H A Dgrfmt_png.h60 bool ReadData( uchar* data, int step, int color );
H A Dgrfmt_pxm.h57 bool ReadData( uchar* data, int step, int color );
H A Dgrfmt_sunras.h70 bool ReadData( uchar* data, int step, int color );
H A Dgrfmt_tiff.h100 bool ReadData( uchar* data, int step, int color );
120 bool ReadData( uchar* data, int step, int color );
H A Dgrfmt_jpeg.h59 bool ReadData( uchar* data, int step, int color );
115 bool ReadData( uchar* data, int step, int color );
/external/chromium_org/skia/ext/
H A Dskia_utils_base.cc13 if (!pickle.ReadData(iter, &reply_text, &reply_length))
30 !pickle.ReadData(iter, &reply_text, &reply_length))
/external/chromium_org/content/child/npapi/
H A Dnpruntime_util.cc38 if (!pickle_iter->ReadData(&data, &data_len))
/external/chromium_org/ipc/
H A Dipc_channel_reader.h41 // Optionally call this after returning READ_PENDING from ReadData to
43 // data. See ReadData for more.
71 virtual ReadState ReadData(char* buffer, int buffer_len, int* bytes_read) = 0;
/external/chromium_org/mojo/bindings/js/
H A Ddrain_data.h42 // Use ReadData() to read whatever is availble now on handle_ and save
45 MojoResult ReadData();
/external/chromium_org/pdf/
H A Dchunk_stream.h28 bool ReadData(size_t offset, size_t size, void* buffer) const;
/external/chromium_org/ppapi/api/private/
H A Dppb_flash_clipboard.idl72 PP_Var ReadData([in] PP_Instance instance_id,
122 PP_Var ReadData([in] PP_Instance instance_id,
/external/chromium_org/ppapi/cpp/private/
H A Dflash_clipboard.cc76 bool Clipboard::ReadData( function in class:pp::flash::Clipboard
83 PP_Var result = get_interface<PPB_Flash_Clipboard_5_1>()->ReadData(
90 PP_Var result = get_interface<PPB_Flash_Clipboard_5_0>()->ReadData(
97 PP_Var result = get_interface<PPB_Flash_Clipboard_4_0>()->ReadData(
H A Dflash_clipboard.h37 static bool ReadData(const InstanceHandle& instance,
/external/clang/lib/Serialization/
H A DASTReaderInternals.h79 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/
H A Dentry_unittest.cc79 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/
H A Dlocal_test_server_posix.cc63 bool ReadData(int fd, ssize_t bytes_max, uint8* buffer, function in namespace:__anon9644
156 if (!ReadData(our_fd.get(), sizeof(server_data_len),
163 if (!ReadData(our_fd.get(), server_data_len,
H A Dlocal_test_server_win.cc31 // Used as a crude timeout mechanism by ReadData().
48 bool ReadData(HANDLE read_fd, HANDLE write_fd, function in namespace:__anon9645
78 LOG(ERROR) << "Timeout exceeded for ReadData";
196 if (!ReadData(read_fd.Get(), write_fd.Get(), sizeof(server_data_len),
202 if (!ReadData(read_fd.Get(), write_fd.Get(), server_data_len,
/external/chromium_org/chrome/browser/safe_browsing/
H A Dmalware_details_cache.h100 void ReadData(

Completed in 338 milliseconds

1234567