OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cloneAttributes
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/html/parser/
HTMLConstructionSite.cpp
392
PassRefPtr<NamedNodeMap>
cloneAttributes
(Element* element)
419
AtomicHTMLToken fakeToken(HTMLToken::StartTag, element->localName(),
cloneAttributes
(element));
/libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatParser.java
601
/*package*/ Attributes
cloneAttributes
() {
611
=
cloneAttributes
(this.attributePointer, this.attributeCount);
615
private static native int
cloneAttributes
(int pointer, int attributeCount);
Completed in 224 milliseconds