OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:np_object_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/content/renderer/pepper/
npobject_var.cc
22
np_object_
(np_object) {
23
WebBindings::retainObject(
np_object_
);
30
WebBindings::releaseObject(
np_object_
);
npobject_var.h
43
NPObject* np_object() const { return
np_object_
; }
64
NPObject*
np_object_
;
member in class:ppapi::NPObjectVar
message_channel.h
66
NPObject* np_object() { return
np_object_
; }
89
MessageChannelNPObject*
np_object_
;
member in class:content::MessageChannel
message_channel.cc
332
np_object_
(NULL),
340
np_object_
= static_cast<MessageChannel::MessageChannelNPObject*>(obj);
341
np_object_
->message_channel = weak_ptr_factory_.GetWeakPtr();
496
WebBindings::releaseObject(
np_object_
);
/external/chromium_org/content/renderer/browser_plugin/
browser_plugin_bindings.h
35
NPObject* np_object() const { return
np_object_
; }
55
BrowserPluginNPObject*
np_object_
;
member in class:content::BrowserPluginBindings
browser_plugin_bindings.cc
678
np_object_
(NULL),
683
np_object_
= static_cast<BrowserPluginBindings::BrowserPluginNPObject*>(obj);
684
np_object_
->message_channel = weak_ptr_factory_.GetWeakPtr();
703
WebBindings::releaseObject(
np_object_
);
Completed in 1788 milliseconds