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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameHost.cpp 68 UseCounter& FrameHost::useCounter() const
70 return m_page->useCounter();
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSParserMode.h 87 class UseCounter;
92 CSSParserContext(CSSParserMode, UseCounter*);
93 // FIXME: We shouldn't need the UseCounter argument as we could infer it from the Document
95 CSSParserContext(const Document&, UseCounter*, const KURL& baseURL = KURL(), const String& charset = emptyString());
96 // FIXME: This constructor shouldn't exist if we properly piped the UseCounter through the CSS
97 // subsystem. Currently the UseCounter life time is too crazy and we need a way to override it.
98 CSSParserContext(const CSSParserContext&, UseCounter*);
123 UseCounter* useCounter() const { return m_useCounter; }
133 UseCounter* m_useCounter
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLDocumentParser.h 32 #include "core/frame/UseCounter.h"
108 UseCounter* useCounter() { return UseCounter::getFrom(contextForParsingSession()); }
  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.h 27 #include "core/frame/UseCounter.h"
161 UseCounter& useCounter() { return m_useCounter; }
278 UseCounter m_useCounter;

Completed in 6970 milliseconds