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

  /external/webkit/Source/WebCore/dom/
CSSMappedAttributeDeclaration.h 43 void setMappedState(MappedAttributeEntry type, const QualifiedName& name, const AtomicString& val)
StyledElement.cpp 195 attr->decl()->setMappedState(entry, attr->name(), attr->value());
  /external/webkit/Source/WebCore/html/
HTMLTableElement.cpp 471 decl->setMappedState(ePersistent, tableborderAttr, borderValue);
559 decl->setMappedState(ePersistent, cellborderAttr, cellborderValue);
587 m_paddingDecl->setMappedState(eUniversal, cellpaddingAttr, paddingValue);
621 decl->setMappedState(ePersistent, rulesAttr, rulesValue);

Completed in 645 milliseconds