HomeSort by relevance Sort by last modified time
    Searched refs:retainObject (Results 1 - 5 of 5) sorted by null

  /external/webkit/Tools/DumpRenderTree/mac/
ObjCPlugin.m 80 - (id)retainObject:(id)obj;
117 - (id)retainObject:(id)obj
  /external/webkit/Source/WebKit/chromium/public/
WebBindings.h 110 WEBKIT_API static NPObject* retainObject(NPObject*);
  /external/chromium/webkit/glue/
cpp_variant.cc 100 result->value.objectValue = WebBindings::retainObject(value.objectValue);
178 value.objectValue = WebBindings::retainObject(new_value);
  /external/webkit/Tools/DumpRenderTree/chromium/
CppVariant.cpp 128 result->value.objectValue = WebBindings::retainObject(value.objectValue);
216 value.objectValue = WebBindings::retainObject(newValue);
  /external/webkit/Source/WebKit/chromium/src/
WebBindings.cpp 160 NPObject* WebBindings::retainObject(NPObject* object)

Completed in 543 milliseconds