Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/parser/
DHTMLTreeBuilder.cpp567 RefPtr<Attribute> actionAttribute = token.getAttributeItem(actionAttr); in processIsindexStartTagForInBody() local
568 if (actionAttribute) { in processIsindexStartTagForInBody()
570 m_tree.currentElement()->setAttribute(actionAttr, actionAttribute->value()); in processIsindexStartTagForInBody()