/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/ |
D | SAX1ParserAdapter.java | 176 mAttrWrapper.setAttributes(attrs); in startElement() 197 public void setAttributes(Attributes a) { in setAttributes() method in SAX1ParserAdapter.AttributesWrapper
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | AttributesImpl.java | 83 setAttributes(atts); in AttributesImpl() 353 public void setAttributes (Attributes atts) in setAttributes() method in AttributesImpl
|
/external/webkit/WebCore/editing/ |
D | ReplaceNodeWithSpanCommand.cpp | 65 newNode->attributes()->setAttributes(*nodeToReplace->attributes()); in swapInNodePreservingAttributesAndChildren()
|
/external/webkit/JavaScriptCore/runtime/ |
D | SymbolTable.h | 82 void setAttributes(unsigned attributes) in setAttributes() function
|
D | JSVariableObject.h | 142 entry.setAttributes(attributes); in symbolTablePutWithAttributes()
|
/external/webkit/WebCore/dom/ |
D | NamedAttrMap.h | 70 void setAttributes(const NamedNodeMap&);
|
D | NamedAttrMap.cpp | 215 void NamedNodeMap::setAttributes(const NamedNodeMap& other) in setAttributes() function in WebCore::NamedNodeMap
|
D | Element.cpp | 109 …clone->attributes()->setAttributes(*attributes(true)); // Call attributes(true) to force attribute… in cloneElementWithoutChildren()
|
/external/icu4c/tools/dumpce/ |
D | dumpce.cpp | 441 void setAttributes(UCollator *collator, UErrorCode *error) in setAttributes() function 507 setAttributes(COLLATOR_, &error); in serialize() 536 setAttributes(COLLATOR_, &error); in serialize() 619 setAttributes(COLLATOR_, &error); in serialize() 1492 setAttributes(COLLATOR_, &error); in serializeScripts()
|
/external/webkit/WebCore/svg/ |
D | SVGUseElement.cpp | 696 svgElement->attributes()->setAttributes(*element->attributes()); in expandSymbolElementsInShadowTree() 862 to->attributes()->setAttributes(*from->attributes()); in transferUseAttributesToReplacedElement()
|
/external/webkit/WebKit/mac/Misc/ |
D | WebNSAttributedStringExtras.mm | 168 [string setAttributes:attrs.get() range:NSMakeRange(stringLength, currentTextLength)];
|
/external/webkit/WebCore/accessibility/mac/ |
D | AccessibilityObjectWrapper.mm | 513 [attrString setAttributes:nil range:attrStringRange];
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2002-12-03 | 3592 (-[WebBaseNetscapePluginView setAttributes:]):
|
/external/webkit/WebCore/ |
D | ChangeLog-2002-12-03 | 16435 length]), (-[KWQTextStorage setAttributes:]), (-[KWQTextStorage setString:]),
|
D | ChangeLog-2008-08-10 | 36673 (WebCore::NamedAttrMap::setAttributes): Renamed this from the assignment operator. 36678 a new function, setAttributes, possibly to be made virtual in the future. Made
|
D | ChangeLog-2009-06-16 | 25583 (WebCore::NamedNodeMap::setAttributes): Ditto.
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 10310 (KJS::SymbolTableEntry::setAttributes):
|
D | ChangeLog-2009-06-16 | 32944 (JSC::SymbolTableEntry::setAttributes):
|