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

  /external/webkit/WebCore/bindings/js/
JSPluginElementFunctions.h 34 JSC::JSValue runtimeObjectPropertyGetter(JSC::ExecState*, const JSC::Identifier&, const JSC::PropertySlot&);
JSPluginElementFunctions.cpp 68 JSValue runtimeObjectPropertyGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)
85 slot.setCustom(element, runtimeObjectPropertyGetter);
97 slot.setCustom(element, runtimeObjectPropertyGetter);

Completed in 297 milliseconds