OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:useCounter
(Results
1 - 6
of
6
) 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
...]
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLDocumentParser.h
32
#include "core/frame/
UseCounter
.h"
100
UseCounter
*
useCounter
() { return
UseCounter
::getFrom(contextForParsingSession()); }
HTMLTreeBuilder.cpp
497
if (m_parser->
useCounter
())
498
m_parser->
useCounter
()->count(
UseCounter
::IsIndexElement);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/page/
Page.h
26
#include "core/frame/
UseCounter
.h"
168
UseCounter
&
useCounter
() { return m_useCounter; }
275
UseCounter
m_useCounter;
Page.cpp
532
useCounter
().didCommitLoad();
/external/robolectric/lib/main/
h2-1.2.147.jar
Completed in 51 milliseconds