Searched defs:notify_data (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/content/child/npapi/
H A Dplugin_string_stream.cc15 void* notify_data)
16 : PluginStream(instance, url.spec().c_str(), notify_needed, notify_data) {
11 PluginStringStream( PluginInstance* instance, const GURL& url, bool notify_needed, void* notify_data) argument
H A Dplugin_stream.h30 void* notify_data);
74 void* notify_data() const { return notify_data_; } function in class:content::PluginStream
H A Dplugin_stream.cc27 void* notify_data)
30 notify_data_(notify_data),
23 PluginStream( PluginInstance* instance, const char* url, bool need_notify, void* notify_data) argument
H A Dplugin_stream_url.cc25 void *notify_data)
26 : PluginStream(instance, url.spec().c_str(), notify_needed, notify_data),
99 notify_data());
20 PluginStreamUrl( unsigned long resource_id, const GURL &url, PluginInstance *instance, bool notify_needed, void *notify_data) argument
H A Dplugin_host.cc363 void* notify_data) {
372 plugin->RequestURL(url, "GET", target, NULL, 0, notify, notify_data);
381 void* notify_data) {
399 return GetURLNotify(id, url, target, true, notify_data);
427 void* notify_data) {
501 plugin->RequestURL(url, "POST", target, buf, len, notify, notify_data);
511 void* notify_data) {
512 return PostURLNotify(id, url, target, len, buf, file, true, notify_data);
1103 void NPN_URLRedirectResponse(NPP instance, void* notify_data, NPBool allow) { argument
1106 plugin->URLRedirectResponse(!!allow, notify_data);
359 GetURLNotify(NPP id, const char* url, const char* target, bool notify, void* notify_data) argument
378 NPN_GetURLNotify(NPP id, const char* url, const char* target, void* notify_data) argument
420 PostURLNotify(NPP id, const char* url, const char* target, uint32_t len, const char* buf, NPBool file, bool notify, void* notify_data) argument
505 NPN_PostURLNotify(NPP id, const char* url, const char* target, uint32_t len, const char* buf, NPBool file, void* notify_data) argument
[all...]
H A Dplugin_instance.cc92 void* notify_data; local
93 GetNotifyData(notify_id, &notify, &notify_data);
95 resource_id, url, this, notify, notify_data);
199 void* notify_data; local
200 GetNotifyData(notify_id, &notify, &notify_data);
206 NPP_URLNotify(url.spec().c_str(), reason, notify_data);
374 void* notify_data) {
377 npp_functions_->urlredirectnotify(npp_, url, status, notify_data);
386 void* notify_data; local
387 GetNotifyData(notify_id, &notify, &notify_data);
373 NPP_URLRedirectNotify(const char* url, int32_t status, void* notify_data) argument
580 RequestURL(const char* url, const char* method, const char* target, const char* buf, unsigned int len, bool notify, void* notify_data) argument
668 GetNotifyData(int notify_id, bool* notify, void** notify_data) argument
682 URLRedirectResponse(bool allow, void* notify_data) argument
[all...]
/external/chromium_org/components/plugins/renderer/
H A Dwebview_plugin.h105 void* notify_data,
104 didFailLoadingFrameRequest(const blink::WebURL& url, void* notify_data, const blink::WebURLError& error) argument
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_plugin.h81 void* notify_data) {}
83 void* notify_data,
80 didFinishLoadingFrameRequest(const blink::WebURL& url, void* notify_data) argument
82 didFailLoadingFrameRequest(const blink::WebURL& url, void* notify_data, const blink::WebURLError& error) argument
/external/chromium_org/content/test/plugin/
H A Dplugin_client.cc256 void* notify_data) {
260 plugin->URLRedirectNotify(url, status, notify_data);
255 NPP_URLRedirectNotify(NPP instance, const char* url, int32_t status, void* notify_data) argument
H A Dplugin_geturl_test.cc457 void* notify_data) {
458 unsigned long stream_id = reinterpret_cast<unsigned long>(notify_data);
464 HostFunctions()->urlredirectresponse(id(), notify_data, false); local
473 HostFunctions()->urlredirectresponse(id(), notify_data, true); local
455 URLRedirectNotify(const char* url, int32_t status, void* notify_data) argument
H A Dplugin_test.cc195 void* notify_data) {
194 URLRedirectNotify(const char* url, int32_t status, void* notify_data) argument
/external/chromium_org/content/renderer/pepper/
H A Dpepper_webplugin_impl.cc216 void* notify_data) {}
220 void* notify_data,
215 didFinishLoadingFrameRequest(const blink::WebURL& url, void* notify_data) argument
218 didFailLoadingFrameRequest( const blink::WebURL& url, void* notify_data, const blink::WebURLError& error) argument
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin.cc561 void* notify_data) {
566 void* notify_data,
560 didFinishLoadingFrameRequest(const blink::WebURL& url, void* notify_data) argument
564 didFailLoadingFrameRequest( const blink::WebURL& url, void* notify_data, const blink::WebURLError& error) argument
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.cc451 const WebURL& url, void* notify_data) {
459 url, NPRES_DONE, reinterpret_cast<intptr_t>(notify_data));
464 const WebURL& url, void* notify_data, const WebURLError& error) {
472 url, reason, reinterpret_cast<intptr_t>(notify_data));
450 didFinishLoadingFrameRequest( const WebURL& url, void* notify_data) argument
463 didFailLoadingFrameRequest( const WebURL& url, void* notify_data, const WebURLError& error) argument

Completed in 2296 milliseconds