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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormElement.cpp 637 HTMLFormElement* mutableThis = const_cast<HTMLFormElement*>(this);
638 Node* scope = mutableThis;
640 scope = &NodeTraversal::highestAncestorOrSelf(*mutableThis);
644 collectAssociatedElements(*scope, mutableThis->m_associatedElements);
645 mutableThis->m_associatedElementsAreDirty = false;
  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.cpp 63 const MutableStylePropertySet* mutableThis = toMutableStylePropertySet(this);
64 return ImmutableStylePropertySet::create(mutableThis->m_propertyVector.data(), mutableThis->m_propertyVector.size(), cssParserMode());

Completed in 4558 milliseconds