HomeSort by relevance Sort by last modified time
    Searched refs:UseCounter (Results 76 - 100 of 107) sorted by null

1 2 34 5

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.cpp 39 #include "core/frame/UseCounter.h"
493 UseCounter::countDeprecation(executionContext(), UseCounter::SyncXHRWithCredentials);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptController.cpp 536 UseCounter::count(*m_frame->document(), UseCounter::ReplaceDocumentViaJavaScriptURL);
  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleSheetContents.cpp 34 #include "core/frame/UseCounter.h"
329 CSSParserContext context(parserContext(), UseCounter::getFrom(this));
352 CSSParserContext context(parserContext(), UseCounter::getFrom(this));
StylePropertySet.cpp 32 #include "core/frame/UseCounter.h"
344 CSSParserContext context(cssParserMode(), UseCounter::getFrom(contextStyleSheet));
SelectorChecker.cpp 512 UseCounter::count(element.document(), UseCounter::CaseInsensitiveAttrSelectorMatch);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.cpp 40 #include "core/frame/UseCounter.h"
493 UseCounter::count(document(), UseCounter::PlaceholderAttribute);
HTMLMediaElement.cpp 43 #include "core/frame/UseCounter.h"
659 UseCounter::count(document(), UseCounter::CanPlayTypeKeySystem);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
InputType.cpp 948 void InputType::countUsageIfVisible(UseCounter::Feature feature) const
952 UseCounter::count(element().document(), feature);
RangeInputType.cpp 89 countUsageIfVisible(UseCounter::InputTypeRange);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimationElement.cpp 33 #include "core/frame/UseCounter.h"
53 UseCounter::count(document, UseCounter::SVGAnimationElement);
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
BisonCSSParser.h 71 class UseCounter;
CSSPropertyParser.h 60 class UseCounter;
CSSPropertyParser.cpp 421 if (m_context.useCounter())
422 m_context.useCounter()->count(m_context, propId);
647 if (value && m_context.useCounter()) {
649 m_context.useCounter()->count(UseCounter::PrefixedCursorZoomIn);
651 m_context.useCounter()->count(UseCounter::PrefixedCursorZoomOut);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestObject.cpp 57 #include "core/frame/UseCounter.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.cpp 49 #include "core/frame/UseCounter.h"
139 blink::Platform::current()->histogramSparse("WebCore.Animation.CSSProperties", UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(property));
401 blink::Platform::current()->histogramSparse("WebCore.Animation.CSSProperties", UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(id));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.cpp 47 #include "core/frame/UseCounter.h"
832 UseCounter::count(node->document(), UseCounter::EditingAppleTabSpanClass);
    [all...]
ApplyStyleCommand.cpp 46 #include "core/frame/UseCounter.h"
71 UseCounter::count(elem->document(), UseCounter::EditingAppleStyleSpanClass);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.cpp 29 #include "core/frame/UseCounter.h"
236 UseCounter::count(*m_document, UseCounter::TextAutosizing);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.cpp 47 #include "core/frame/UseCounter.h"
771 UseCounter::count(document, UseCounter::XMLDocument);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 804 UseCounter::count(*frame().document(), UseCounter::TextAutosizingLayout);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp 80 #include "core/frame/UseCounter.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 375 third_party/WebKit/Source/core/frame/UseCounter.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 375 third_party/WebKit/Source/core/frame/UseCounter.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 375 third_party/WebKit/Source/core/frame/UseCounter.cpp \
    [all...]

Completed in 1616 milliseconds

1 2 34 5