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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
UseCounter.cpp 28 #include "core/frame/UseCounter.h"
46 int UseCounter::m_muteCount = 0;
53 int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
526 void UseCounter::muteForInspector()
528 UseCounter::m_muteCount++;
531 void UseCounter::unmuteForInspector()
533 UseCounter::m_muteCount--;
536 UseCounter::UseCounter()
542 UseCounter::~UseCounter(
    [all...]
UseCounter.h 44 // UseCounter is used for counting the number of times features of
55 class UseCounter {
56 WTF_MAKE_NONCOPYABLE(UseCounter);
58 UseCounter();
59 ~UseCounter();
556 static UseCounter* getFrom(const Document*);
557 static UseCounter* getFrom(const CSSStyleSheet*);
558 static UseCounter* getFrom(const StyleSheetContents*);
570 if (UseCounter::m_muteCount)

Completed in 178 milliseconds