HomeSort by relevance Sort by last modified time
    Searched refs:open_callback_ (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/ppapi/proxy/
video_destination_resource.cc 43 if (TrackedCallback::IsPending(open_callback_))
46 open_callback_ = callback;
87 if (TrackedCallback::IsPending(open_callback_))
88 open_callback_->PostAbort();
93 if (TrackedCallback::IsPending(open_callback_)) {
97 open_callback_->Run(result);
video_source_resource.cc 43 if (TrackedCallback::IsPending(open_callback_))
46 open_callback_ = callback;
79 if (TrackedCallback::IsPending(open_callback_))
80 open_callback_->PostAbort();
87 if (TrackedCallback::IsPending(open_callback_)) {
91 open_callback_->Run(result);
video_destination_resource.h 47 scoped_refptr<TrackedCallback> open_callback_; member in class:ppapi::proxy::VideoDestinationResource
audio_input_resource.cc 102 !TrackedCallback::IsPending(open_callback_))) {
149 if (TrackedCallback::IsPending(open_callback_))
150 open_callback_->PostAbort();
186 if (TrackedCallback::IsPending(open_callback_))
187 open_callback_->Run(params.result());
284 if (TrackedCallback::IsPending(open_callback_))
300 open_callback_ = callback;
video_source_resource.h 57 scoped_refptr<TrackedCallback> open_callback_; member in class:ppapi::proxy::VideoSourceResource
video_capture_resource.cc 91 if (TrackedCallback::IsPending(open_callback_))
94 open_callback_ = callback;
134 if (TrackedCallback::IsPending(open_callback_))
135 open_callback_->PostAbort();
230 if (TrackedCallback::IsPending(open_callback_))
231 open_callback_->Run(params.result());
audio_input_resource.h 127 scoped_refptr<TrackedCallback> open_callback_; member in class:ppapi::proxy::AudioInputResource
video_capture_resource.h 88 scoped_refptr<TrackedCallback> open_callback_; member in class:ppapi::proxy::VideoCaptureResource
  /external/chromium_org/webkit/browser/appcache/
appcache_response.cc 254 open_callback_ =
257 rv = disk_cache_->OpenEntry(response_id_, entry_ptr, open_callback_);
268 if (!open_callback_.is_null()) {
273 open_callback_.Reset();
appcache_response.h 189 net::CompletionCallback open_callback_; member in class:appcache::AppCacheResponseReader
  /external/chromium_org/content/child/fileapi/
file_system_dispatcher.cc 70 dispatcher->open_callback_ = callback;
115 open_callback_.Run(file, file_open_id, quota_policy);
127 OpenFileCallback open_callback_; member in class:content::FileSystemDispatcher::CallbackDispatcher

Completed in 253 milliseconds