OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NPObjectStub
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/content/child/npapi/
npobject_stub.h
30
class
NPObjectStub
: public IPC::Listener,
32
public base::SupportsWeakPtr<
NPObjectStub
>,
35
NPObjectStub
(NPObject* npobject,
40
virtual ~
NPObjectStub
();
npobject_stub.cc
25
NPObjectStub
::
NPObjectStub
(
43
NPObjectStub
::~
NPObjectStub
() {
48
void
NPObjectStub
::DeleteSoon() {
64
bool
NPObjectStub
::Send(IPC::Message* msg) {
68
NPObject*
NPObjectStub
::GetUnderlyingNPObject() {
72
IPC::Listener*
NPObjectStub
::GetChannelListener() {
76
bool
NPObjectStub
::OnMessageReceived(const IPC::Message& msg) {
91
IPC_BEGIN_MESSAGE_MAP(
NPObjectStub
, msg
[
all
...]
npobject_util.cc
195
//
NPObjectStub
adds its own reference to the NPObject it owns, so if
205
new
NPObjectStub
(
/external/chromium_org/content/browser/renderer_host/java/
java_bridge_dispatcher_host.h
65
std::vector<base::WeakPtr<
NPObjectStub
> > stubs_;
java_bridge_dispatcher_host.cc
39
void CleanUpStubs(const std::vector<base::WeakPtr<
NPObjectStub
> > & stubs) {
75
// the
NPObjectStub
to be deleted, which will drop its reference to the
118
// channel to create the
NPObjectStub
. To avoid blocking here until the
121
//
NPObjectStub
. Post that message before doing any IPC, to make sure that
149
// In a typical scenario, the lifetime of each
NPObjectStub
is governed by
159
stubs_.push_back((new
NPObjectStub
(
162
// The
NPObjectStub
takes a reference to the NPObject. Release the ref added
/external/chromium_org/content/plugin/
webplugin_delegate_stub.h
119
base::WeakPtr<
NPObjectStub
> plugin_scriptable_object_;
webplugin_delegate_stub.cc
35
base::WeakPtr<
NPObjectStub
> scriptable_object,
311
NPObjectStub
* scriptable_stub = new
NPObjectStub
(
/external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.h
39
class
NPObjectStub
;
webplugin_delegate_proxy.cc
[
all
...]
Completed in 634 milliseconds