/external/chromium_org/content/child/npapi/ |
webplugin_delegate.h | 94 int notify_id) = 0; 104 int notify_id) = 0; 126 int notify_id) = 0;
|
webplugin_delegate_impl.cc | 194 int notify_id) { 201 instance()->DidFinishLoadWithReason(url, reason, notify_id); 212 int notify_id) { 213 instance()->SendJavaScriptStream(url, result, success, notify_id); 290 unsigned long resource_id, const GURL& url, int notify_id) { 292 resource_id, url, std::string(), notify_id);
|
plugin_instance.cc | 86 int notify_id) { 90 GetNotifyData(notify_id, ¬ify, ¬ify_data); 193 const GURL& url, NPReason reason, int notify_id) { 196 GetNotifyData(notify_id, ¬ify, ¬ify_data); 380 int notify_id) { 383 GetNotifyData(notify_id, ¬ify, ¬ify_data); 574 int notify_id = 0; local 576 notify_id = ++next_notify_id_; 577 pending_requests_[notify_id] = notify_data; 581 url, method, target, buf, len, notify_id, popups_allowed() [all...] |
plugin_instance.h | 124 // Creates a stream for sending an URL. If notify_id is non-zero, it will 132 int notify_id); 160 void DidFinishLoadWithReason(const GURL& url, NPReason reason, int notify_id); 209 int notify_id); 265 void GetNotifyData(int notify_id, bool* notify, void** notify_data);
|
webplugin.h | 81 // by plugins. If the plugin wants notification of the result, notify_id will 88 int notify_id,
|
webplugin_delegate_impl.h | 101 int notify_id) OVERRIDE; 106 int notify_id) OVERRIDE; 116 unsigned long resource_id, const GURL& url, int notify_id) OVERRIDE;
|
/external/chromium_org/content/plugin/ |
webplugin_delegate_stub.h | 68 void OnDidFinishLoadWithReason(const GURL& url, int reason, int notify_id); 79 int notify_id); 108 int notify_id);
|
webplugin_delegate_stub.cc | 261 const GURL& url, int reason, int notify_id) { 262 delegate_->DidFinishLoadWithReason(url, reason, notify_id); 328 int notify_id) { 329 delegate_->SendJavaScriptStream(url, result, success, notify_id); 412 unsigned long resource_id, const GURL& url, int notify_id) { 414 delegate_->CreateResourceClient(resource_id, url, notify_id);
|
webplugin_proxy.cc | 314 int notify_id, 342 params.notify_id = notify_id;
|
webplugin_proxy.h | 106 int notify_id,
|
/external/chromium_org/content/renderer/npapi/ |
webplugin_delegate_proxy.h | 68 int notify_id) OVERRIDE; 111 int notify_id) OVERRIDE; 122 unsigned long resource_id, const GURL& url, int notify_id) OVERRIDE;
|
webplugin_impl.h | 161 int notify_id, 223 int notify_id, 251 int notify_id,
|
webplugin_delegate_proxy.cc | 112 void Initialize(unsigned long resource_id, const GURL& url, int notify_id) { 115 instance_id_, resource_id, url, notify_id)); 401 int notify_id) { 403 instance_id_, url, result, success, notify_id)); 763 const GURL& url, NPReason reason, int notify_id) { 765 instance_id_, url, reason, notify_id)); [all...] |
webplugin_impl.cc | 677 int notify_id, 740 request, target_str, notify_id != 0, reinterpret_cast<void*>(notify_id)); [all...] |
/external/chromium_org/content/child/ |
plugin_messages.h | 41 IPC_STRUCT_MEMBER(int, notify_id) 107 int /* notify_id */) 181 int /* notify_id */) 197 int /* notify_id */)
|