HomeSort by relevance Sort by last modified time
    Searched refs:mergeAttributesFromTokenIntoElement (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.h 239 void mergeAttributesFromTokenIntoElement(AtomicHTMLToken*, Element*);
HTMLConstructionSite.cpp 409 void HTMLConstructionSite::mergeAttributesFromTokenIntoElement(AtomicHTMLToken* token, Element* element)
428 mergeAttributesFromTokenIntoElement(token, m_openElements.htmlElement());
433 mergeAttributesFromTokenIntoElement(token, m_openElements.bodyElement());
    [all...]

Completed in 58 milliseconds