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"
45 int UseCounter::m_muteCount = 0;
52 int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
538 void UseCounter::muteForInspector()
540 UseCounter::m_muteCount++;
543 void UseCounter::unmuteForInspector()
545 UseCounter::m_muteCount--;
548 UseCounter::UseCounter() function in class:WebCore::UseCounter
554 UseCounter
[all...]
H A DUseCounter.h44 // UseCounter is used for counting the number of times features of
55 class UseCounter { class in namespace:WebCore
56 WTF_MAKE_NONCOPYABLE(UseCounter);
58 UseCounter();
59 ~UseCounter();
504 static UseCounter* getFrom(const Document*);
505 static UseCounter* getFrom(const CSSStyleSheet*);
506 static UseCounter* getFrom(const StyleSheetContents*);
518 if (UseCounter::m_muteCount)

Completed in 240 milliseconds