HomeSort by relevance Sort by last modified time
    Searched full:visitedmatchtype (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.h 47 enum VisitedMatchType { VisitedMatchDisabled, VisitedMatchEnabled };
64 SelectorCheckingContext(const CSSSelector& selector, Element* element, VisitedMatchType visitedMatchType)
69 , visitedMatchType(visitedMatchType)
84 VisitedMatchType visitedMatchType;
SelectorChecker.cpp 254 nextContext.visitedMatchType = VisitedMatchDisabled;
559 if (subContext.selector->pseudoType() == CSSSelector::PseudoVisited || (subContext.selector->pseudoType() == CSSSelector::PseudoLink && subContext.visitedMatchType == VisitedMatchEnabled))
    [all...]
  /external/chromium_org/tools/telemetry/unittest_data/
perf_report_output.txt     [all...]

Completed in 97 milliseconds