Home
last modified time | relevance | path

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

/external/webkit/WebCore/dom/
DNamedAttrMap.cpp133 if (attr->isId()) in setNamedItem()
160 if (r->isId()) in removeNamedItem()
DAttr.h56 bool isId() const;
DAttr.idl41 readonly attribute boolean isId;
DAttr.cpp187 bool Attr::isId() const in isId() function in WebCore::Attr
/external/expat/lib/
Dxmlparse.c357 XML_Bool isId, const XML_Char *dfltValue, XML_Parser parser);
5245 XML_Bool isId, const XML_Char *value, XML_Parser parser) in defineAttribute() argument
5248 if (value || isId) { in defineAttribute()
5255 if (isId && !type->idAtt && !attId->xmlns) in defineAttribute()
/external/webkit/WebCore/
DChangeLog-2010-01-2919688 Implemented isId as specified by DOM Level 3. See detailed description below.
19691 Added isId property and implementation:
19695 (WebCore::Attr::isId):