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

  /external/chromium_org/third_party/WebKit/Source/core/css/
ElementRuleCollector.h 81 void setBehaviorAtBoundary(SelectorChecker::BehaviorAtBoundary boundary) { m_behaviorAtBoundary = boundary; }
82 SelectorChecker::BehaviorAtBoundary behaviorAtBoundary() const { return m_behaviorAtBoundary; }
128 SelectorChecker::BehaviorAtBoundary m_behaviorAtBoundary;
ElementRuleCollector.cpp 51 , m_behaviorAtBoundary(SelectorChecker::DoesNotCrossBoundary)
142 if (!m_matchingUARules && !rulesApplicableInCurrentTreeScope(element, matchRequest.scope, m_behaviorAtBoundary, matchRequest.elementApplyAuthorStyles))
231 context.behaviorAtBoundary = m_behaviorAtBoundary;
317 m_behaviorAtBoundary = SelectorChecker::StaysWithinTreeScope;

Completed in 62 milliseconds