Searched refs:fallbackObject (Results 1 - 7 of 7) sorted by relevance

/external/webkit/WebCore/bridge/objc/
H A Dobjc_class.h46 virtual JSValue fallbackObject(ExecState *exec, Instance *instance, const Identifier &propertyName);
H A Dobjc_class.mm242 JSValue ObjcClass::fallbackObject(ExecState* exec, Instance* instance, const Identifier &propertyName)
/external/webkit/WebCore/bridge/qt/
H A Dqt_class.h47 virtual JSValue fallbackObject(ExecState*, Instance*, const Identifier&);
H A Dqt_class.cpp69 JSValue QtClass::fallbackObject(ExecState* exec, Instance* inst, const Identifier& identifier) function in class:JSC::Bindings::QtClass
/external/webkit/WebCore/bridge/
H A Druntime_object.cpp81 JSValue result = aClass->fallbackObject(exec, instance.get(), propertyName);
159 if (!aClass->fallbackObject(exec, instance.get(), propertyName).isUndefined()) {
206 if (!aClass->fallbackObject(exec, instance.get(), propertyName).isUndefined()) {
/external/webkit/WebCore/bridge/jsc/
H A DBridgeJSC.h65 virtual JSValue fallbackObject(ExecState*, Instance*, const Identifier&) { return jsUndefined(); } function in class:JSC::Bindings::Class
/external/webkit/WebCore/accessibility/gtk/
H A DAccessibilityObjectWrapperAtk.cpp69 static AccessibilityObject* fallbackObject() function
552 if (coreObject == fallbackObject()) {
1744 accessible->m_object = fallbackObject();

Completed in 52 milliseconds