OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:webplugin
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/content/child/npapi/
plugin_stream_url.cc
14
#include "content/child/npapi/
webplugin
.h"
38
instance()->
webplugin
()->URLRedirectResponse(allow, id_);
64
if (instance()->
webplugin
()) {
65
instance()->
webplugin
()->CancelResource(id_);
70
if (instance()->
webplugin
()) {
72
instance()->
webplugin
()->CancelResource(range_requests_[i]);
145
if (instance()->
webplugin
())
146
instance()->
webplugin
()->CancelResource(resource_id);
165
if (!plugin_url_fetcher_.get() && instance() && instance()->
webplugin
()) {
166
instance()->
webplugin
()->ResourceClientDeleted(AsResourceClient())
[
all
...]
plugin_host.cc
308
using content::
WebPlugin
;
620
if (plugin.get() && plugin->
webplugin
()) {
637
plugin->
webplugin
()->InvalidateRect(rect);
639
plugin->
webplugin
()->Invalidate();
654
if (plugin.get() && plugin->
webplugin
())
655
plugin->
webplugin
()->Invalidate();
686
NPObject *np_object = plugin->
webplugin
()->GetWindowScriptNPObject();
706
NPObject *np_object = plugin->
webplugin
()->GetPluginElement();
764
*private_mode = plugin->
webplugin
()->IsOffTheRecord();
[
all
...]
plugin_instance.h
36
class
WebPlugin
;
97
// Get/Set the
WebPlugin
associated with this instance
98
WebPlugin
*
webplugin
() { return webplugin_; }
function in class:content::PluginInstance
99
void set_web_plugin(
WebPlugin
*
webplugin
) {
100
webplugin_ =
webplugin
;
296
WebPlugin
* webplugin_;
343
// Used to track pending range requests so that when
WebPlugin
replies to us
plugin_url_fetcher.cc
9
#include "content/child/npapi/
webplugin
.h"
174
!plugin_stream_->instance()->
webplugin
()->CheckIfRunInsecureContent(
226
plugin_stream_->instance()->
webplugin
()->DidStartLoading();
/external/chromium_org/content/plugin/
webplugin_delegate_stub.h
52
WebPluginProxy*
webplugin
() { return webplugin_; }
function in class:content::WebPluginDelegateStub
plugin_channel.cc
286
plugin_stubs_[i]->
webplugin
()->host_render_view_routing_id();
340
if (plugin_stubs_[i]->
webplugin
()->host_render_view_routing_id() ==
webplugin_delegate_stub.cc
37
WebPlugin
*
webplugin
) {
48
//
WebPlugin
must outlive WebPluginDelegate.
56
delete
webplugin
;
Completed in 596 milliseconds