OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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"
48
int
UseCounter
::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
520
UseCounter
::
UseCounter
()
526
UseCounter
::~
UseCounter
()
534
void
UseCounter
::updateMeasurements()
565
void
UseCounter
::didCommitLoad()
570
void
UseCounter
::count(const Document& document, Feature feature)
576
ASSERT(page->
useCounter
().deprecationMessage(feature).isEmpty())
[
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
();
307
static
UseCounter
* getFrom(const Document*);
308
static
UseCounter
* getFrom(const CSSStyleSheet*);
309
static
UseCounter
* getFrom(const StyleSheetContents*);
Completed in 27 milliseconds