Home
last modified time | relevance | path

Searched refs:replaceItem (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGStringListTearOff.h98 String replaceItem(const String& item, unsigned long index, ExceptionState& exceptionState) in replaceItem() function
105 target()->replaceItem(item, index, exceptionState); in replaceItem()
113 replaceItem(item, index, exceptionState); in anonymousIndexedSetter()
DSVGPathSegList.h117 …PassRefPtr<ItemPropertyType> replaceItem(PassRefPtr<ItemPropertyType> passItem, size_t index, Exce… in replaceItem() function
121 return Base::replaceItem(passItem, index, exceptionState); in replaceItem()
DSVGStringList.h74 void replaceItem(const String&, size_t, ExceptionState&);
DSVGStringList.cpp79 void SVGStringList::replaceItem(const String& newItem, size_t index, ExceptionState& exceptionState) in replaceItem() function in blink::SVGStringList
DSVGStringList.idl39 [RaisesException] DOMString replaceItem(DOMString item, unsigned long index);
DSVGPointList.idl39 [RaisesException] SVGPoint replaceItem(SVGPoint item, unsigned long index);
DSVGPathSegList.idl40 [RaisesException] SVGPathSeg replaceItem(SVGPathSeg newItem, unsigned long index);
DSVGNumberList.idl40 [RaisesException] SVGNumber replaceItem(SVGNumber item, unsigned long index);
DSVGLengthList.idl40 [RaisesException] SVGLength replaceItem(SVGLength item, unsigned long index);
DSVGTransformList.idl40 [RaisesException] SVGTransform replaceItem(SVGTransform item, unsigned long index);
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGListPropertyTearOffHelper.h146 …PassRefPtr<ItemTearOffType> replaceItem(PassRefPtr<ItemTearOffType> passItem, unsigned long index,… in replaceItem() function
160 …RefPtr<ItemPropertyType> value = toDerived()->target()->replaceItem(getValueForInsertionFromTearOf… in replaceItem()
168 replaceItem(passItem, index, exceptionState); in anonymousIndexedSetter()
DSVGListPropertyHelper.h152 PassRefPtr<ItemPropertyType> replaceItem(PassRefPtr<ItemPropertyType>, size_t, ExceptionState&);
288 PassRefPtr<ItemProperty> SVGListPropertyHelper<Derived, ItemProperty>::replaceItem(PassRefPtr<ItemP… in replaceItem() function
/external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/source/
Daudio_conference_mixer_impl.cc685 AudioFrameList::iterator replaceItem; in UpdateToMix() local
695 replaceItem = iter; in UpdateToMix()
701 AudioFrame* replaceFrame = *replaceItem; in UpdateToMix()
714 activeList.erase(replaceItem); in UpdateToMix()
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
Ddirectory_model.js672 this.getFileList().replaceItem(
731 this.getFileList().replaceItem(oldEntry, newEntry);
/external/chromium_org/ui/webui/resources/js/cr/ui/
Darray_data_model.js234 replaceItem: function(oldItem, newItem) { method in ArrayDataModel