Home | History | Annotate | Download | only in dom

Lines Matching refs:idValue

1285     const AtomicString& idValue = getIdAttribute();
1286 if (!idValue.isNull())
1287 updateId(scope, nullAtom, idValue);
1319 const AtomicString& idValue = getIdAttribute();
1320 if (!idValue.isNull())
1321 updateId(insertionPoint->treeScope(), idValue, nullAtom);