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

12

/macosx-10.10/WebCore-7600.1.25/Modules/mediastream/
H A DRTCStatsResponse.idl30 getter RTCStatsReport namedItem([Default=Undefined] optional DOMString name);
H A DRTCStatsResponse.h49 PassRefPtr<RTCStatsReport> namedItem(const AtomicString&);
H A DRTCStatsResponse.cpp42 PassRefPtr<RTCStatsReport> RTCStatsResponse::namedItem(const AtomicString& name) function in class:WebCore::RTCStatsResponse
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLFormControlsCollection.idl25 [Custom] getter Node namedItem([Default=Undefined] optional DOMString name);
H A DHTMLAllCollection.idl33 [Custom] getter Node namedItem(DOMString name);
H A DHTMLCollection.idl29 getter Node namedItem([Default=Undefined] optional DOMString name);
H A DHTMLOptionsCollection.idl29 Node namedItem([Default=Undefined] optional DOMString name);
H A DHTMLFormControlsCollection.h44 virtual Node* namedItem(const AtomicString& name) const override;
/macosx-10.10/WebCore-7600.1.25/dom/
H A DDOMNamedFlowCollection.idl39 getter WebKitNamedFlow namedItem(DOMString name);
H A DNodeList.h42 virtual Node* namedItem(const AtomicString&) const = 0;
H A DDOMNamedFlowCollection.cpp56 PassRefPtr<WebKitNamedFlow> DOMNamedFlowCollection::namedItem(const AtomicString& name) const function in class:WebCore::DOMNamedFlowCollection
66 return namedItem(name);
H A DStaticNodeList.cpp46 Node* StaticNodeList::namedItem(const AtomicString& elementId) const function in class:WebCore::StaticNodeList
68 Node* StaticElementList::namedItem(const AtomicString& elementId) const function in class:WebCore::StaticElementList
H A DStaticNodeList.h56 virtual Node* namedItem(const AtomicString&) const override;
80 virtual Node* namedItem(const AtomicString&) const override;
H A DDOMNamedFlowCollection.h52 PassRefPtr<WebKitNamedFlow> namedItem(const AtomicString& name) const;
H A DLiveNodeList.cpp54 Node* LiveNodeList::namedItem(const AtomicString& elementId) const function in class:WebCore::LiveNodeList
56 // FIXME: Why doesn't this look into the name attribute like HTMLCollection::namedItem does?
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DDOMMimeTypeArray.idl27 getter DOMMimeType namedItem([Default=Undefined] optional DOMString name);
H A DDOMPlugin.idl29 getter DOMMimeType namedItem([Default=Undefined] optional DOMString name);
H A DDOMPluginArray.idl27 getter DOMPlugin namedItem([Default=Undefined] optional DOMString name);
H A DDOMMimeTypeArray.h45 PassRefPtr<DOMMimeType> namedItem(const AtomicString& propertyName);
H A DDOMPlugin.h48 PassRefPtr<DOMMimeType> namedItem(const AtomicString& propertyName);
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSHTMLFrameSetElementCustom.cpp46 Node* frame = frameSet->children()->namedItem(propertyNameToAtomicString(propertyName));
53 Node* frameElement = element.children()->namedItem(propertyNameToAtomicString(propertyName));
H A DJSDOMMimeTypeArrayCustom.cpp42 return JSValue::encode(toJS(exec, thisObj->globalObject(), thisObj->impl().namedItem(propertyNameToAtomicString(propertyName))));
H A DJSDOMPluginArrayCustom.cpp40 return JSValue::encode(toJS(exec, thisObj->globalObject(), thisObj->impl().namedItem(propertyNameToAtomicString(propertyName))));
H A DJSDOMPluginCustom.cpp38 return JSValue::encode(toJS(exec, thisObj->globalObject(), thisObj->impl().namedItem(propertyNameToAtomicString(propertyName))));
H A DJSRTCStatsResponseCustom.cpp47 return JSValue::encode(toJS(exec, thisObj->globalObject(), thisObj->impl().namedItem(propertyNameToAtomicString(propertyName))));

Completed in 197 milliseconds

12