/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); 293 unsigned long resource_id, const GURL& url, int notify_id) { 295 resource_id, url, std::string(), notify_id); 308 int notify_id, 323 resource_id, url, std::string(), notify_id);
|
plugin_instance.cc | 89 int notify_id) { 93 GetNotifyData(notify_id, ¬ify, ¬ify_data); 197 int notify_id) { 200 GetNotifyData(notify_id, ¬ify, ¬ify_data); 384 int notify_id) { 387 GetNotifyData(notify_id, ¬ify, ¬ify_data); 586 int notify_id = 0; local 588 notify_id = ++next_notify_id_; 589 pending_requests_[notify_id] = notify_data; 593 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 | 97 int notify_id) OVERRIDE; 102 int notify_id) OVERRIDE; 112 unsigned long resource_id, const GURL& url, int notify_id) OVERRIDE; 116 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); 415 unsigned long resource_id, const GURL& url, int notify_id) { 417 delegate_->CreateResourceClient(resource_id, url, notify_id); 435 params.notify_id,
|
webplugin_proxy.cc | 281 int notify_id, 309 params.notify_id = notify_id;
|
webplugin_proxy.h | 74 int notify_id,
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/ |
BootReminder.java | 35 private static final int NOTIFY_ID = 1; 157 notificationManager.cancel(NOTIFY_ID); 171 notificationManager.notify(NOTIFY_ID, notify.build());
|
/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 | 107 void Initialize(unsigned long resource_id, const GURL& url, int notify_id) { 110 instance_id_, resource_id, url, notify_id)); 397 int notify_id) { 399 instance_id_, url, result, success, notify_id)); 756 const GURL& url, NPReason reason, int notify_id) { 758 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 | 120 int notify_id, 179 int notify_id, 248 int notify_id,
|
webplugin_impl.cc | 685 int notify_id, 748 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);
|