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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolverStats.h 50 unsigned sharedStyleCandidates;
StyleResolverStats.cpp 44 sharedStyleCandidates = 0;
64 output.append(String::format(" %u elements were added to the sharing candidate list.\n", sharedStyleCandidates));
StyleResolver.cpp 326 INCREMENT_STYLE_STATS_COUNTER(*this, sharedStyleCandidates);
    [all...]

Completed in 516 milliseconds