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

  /external/webkit/Source/WebCore/bridge/
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.cpp 246 slot.setCustom(this, methodGetter);
273 slot.setCustom(this, methodGetter);
399 JSValue JSNPObject::methodGetter(ExecState* exec, JSValue slotBase, const Identifier& methodName)

Completed in 861 milliseconds