OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:retainobject
(Results
1 - 25
of
29
) sorted by null
1
2
/external/chromium_org/remoting/host/plugin/
host_plugin_utils.cc
61
g_npnetscape_funcs->
retainobject
(object);
host_plugin.cc
474
g_npnetscape_funcs->
retainobject
(scriptable_object);
/external/chromium_org/content/renderer/pepper/
npobject_var.cc
23
WebBindings::
retainObject
(np_object_);
pepper_webplugin_impl.cc
153
blink::WebBindings::
retainObject
(message_channel_np_object);
npapi_glue.cc
108
OBJECT_TO_NPVARIANT(WebBindings::
retainObject
(object->np_object()),
/external/chromium/webkit/glue/
cpp_variant.cc
100
result->value.objectValue = WebBindings::
retainObject
(value.objectValue);
178
value.objectValue = WebBindings::
retainObject
(new_value);
/external/chromium_org/third_party/WebKit/Source/testing/plugin/
TestObject.cpp
180
browser->
retainobject
(testObject->testObject);
204
browser->
retainobject
(npobj);
PluginTest.cpp
212
return browser->
retainobject
(npObject);
PluginObject.cpp
328
browser->
retainobject
(testObject);
358
browser->
retainobject
(obj);
361
browser->
retainobject
(testObject);
[
all
...]
/external/chromium_org/third_party/npapi/npspy/common/
np_entry.cpp
167
NPNFuncs.
retainobject
= pFuncs->
retainobject
;
npp_gate.cpp
150
fakeNPNFuncs.
retainobject
= NPN_RetainObject;
npn_gate.cpp
560
NPObject *rv = NPNFuncs.
retainobject
(obj);
/external/chromium_org/webkit/renderer/
cpp_variant.cc
102
result->value.objectValue = WebBindings::
retainObject
(value.objectValue);
180
value.objectValue = WebBindings::
retainObject
(new_value);
/external/chromium_org/content/test/plugin/
plugin_npobject_lifetime_test.cc
55
this_instance->HostFunctions()->
retainobject
(
/external/chromium_org/content/child/npapi/
npobject_util.cc
267
WebBindings::
retainObject
(object);
296
WebBindings::
retainObject
(result->value.objectValue);
plugin_host.cc
134
host_funcs_.
retainobject
= WebBindings::
retainObject
;
691
WebBindings::
retainObject
(np_object);
711
WebBindings::
retainObject
(np_object);
[
all
...]
npobject_stub.cc
40
WebBindings::
retainObject
(npobject_);
/external/chromium_org/third_party/WebKit/Source/testing/runner/
CppVariant.cpp
127
result->value.objectValue = WebBindings::
retainObject
(value.objectValue);
215
value.objectValue = WebBindings::
retainObject
(newValue);
/external/chromium_org/content/browser/renderer_host/java/
java_bridge_dispatcher_host.cc
131
blink::WebBindings::
retainObject
(object);
java_bridge_dispatcher_host_manager.cc
40
blink::WebBindings::
retainObject
(object);
/external/chromium_org/third_party/WebKit/public/web/
WebBindings.h
118
BLINK_EXPORT static NPObject*
retainObject
(NPObject*);
/external/chromium_org/third_party/WebKit/Source/web/
WebBindings.cpp
152
NPObject* WebBindings::
retainObject
(NPObject* object)
/external/chromium_org/third_party/npapi/bindings/
npfunctions.h
185
NPN_RetainObjectProcPtr
retainobject
;
member in struct:_NPNetscapeFuncs
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
npupp.h
549
NPN_RetainObjectUPP
retainobject
;
member in struct:_NPNetscapeFuncs
/external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.cc
737
return WebBindings::
retainObject
(npobject_);
747
return WebBindings::
retainObject
(npobject_);
[
all
...]
Completed in 446 milliseconds
1
2