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

  /external/webkit/Source/WebCore/bridge/objc/
objc_class.h 46 virtual JSValue fallbackObject(ExecState *exec, Instance *instance, const Identifier &propertyName);
objc_class.mm 242 JSValue ObjcClass::fallbackObject(ExecState* exec, Instance* instance, const Identifier &propertyName)
  /external/webkit/Source/WebCore/bridge/qt/
qt_class.h 47 virtual JSValue fallbackObject(ExecState*, Instance*, const Identifier&);
qt_class.cpp 69 JSValue QtClass::fallbackObject(ExecState* exec, Instance* inst, const Identifier& identifier)
  /external/webkit/Source/WebCore/bridge/
runtime_object.cpp 71 JSValue result = aClass->fallbackObject(exec, instance.get(), propertyName);
147 if (!aClass->fallbackObject(exec, instance.get(), propertyName).isUndefined()) {
194 if (!aClass->fallbackObject(exec, instance.get(), propertyName).isUndefined()) {
  /external/webkit/Source/WebCore/bridge/jsc/
BridgeJSC.h 69 virtual JSValue fallbackObject(ExecState*, Instance*, const Identifier&) { return jsUndefined(); }
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 79 static AccessibilityObject* fallbackObject()
663 if (coreObject == fallbackObject()) {
    [all...]

Completed in 95 milliseconds