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

1 2

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
callback_source.h 15 // pp::CompletionCallbackWithOutput<std::vector<char>*> using the
30 virtual pp::CompletionCallbackWithOutput<T> GetCallback() = 0;
  /external/chromium_org/ppapi/cpp/private/
flash_drm.h 24 int32_t GetDeviceID(const CompletionCallbackWithOutput<Var>& callback);
29 int32_t GetVoucherFile(const CompletionCallbackWithOutput<FileRef>& callback);
ext_crx_file_system_private.h 23 int32_t Open(const CompletionCallbackWithOutput<pp::FileSystem>& cc);
file_io_private.h 24 const CompletionCallbackWithOutput<PassFileHandle>& cc);
flash_device_id.h 20 int32_t GetDeviceID(const CompletionCallbackWithOutput<Var>& callback);
file_io_private.cc 31 const CompletionCallbackWithOutput<PassFileHandle>& cc) {
video_source_private.h 68 /// @param[in] callback A <code>CompletionCallbackWithOutput</code> to be
76 const CompletionCallbackWithOutput<VideoFrame_Private>& cc);
ext_crx_file_system_private.cc 31 const CompletionCallbackWithOutput<pp::FileSystem>& cc) {
flash_device_id.cc 34 const CompletionCallbackWithOutput<Var>& callback) {
flash_drm.cc 41 int32_t DRM::GetDeviceID(const CompletionCallbackWithOutput<Var>& callback) {
67 const CompletionCallbackWithOutput<FileRef>& callback) {
video_source_private.cc 56 const CompletionCallbackWithOutput<VideoFrame_Private>& cc) {
  /external/chromium_org/ppapi/cpp/
network_proxy.h 36 /// @param[in] callback A <code>CompletionCallbackWithOutput</code> to be
44 const pp::CompletionCallbackWithOutput<Var>& callback);
file_ref.h 23 template <typename T> class CompletionCallbackWithOutput;
155 /// @param[in] callback A <code>CompletionCallbackWithOutput</code>
159 int32_t Query(const CompletionCallbackWithOutput<PP_FileInfo>& callback);
163 /// @param[in] cc A <code>CompletionCallbackWithOutput</code> to be called
182 const CompletionCallbackWithOutput< std::vector<DirectoryEntry> >&
udp_socket.h 19 template <typename T> class CompletionCallbackWithOutput;
105 /// @param[in] callback A <code>CompletionCallbackWithOutput</code> to be
113 const CompletionCallbackWithOutput<NetAddress>& callback);
network_proxy.cc 29 const CompletionCallbackWithOutput<Var>& callback) {
completion_callback.h 173 /// The base class of [Ext]CompletionCallbackWithOutput.
215 /// A CompletionCallbackWithOutput defines a completion callback that
217 /// take a CompletionCallbackWithOutput when the browser is returning a
219 /// stored in the CompletionCallbackWithOutput will receive the data from
229 /// CompletionCallbackWithOutput will retrieve this pointer and pass it to
232 class CompletionCallbackWithOutput
240 /// <code>CompletionCallbackWithOutput</code> that references the given output
247 /// <code>CompletionCallbackWithOutput<int></code> would obviously take an
255 explicit CompletionCallbackWithOutput(
260 /// A constructor for creating a <code>CompletionCallbackWithOutput</code
    [all...]
file_io.h 133 /// CompletionCallbackWithOutput, where the output buffer is automatically
172 const CompletionCallbackWithOutput< std::vector<char> >& cc);
  /external/chromium_org/ppapi/cpp/dev/
file_chooser_dev.h 79 const CompletionCallbackWithOutput< std::vector<FileRef> >& callback);
printing_dev.h 41 const CompletionCallbackWithOutput<PP_PrintSettings_Dev>& callback) const;
audio_input_dev.h 37 const CompletionCallbackWithOutput<std::vector<DeviceRef_Dev> >&
video_capture_dev.h 30 const CompletionCallbackWithOutput<std::vector<DeviceRef_Dev> >&
truetype_font_dev.cc 97 const CompletionCallbackWithOutput<std::vector<Var> >& cc) {
110 const CompletionCallbackWithOutput<std::vector<TrueTypeFontDesc_Dev> >& cc)
122 const CompletionCallbackWithOutput<TrueTypeFontDesc_Dev>& cc) {
133 const CompletionCallbackWithOutput<std::vector<uint32_t> >& cc) {
146 const CompletionCallbackWithOutput<std::vector<char> >& cc) {
truetype_font_dev.h 122 /// @param[in] callback A <code>CompletionCallbackWithOutput</code> to be
129 const CompletionCallbackWithOutput<std::vector<Var> >& callback);
139 /// @param[in] callback A <code>CompletionCallbackWithOutput</code> to be
147 const CompletionCallbackWithOutput<std::vector<TrueTypeFontDesc_Dev> >&
160 const CompletionCallbackWithOutput<TrueTypeFontDesc_Dev>& callback);
165 /// @param[in] callback A <code>CompletionCallbackWithOutput</code> to be
171 const CompletionCallbackWithOutput<std::vector<uint32_t> >& callback);
181 /// @param[in] callback A <code>CompletionCallbackWithOutput</code> to be
190 const CompletionCallbackWithOutput<std::vector<char> >& callback);
  /external/chromium_org/ppapi/cpp/trusted/
file_chooser_trusted.h 32 const CompletionCallbackWithOutput< std::vector<FileRef> >& callback);
file_chooser_trusted.cc 56 const CompletionCallbackWithOutput< std::vector<FileRef> >& callback) {

Completed in 423 milliseconds

1 2