HomeSort by relevance Sort by last modified time
    Searched full:releaseobject (Results 1 - 25 of 49) sorted by null

1 2

  /external/clang/test/CodeGenObjCXX/
arc-attrs.mm 5 void releaseObject(__attribute__((ns_consumed)) id);
16 releaseObject(makeObject2());
40 releaseObject(makeObjectT2<id>());
  /external/clang/test/SemaObjC/
property-4.m 23 @interface ReleaseObject : GCObject <ProtocolObject> {
  /external/chromium_org/content/test/plugin/
plugin_npobject_lifetime_test.cc 76 HostFunctions()->releaseobject(other_plugin_instance_object_);
89 HostFunctions()->releaseobject(plugin_instance_object_);
121 HostFunctions()->releaseobject(plugin_instance_object_);
plugin_private_test.cc 49 HostFunctions()->releaseobject(window_obj);
plugin_npobject_identity_test.cc 82 HostFunctions()->releaseobject(thingy);
plugin_delete_plugin_in_deallocate_test.cc 117 HostFunctions()->releaseobject(npobject_);
  /external/chromium_org/content/shell/tools/plugin/
PluginObject.cpp 72 browser->releaseobject(consoleObject);
77 browser->releaseobject(consoleObject);
101 browser->releaseobject(windowObject);
386 browser->releaseobject(obj);
461 browser->releaseobject(elementObject);
581 browser->releaseobject(windowScriptObject);
787 browser->releaseobject(object);
857 browser->releaseobject(windowScriptObject);
    [all...]
TestObject.cpp 117 browser->releaseobject(testObject->testObject);
PluginTest.cpp 199 browser->releaseobject(npObject);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorRuntimeAgent.cpp 142 void InspectorRuntimeAgent::releaseObject(ErrorString*, const String& objectId)
150 injectedScript.releaseObject(objectId);
InspectorRuntimeAgent.h 79 virtual void releaseObject(ErrorString*, const String& objectId) OVERRIDE FINAL;
InjectedScript.cpp 242 void InjectedScript::releaseObject(const String& objectId)
244 ScriptFunctionCall function(injectedScriptObject(), "releaseObject");
InjectedScript.h 93 void releaseObject(const String& objectId);
  /external/chromium_org/third_party/npapi/npspy/common/
np_entry.cpp 168 NPNFuncs.releaseobject = pFuncs->releaseobject;
  /external/chromium_org/content/child/npapi/
npobject_stub.cc 52 // We need to NULL npobject_ prior to calling releaseObject() to avoid
58 WebBindings::releaseObject(npobject);
  /external/chromium_org/ppapi/tests/
test_instance_deprecated.cc 86 // - The Var ReleaseObject message is asynchronous.
88 // release the object when the ReleaseObject message is received.
  /external/chromium_org/content/plugin/
webplugin_proxy.cc 75 WebBindings::releaseObject(plugin_element_);
77 WebBindings::releaseObject(window_npobject_);
webplugin_delegate_stub.cc 317 WebBindings::releaseObject(object);
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
WrapperTypeInfo.h 235 inline void releaseObject(v8::Handle<v8::Object> wrapper)
DOMDataStore.h 316 releaseObject(v8::Local<v8::Object>::New(isolate, value));
ScriptWrappable.h 279 releaseObject(data.GetValue());
  /external/chromium_org/third_party/WebKit/public/web/
WebBindings.h 109 BLINK_EXPORT static void releaseObject(NPObject*);
  /external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
main.c 167 browser->releaseobject(windowObject);
  /external/chromium_org/third_party/WebKit/Source/web/
WebBindings.cpp 136 void WebBindings::releaseObject(NPObject* object)
  /external/chromium_org/third_party/npapi/bindings/
npfunctions.h 186 NPN_ReleaseObjectProcPtr releaseobject; member in struct:_NPNetscapeFuncs

Completed in 1092 milliseconds

1 2