/external/chromium_org/content/child/npapi/ |
webplugin_delegate_impl.cc | 198 int notify_id) { 205 instance()->DidFinishLoadWithReason(url, reason, notify_id); 216 int notify_id) { 217 instance()->SendJavaScriptStream(url, result, success, notify_id); 294 unsigned long resource_id, const GURL& url, int notify_id) { 296 resource_id, url, std::string(), notify_id); 309 int notify_id, 323 resource_id, url, std::string(), notify_id);
|
plugin_instance.cc | 87 int notify_id) { 91 GetNotifyData(notify_id, ¬ify, ¬ify_data); 195 int notify_id) { 198 GetNotifyData(notify_id, ¬ify, ¬ify_data); 382 int notify_id) { 385 GetNotifyData(notify_id, ¬ify, ¬ify_data); 576 int notify_id = 0; local 578 notify_id = ++next_notify_id_; 579 pending_requests_[notify_id] = notify_data; 583 url, method, target, buf, len, notify_id, popups_allowed() [all...] |
webplugin_delegate.h | 92 int notify_id) = 0; 102 int notify_id) = 0; 124 int notify_id) = 0; 135 int notify_id,
|
webplugin.h | 74 // by plugins. If the plugin wants notification of the result, notify_id will 81 int notify_id,
|
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_delegate_impl.h | 103 int notify_id) OVERRIDE; 108 int notify_id) OVERRIDE; 118 unsigned long resource_id, const GURL& url, int notify_id) OVERRIDE; 122 int notify_id,
|
/external/chromium_org/content/plugin/ |
webplugin_delegate_stub.h | 70 void OnDidFinishLoadWithReason(const GURL& url, int reason, int notify_id); 81 int notify_id); 110 int notify_id);
|
webplugin_delegate_stub.cc | 263 const GURL& url, int reason, int notify_id) { 264 delegate_->DidFinishLoadWithReason(url, reason, notify_id); 331 int notify_id) { 332 delegate_->SendJavaScriptStream(url, result, success, notify_id); 417 unsigned long resource_id, const GURL& url, int notify_id) { 419 delegate_->CreateResourceClient(resource_id, url, notify_id); 437 params.notify_id,
|
webplugin_proxy.h | 78 int notify_id,
|
webplugin_proxy.cc | 315 int notify_id, 343 params.notify_id = notify_id;
|
/external/chromium_org/content/child/ |
plugin_messages.h | 41 IPC_STRUCT_MEMBER(int, notify_id) 57 IPC_STRUCT_MEMBER(int, notify_id) 120 int /* notify_id */) 164 int /* notify_id */) 180 int /* notify_id */)
|
/external/chromium_org/content/renderer/npapi/ |
webplugin_delegate_proxy.cc | 113 void Initialize(unsigned long resource_id, const GURL& url, int notify_id) { 116 instance_id_, resource_id, url, notify_id)); 403 int notify_id) { 405 instance_id_, url, result, success, notify_id)); 762 const GURL& url, NPReason reason, int notify_id) { 764 instance_id_, url, reason, notify_id)); [all...] |
webplugin_delegate_proxy.h | 71 int notify_id) OVERRIDE; 116 int notify_id) OVERRIDE; 127 unsigned long resource_id, const GURL& url, int notify_id) OVERRIDE; 131 int notify_id,
|
webplugin_impl.h | 122 int notify_id, 181 int notify_id, 250 int notify_id,
|
webplugin_impl.cc | 666 int notify_id, 729 request, target_str, notify_id != 0, reinterpret_cast<void*>(notify_id)); [all...] |
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
RssService.java | 55 private final int NOTIFY_ID = 1; // Identifies our service icon in the icon tray. 65 mNM.notify(NOTIFY_ID, note); 114 mNM.cancel(NOTIFY_ID);
|