Searched refs:canGetItemsForName (Results 1 - 25 of 25) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSDOMMimeTypeArrayCustom.cpp32 bool JSDOMMimeTypeArray::canGetItemsForName(ExecState*, DOMMimeTypeArray* mimeTypeArray, PropertyName propertyName) function in class:WebCore::JSDOMMimeTypeArray
34 return mimeTypeArray->canGetItemsForName(propertyNameToAtomicString(propertyName));
H A DJSDOMPluginArrayCustom.cpp32 bool JSDOMPluginArray::canGetItemsForName(ExecState*, DOMPluginArray* pluginArray, PropertyName propertyName) function in class:WebCore::JSDOMPluginArray
34 return pluginArray->canGetItemsForName(propertyNameToAtomicString(propertyName));
H A DJSDOMPluginCustom.cpp30 bool JSDOMPlugin::canGetItemsForName(ExecState*, DOMPlugin* plugin, PropertyName propertyName) function in class:WebCore::JSDOMPlugin
32 return plugin->canGetItemsForName(propertyNameToAtomicString(propertyName));
H A DJSRTCStatsResponseCustom.cpp39 bool JSRTCStatsResponse::canGetItemsForName(ExecState*, RTCStatsResponse* response, PropertyName propertyName) function in class:WebCore::JSRTCStatsResponse
41 return response->canGetItemsForName(propertyNameToAtomicString(propertyName));
H A DJSNamedNodeMapCustom.cpp38 bool JSNamedNodeMap::canGetItemsForName(ExecState*, NamedNodeMap* impl, PropertyName propertyName) function in class:WebCore::JSNamedNodeMap
H A DJSStyleSheetListCustom.cpp38 bool JSStyleSheetList::canGetItemsForName(ExecState*, StyleSheetList* styleSheetList, PropertyName propertyName) function in class:WebCore::JSStyleSheetList
H A DJSHTMLFormElementCustom.cpp40 bool JSHTMLFormElement::canGetItemsForName(ExecState*, HTMLFormElement* form, PropertyName propertyName) function in class:WebCore::JSHTMLFormElement
H A DJSHTMLFrameSetElementCustom.cpp44 bool JSHTMLFrameSetElement::canGetItemsForName(ExecState*, HTMLFrameSetElement* frameSet, PropertyName propertyName) function in class:WebCore::JSHTMLFrameSetElement
H A DJSHTMLCollectionCustom.cpp43 bool JSHTMLCollection::canGetItemsForName(ExecState*, HTMLCollection* collection, PropertyName propertyName) function in class:WebCore::JSHTMLCollection
H A DJSHTMLFormControlsCollectionCustom.cpp56 bool JSHTMLFormControlsCollection::canGetItemsForName(ExecState*, HTMLFormControlsCollection* collection, PropertyName propertyName) function in class:WebCore::JSHTMLFormControlsCollection
H A DJSHTMLAllCollectionCustom.cpp99 bool JSHTMLAllCollection::canGetItemsForName(ExecState*, HTMLAllCollection* collection, PropertyName propertyName) function in class:WebCore::JSHTMLAllCollection
H A DJSHTMLDocumentCustom.cpp54 bool JSHTMLDocument::canGetItemsForName(ExecState*, HTMLDocument* document, PropertyName propertyName) function in class:WebCore::JSHTMLDocument
H A DJSStorageCustom.cpp38 bool JSStorage::canGetItemsForName(ExecState* exec, Storage* impl, PropertyName propertyName) function in class:WebCore::JSStorage
64 // Since hasProperty() would end up calling canGetItemsForName() and be fooled, we need to check
106 // Since hasProperty() would end up calling canGetItemsForName() and be fooled, we need to check
/macosx-10.10/WebCore-7600.1.25/Modules/mediastream/
H A DRTCStatsResponse.h50 bool canGetItemsForName(const AtomicString&);
H A DRTCStatsResponse.cpp49 bool RTCStatsResponse::canGetItemsForName(const AtomicString& name) function in class:WebCore::RTCStatsResponse
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DDOMMimeTypeArray.h44 bool canGetItemsForName(const AtomicString& propertyName);
H A DDOMPlugin.h47 bool canGetItemsForName(const AtomicString& propertyName);
H A DDOMPluginArray.h44 bool canGetItemsForName(const AtomicString& propertyName);
H A DDOMPlugin.cpp74 bool DOMPlugin::canGetItemsForName(const AtomicString& propertyName) function in class:WebCore::DOMPlugin
H A DDOMMimeTypeArray.cpp65 bool DOMMimeTypeArray::canGetItemsForName(const AtomicString& propertyName) function in class:WebCore::DOMMimeTypeArray
H A DDOMPluginArray.cpp65 bool DOMPluginArray::canGetItemsForName(const AtomicString& propertyName) function in class:WebCore::DOMPluginArray
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/test/JS/
H A DJSTestCustomNamedGetter.h78 static bool canGetItemsForName(JSC::ExecState*, TestCustomNamedGetter*, JSC::PropertyName);
H A DJSTestEventTarget.h82 static bool canGetItemsForName(JSC::ExecState*, TestEventTarget*, JSC::PropertyName);
H A DJSTestCustomNamedGetter.cpp166 if (canGetItemsForName(exec, &thisObject->impl(), propertyName)) {
178 if (canGetItemsForName(exec, &thisObject->impl(), propertyName)) {
H A DJSTestEventTarget.cpp189 if (canGetItemsForName(exec, &thisObject->impl(), propertyName)) {
206 if (canGetItemsForName(exec, &thisObject->impl(), propertyName)) {

Completed in 295 milliseconds