Searched defs:copyNonAttributeProperties (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DElement.h225 virtual void copyNonAttributeProperties(const Element* /*source*/) { } function in class:WebCore::Element
H A DStyledElement.cpp422 void StyledElement::copyNonAttributeProperties(const Element *sourceElement) function in class:StyledElement
432 Element::copyNonAttributeProperties(sourceElement);
/external/webkit/Source/WebCore/wml/
H A DWMLInputElement.cpp242 void WMLInputElement::copyNonAttributeProperties(const Element* source) function in class:WebCore::WMLInputElement
246 WMLElement::copyNonAttributeProperties(source);
/external/webkit/Source/WebCore/html/
H A DHTMLInputElement.cpp826 void HTMLInputElement::copyNonAttributeProperties(const Element* source) function in class:WebCore::HTMLInputElement
835 HTMLFormControlElementWithState::copyNonAttributeProperties(source);

Completed in 1178 milliseconds