Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFormElement.cpp637 HTMLFormElement* mutableThis = const_cast<HTMLFormElement*>(this); in associatedElements() local
638 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()
/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySet.cpp63 const MutableStylePropertySet* mutableThis = toMutableStylePropertySet(this); in immutableCopyIfNeeded() local
64 …return ImmutableStylePropertySet::create(mutableThis->m_propertyVector.data(), mutableThis->m_prop… in immutableCopyIfNeeded()