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

  /external/webkit/Source/WebCore/bridge/
runtime_object.h 75 static JSValue methodGetter(ExecState*, JSValue, const Identifier&);
runtime_object.cpp 97 JSValue RuntimeObject::methodGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName)
139 slot.setCustom(this, methodGetter);
186 slot.setCustom(this, methodGetter);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
JSNPObject.h 73 static JSC::JSValue methodGetter(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
JSNPObject.cpp 246 slot.setCustom(this, methodGetter);
273 slot.setCustom(this, methodGetter);
399 JSValue JSNPObject::methodGetter(ExecState* exec, JSValue slotBase, const Identifier& methodName)

Completed in 113 milliseconds