OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:runtimeObjectCustomGetOwnPropertyDescriptor
(Results
1 - 5
of
5
) sorted by null
/external/webkit/WebCore/bindings/js/
JSPluginElementFunctions.h
36
bool
runtimeObjectCustomGetOwnPropertyDescriptor
(JSC::ExecState*, const JSC::Identifier&, JSC::PropertyDescriptor&, JSHTMLElement*);
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.cpp
89
bool
runtimeObjectCustomGetOwnPropertyDescriptor
(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor, JSHTMLElement* element)
Completed in 22 milliseconds