/external/chromium_org/content/child/npapi/ |
plugin_string_stream.cc | 15 void* notify_data) 16 : PluginStream(instance, url.spec().c_str(), notify_needed, notify_data) {
|
plugin_string_stream.h | 25 void* notify_data);
|
plugin_stream.h | 30 void* notify_data); 74 void* notify_data() const { return notify_data_; } function in class:content::PluginStream
|
plugin_instance.cc | 92 void* notify_data; local 93 GetNotifyData(notify_id, ¬ify, ¬ify_data); 95 resource_id, url, this, notify, notify_data); 199 void* notify_data; local 200 GetNotifyData(notify_id, ¬ify, ¬ify_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, ¬ify, ¬ify_data); [all...] |
plugin_stream_url.cc | 25 void *notify_data) 26 : PluginStream(instance, url.spec().c_str(), notify_needed, notify_data), 99 notify_data());
|
plugin_instance.h | 204 void* notify_data); 238 void* notify_data); 242 void URLRedirectResponse(bool allow, void* notify_data); 265 void GetNotifyData(int notify_id, bool* notify, void** notify_data);
|
plugin_stream_url.h | 31 void *notify_data);
|
plugin_host.cc | 363 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); [all...] |
plugin_stream.cc | 27 void* notify_data) 30 notify_data_(notify_data),
|
/development/ndk/platforms/android-3/arch-arm/include/asm/arch/ |
gpio-switch.h | 34 void *notify_data; member in struct:omap_gpio_switch
|
/external/chromium_org/content/renderer/pepper/ |
pepper_webplugin_impl.h | 63 void* notify_data); 65 void* notify_data,
|
pepper_webplugin_impl.cc | 216 void* notify_data) {} 220 void* notify_data,
|
/external/chromium_org/content/test/plugin/ |
plugin_geturl_test.h | 43 void* notify_data) OVERRIDE;
|
plugin_geturl_test.cc | 457 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
|
plugin_test.h | 45 void* notify_data);
|
plugin_client.cc | 256 void* notify_data) { 260 plugin->URLRedirectNotify(url, status, notify_data);
|
plugin_test.cc | 195 void* notify_data) {
|
/external/chromium_org/content/shell/renderer/test_runner/ |
test_plugin.h | 81 void* notify_data) {} 83 void* notify_data,
|
/external/chromium_org/components/plugins/renderer/ |
webview_plugin.h | 105 void* notify_data,
|
/external/chromium_org/content/renderer/browser_plugin/ |
browser_plugin.h | 113 void* notify_data) OVERRIDE; 116 void* notify_data,
|
browser_plugin.cc | 561 void* notify_data) { 566 void* notify_data,
|
/external/chromium_org/content/renderer/npapi/ |
webplugin_impl.h | 90 const blink::WebURL& url, void* notify_data); 92 const blink::WebURL& url, void* notify_data,
|
webplugin_impl.cc | 451 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)); [all...] |