Home
last modified time | relevance | path

Searched refs:methodsNamed (Results 1 – 25 of 25) sorted by relevance

/external/webkit/WebCore/bridge/
Druntime_object.cpp118 MethodList methodList = aClass->methodsNamed(propertyName, instance.get()); in methodGetter()
149 MethodList methodList = aClass->methodsNamed(propertyName, instance.get()); in getOwnPropertySlot()
195 MethodList methodList = aClass->methodsNamed(propertyName, instance.get()); in getOwnPropertyDescriptor()
/external/webkit/WebCore/bridge/jni/jsc/
DJavaClassJSC.h43 virtual MethodList methodsNamed(const Identifier&, Instance*) const;
DJavaClassJSC.cpp116 MethodList JavaClass::methodsNamed(const Identifier& identifier, Instance*) const in methodsNamed() function in JavaClass
/external/webkit/WebCore/bridge/jni/v8/
DJavaClassV8.h48 MethodList methodsNamed(const char* name) const;
DJavaClassV8.cpp99 MethodList JavaClass::methodsNamed(const char* name) const in methodsNamed() function in JavaClass
DJavaNPObjectV8.cpp98 bool result = (instance->getClass()->methodsNamed(name).size() > 0); in JavaNPObjectHasMethod()
DJavaInstanceV8.cpp74 MethodList methodList = getClass()->methodsNamed(methodName); in invokeMethod()
/external/webkit/WebCore/bridge/c/
Dc_class.h46 virtual MethodList methodsNamed(const Identifier&, Instance*) const;
Dc_class.cpp73 MethodList CClass::methodsNamed(const Identifier& identifier, Instance* instance) const in methodsNamed() function in JSC::Bindings::CClass
/external/webkit/WebCore/bridge/qt/
Dqt_class.h44 virtual MethodList methodsNamed(const Identifier&, Instance*) const;
Dqt_pixmapruntime.cpp49 virtual MethodList methodsNamed(const Identifier&, Instance*) const;
202 MethodList QtPixmapClass::methodsNamed(const Identifier& identifier, Instance*) const in methodsNamed() function in JSC::Bindings::QtPixmapClass
Dqt_class.cpp115 MethodList QtClass::methodsNamed(const Identifier&, Instance*) const in methodsNamed() function in JSC::Bindings::QtClass
/external/webkit/WebCore/bridge/objc/
Dobjc_class.h43 virtual MethodList methodsNamed(const Identifier&, Instance *instance) const;
Dobjc_class.mm76 MethodList ObjcClass::methodsNamed(const Identifier& identifier, Instance*) const
/external/webkit/WebKit/mac/Plugins/Hosted/
DProxyInstance.mm49 virtual MethodList methodsNamed(const Identifier&, Instance*) const;
53 MethodList ProxyClass::methodsNamed(const Identifier& identifier, Instance* instance) const
55 return static_cast<ProxyInstance*>(instance)->methodsNamed(identifier);
279 MethodList ProxyInstance::methodsNamed(const Identifier& identifier)
DProxyInstance.h49 JSC::Bindings::MethodList methodsNamed(const JSC::Identifier&);
/external/webkit/WebCore/platform/graphics/wince/
DMediaPlayerProxy.cpp137 MethodList methodList = aClass->methodsNamed(iden, instance); in invokeMethod()
/external/webkit/WebCore/bridge/jsc/
DBridgeJSC.h63 virtual MethodList methodsNamed(const Identifier&, Instance*) const = 0;
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-142001 (KJS::Bindings::QtClass::methodsNamed):
2012 (KJS::Bindings::CClass::methodsNamed):
2021 (KJS::Bindings::ObjcClass::methodsNamed):
2102 (KJS::Bindings::ObjcClass::methodsNamed):
3843 (KJS::Bindings::CClass::methodsNamed): Also acquire the JSLock when adding
5952 (KJS::Bindings::QtClass::methodsNamed):
7595 (KJS::Bindings::ObjcClass::methodsNamed): use sel_getName instead of a char* cast.
7821 (KJS::Bindings::CClass::methodsNamed):
7827 (JavaClass::methodsNamed):
7835 (KJS::Bindings::ObjcClass::methodsNamed):
[all …]
DChangeLog-2008-08-1021133 (KJS::Bindings::QtClass::methodsNamed):
/external/webkit/WebKit/mac/
DChangeLog-2010-01-29187 (WebKit::ProxyInstance::methodsNamed): Ditto.
2899 (WebKit::ProxyInstance::methodsNamed):
4233 (WebKit::ProxyInstance::methodsNamed):
5731 (WebKit::ProxyInstance::methodsNamed): Move add call after the waitForReply call.
5999 (WebKit::ProxyInstance::methodsNamed):
10328 (WebKit::ProxyInstance::methodsNamed):
10401 (WebKit::ProxyClass::methodsNamed):
10428 (WebKit::ProxyInstance::methodsNamed):
/external/webkit/WebCore/
DChangeLog5505 (JavaClass::methodsNamed):
DChangeLog-2008-08-101630 (KJS::Bindings::CClass::methodsNamed):
7238 (KJS::Bindings::CClass::methodsNamed):
DChangeLog-2009-06-1653579 (JSC::Bindings::ObjcClass::methodsNamed):
95439 (KJS::Bindings::CClass::methodsNamed):
DChangeLog-2010-01-295848 (JSC::Bindings::QtPixmapClass::methodsNamed): toHTMLImageElement,
80273 (JSC::Bindings::CClass::methodsNamed):