Searched refs:notify_id (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate.h92 int notify_id) = 0;
102 int notify_id) = 0;
124 int notify_id) = 0;
135 int notify_id,
H A Dwebplugin_delegate_impl.cc198 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);
196 DidFinishLoadWithReason(const GURL& url, NPReason reason, int notify_id) argument
213 SendJavaScriptStream(const GURL& url, const std::string& result, bool success, int notify_id) argument
292 CreateResourceClient( unsigned long resource_id, const GURL& url, int notify_id) argument
307 FetchURL(unsigned long resource_id, int notify_id, const GURL& url, const GURL& first_party_for_cookies, const std::string& method, const char* buf, unsigned int len, const GURL& referrer, bool notify_redirects, bool is_plugin_src_load, int origin_pid, int render_frame_id, int render_view_id) argument
H A Dplugin_instance.cc89 int notify_id) {
93 GetNotifyData(notify_id, &notify, &notify_data);
197 int notify_id) {
200 GetNotifyData(notify_id, &notify, &notify_data);
384 int notify_id) {
387 GetNotifyData(notify_id, &notify, &notify_data);
587 int notify_id = 0; local
589 notify_id = ++next_notify_id_;
590 pending_requests_[notify_id] = notify_data;
594 url, method, target, buf, len, notify_id, popups_allowe
86 CreateStream(unsigned long resource_id, const GURL& url, const std::string& mime_type, int notify_id) argument
195 DidFinishLoadWithReason(const GURL& url, NPReason reason, int notify_id) argument
381 SendJavaScriptStream(const GURL& url, const std::string& result, bool success, int notify_id) argument
668 GetNotifyData(int notify_id, bool* notify, void** notify_data) argument
[all...]
H A Dplugin_instance.h124 // 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);
H A Dwebplugin.h74 // by plugins. If the plugin wants notification of the result, notify_id will
81 int notify_id,
H A Dwebplugin_delegate_impl.h97 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/
H A Dwebplugin_delegate_stub.h70 void OnDidFinishLoadWithReason(const GURL& url, int reason, int notify_id);
81 int notify_id);
110 int notify_id);
H A Dwebplugin_delegate_stub.cc263 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,
262 OnDidFinishLoadWithReason( const GURL& url, int reason, int notify_id) argument
328 OnSendJavaScriptStream(const GURL& url, const std::string& result, bool success, int notify_id) argument
414 OnHandleURLRequestReply( unsigned long resource_id, const GURL& url, int notify_id) argument
H A Dwebplugin_proxy.cc281 int notify_id,
309 params.notify_id = notify_id;
276 HandleURLRequest(const char* url, const char* method, const char* target, const char* buf, unsigned int len, int notify_id, bool popups_allowed, bool notify_redirects) argument
H A Dwebplugin_proxy.h74 int notify_id,
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.h71 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,
H A Dwebplugin_delegate_proxy.cc107 void Initialize(unsigned long resource_id, const GURL& url, int notify_id) { argument
110 instance_id_, resource_id, url, notify_id));
397 int notify_id) {
399 instance_id_, url, result, success, notify_id));
762 const GURL& url, NPReason reason, int notify_id) {
764 instance_id_, url, reason, notify_id));
1094 static_cast<unsigned int>(params.buffer.size()), params.notify_id,
1099 unsigned long resource_id, const GURL& url, int notify_id) {
1105 proxy->Initialize(resource_id, url, notify_id);
1121 int notify_id,
394 SendJavaScriptStream(const GURL& url, const std::string& result, bool success, int notify_id) argument
761 DidFinishLoadWithReason( const GURL& url, NPReason reason, int notify_id) argument
1098 CreateResourceClient( unsigned long resource_id, const GURL& url, int notify_id) argument
1120 FetchURL(unsigned long resource_id, int notify_id, const GURL& url, const GURL& first_party_for_cookies, const std::string& method, const char* buf, unsigned int len, const GURL& referrer, bool notify_redirects, bool is_plugin_src_load, int origin_pid, int render_frame_id, int render_view_id) argument
[all...]
H A Dwebplugin_impl.h117 int notify_id,
176 int notify_id,
245 int notify_id,
H A Dwebplugin_impl.cc684 int notify_id,
747 request, target_str, notify_id != 0, reinterpret_cast<void*>(notify_id));
1145 int notify_id,
1151 url, method, target, buf, len, notify_id, popups_allowed, PLUGIN_SRC,
1160 int notify_id,
1176 notify_id, referrer_flag);
1188 gurl, result.utf8(), !result.isNull(), notify_id);
1208 resource_id, complete_url, notify_id);
1238 delegate_->FetchURL(resource_id, notify_id, complete_ur
676 RouteToFrame( const char* url, bool is_javascript_url, bool popups_allowed, const char* method, const char* target, const char* buf, unsigned int len, int notify_id, Referrer referrer_flag) argument
1140 HandleURLRequest(const char* url, const char* method, const char* target, const char* buf, unsigned int len, int notify_id, bool popups_allowed, bool notify_redirects) argument
1155 HandleURLRequestInternal(const char* url, const char* method, const char* target, const char* buf, unsigned int len, int notify_id, bool popups_allowed, Referrer referrer_flag, bool notify_redirects, bool is_plugin_src_load) argument
[all...]
/external/chromium_org/content/child/
H A Dplugin_messages.h42 IPC_STRUCT_MEMBER(int, notify_id)
58 IPC_STRUCT_MEMBER(int, notify_id)
121 int /* notify_id */)
165 int /* notify_id */)
181 int /* notify_id */)

Completed in 152 milliseconds