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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSelector.cpp 871 int nthA = 0;
874 nthA = 2;
877 nthA = 2;
884 nthA = -1; // -n == -1n
886 nthA = argument.substring(0, n).toInt();
888 nthA = 1; // n == 1n
890 nthA = argument.substring(0, n).toInt();
905 setNthAValue(nthA);
CSSSelector.h 355 void setNthAValue(int nthA) { m_bits.m_nth.m_a = nthA; }

Completed in 687 milliseconds