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

  /external/webkit/Source/WebCore/bindings/js/
JSHTMLAppletElementCustom.cpp 43 return runtimeObjectCustomGetOwnPropertyDescriptor(exec, propertyName, descriptor, this);
JSHTMLEmbedElementCustom.cpp 43 return runtimeObjectCustomGetOwnPropertyDescriptor(exec, propertyName, descriptor, this);
JSHTMLObjectElementCustom.cpp 43 return runtimeObjectCustomGetOwnPropertyDescriptor(exec, propertyName, descriptor, this);
JSPluginElementFunctions.h 43 bool runtimeObjectCustomGetOwnPropertyDescriptor(JSC::ExecState*, const JSC::Identifier&, JSC::PropertyDescriptor&, JSHTMLElement*);
JSPluginElementFunctions.cpp 125 bool runtimeObjectCustomGetOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor, JSHTMLElement* element)

Completed in 368 milliseconds