Searched refs:mutableThis (Results 1 – 2 of 2) sorted by relevance
637 HTMLFormElement* mutableThis = const_cast<HTMLFormElement*>(this); in associatedElements() local638 Node* scope = mutableThis; in associatedElements()640 scope = &NodeTraversal::highestAncestorOrSelf(*mutableThis); in associatedElements()644 collectAssociatedElements(*scope, mutableThis->m_associatedElements); in associatedElements()645 mutableThis->m_associatedElementsAreDirty = false; in associatedElements()
63 const MutableStylePropertySet* mutableThis = toMutableStylePropertySet(this); in immutableCopyIfNeeded() local64 …return ImmutableStylePropertySet::create(mutableThis->m_propertyVector.data(), mutableThis->m_prop… in immutableCopyIfNeeded()