OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:URLRedirectResponse
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/content/child/npapi/
plugin_stream_url.cc
34
void PluginStreamUrl::
URLRedirectResponse
(bool allow) {
36
plugin_url_fetcher_->
URLRedirectResponse
(allow);
38
instance()->webplugin()->
URLRedirectResponse
(allow, id_);
plugin_stream_url.h
35
void
URLRedirectResponse
(bool allow);
plugin_url_fetcher.h
44
void
URLRedirectResponse
(bool allow);
webplugin.h
110
virtual void
URLRedirectResponse
(bool allow, int resource_id) = 0;
plugin_instance.h
242
void
URLRedirectResponse
(bool allow, void* notify_data);
plugin_url_fetcher.cc
149
void PluginURLFetcher::
URLRedirectResponse
(bool allow) {
plugin_instance.cc
671
void PluginInstance::
URLRedirectResponse
(bool allow, void* notify_data) {
680
plugin_stream_url->
URLRedirectResponse
(allow);
plugin_host.cc
160
host_funcs_.
urlredirectresponse
= NPN_URLRedirectResponse;
[
all
...]
/external/chromium_org/content/plugin/
webplugin_proxy.h
96
virtual void
URLRedirectResponse
(bool allow, int resource_id) OVERRIDE;
webplugin_proxy.cc
702
void WebPluginProxy::
URLRedirectResponse
(bool allow, int resource_id) {
/external/chromium_org/content/renderer/npapi/
webplugin_impl.h
134
virtual void
URLRedirectResponse
(bool allow, int resource_id) OVERRIDE;
webplugin_delegate_proxy.cc
[
all
...]
webplugin_impl.cc
780
void WebPluginImpl::
URLRedirectResponse
(bool allow, int resource_id) {
[
all
...]
Completed in 289 milliseconds