Searched defs:UseCounter (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DUseCounter.cpp28 #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() function in class:blink::UseCounter
542 UseCounter
[all...]
H A DUseCounter.h44 // UseCounter is used for counting the number of times features of
55 class UseCounter { class in namespace:blink
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 88 milliseconds