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

1 23 4 5

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMarquee.cpp 52 #include "core/frame/UseCounter.h"
76 UseCounter::count(document(), UseCounter::HTMLMarqueeElement);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontElement.cpp 28 #include "core/frame/UseCounter.h"
44 UseCounter::count(document, UseCounter::SVGFontElement);
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerGlobalScope.cpp 326 void WorkerGlobalScope::countFeature(UseCounter::Feature) const
331 void WorkerGlobalScope::countDeprecation(UseCounter::Feature) const
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSStyleSheet.cpp 39 #include "core/frame/UseCounter.h"
312 CSSParserContext context(m_contents->parserContext(), UseCounter::getFrom(this));
335 UseCounter::countDeprecation(callingExecutionContext(V8PerIsolateData::mainThreadIsolate()), UseCounter::CSSStyleSheetInsertRuleOptionalArg);
CSSGroupingRule.cpp 39 #include "core/frame/UseCounter.h"
72 CSSParserContext context(parserContext(), UseCounter::getFrom(styleSheet));
CSSKeyframesRule.cpp 33 #include "core/frame/UseCounter.h"
126 CSSParserContext context(parserContext(), UseCounter::getFrom(styleSheet));
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ReplaceSelectionCommand.cpp 51 #include "core/frame/UseCounter.h"
103 UseCounter::count(node->document(), UseCounter::EditingAppleInterchangeNewline);
112 UseCounter::count(node->document(), UseCounter::EditingAppleConvertedSpace);
430 UseCounter::count(node->document(), UseCounter::EditingApplePasteAsQuotation);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalDOMWindow.cpp 860 UseCounter::count(document(), UseCounter::PostMessageFromSecureToInsecure);
862 UseCounter::count(document(), UseCounter::PostMessageFromInsecureToSecure);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableElement.cpp 39 #include "core/frame/UseCounter.h"
324 UseCounter::count(document(), UseCounter::HTMLTableElementVspace);
328 UseCounter::count(document(), UseCounter::HTMLTableElementHspace);
HTMLAnchorElement.cpp 34 #include "core/frame/UseCounter.h"
352 UseCounter::count(document(), UseCounter::HTMLAnchorElementPingAttribute);
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
ColorInputType.cpp 88 countUsageIfVisible(UseCounter::InputTypeColor);
DateTimeLocalInputType.cpp 60 countUsageIfVisible(UseCounter::InputTypeDateTimeLocal);
InputType.h 39 #include "core/frame/UseCounter.h"
230 void countUsageIfVisible(UseCounter::Feature) const;
MonthInputType.cpp 61 countUsageIfVisible(UseCounter::InputTypeMonth);
TimeInputType.cpp 66 countUsageIfVisible(UseCounter::InputTypeTime);
NumberInputType.cpp 103 countUsageIfVisible(UseCounter::InputTypeNumber);
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterfaceConstructor.cpp 19 #include "core/frame/UseCounter.h"
156 UseCounter::count(callingExecutionContext(info.GetIsolate()), UseCounter::TestFeature);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
PageScriptDebugServer.cpp 45 #include "core/frame/UseCounter.h"
315 UseCounter::muteForInspector();
321 UseCounter::unmuteForInspector();
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationPlayer.cpp 38 #include "core/frame/UseCounter.h"
438 UseCounter::count(executionContext(), UseCounter::AnimationPlayerFinishEvent);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMImplementation.cpp 42 #include "core/frame/UseCounter.h"
184 UseCounter::count(m_document, UseCounter::DOMImplementationHasFeatureReturnFalse);
Document.cpp     [all...]
FullscreenElementStack.cpp 37 #include "core/frame/UseCounter.h"
57 UseCounter::count(document, UseCounter::PrefixedAllowFullscreenAttribute);
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
BisonCSSParser-in.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoader.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceFetcher.cpp 461 UseCounter::count(toLocalFrame(top)->document(), UseCounter::MixedContentTextTrack);
465 UseCounter::count(toLocalFrame(top)->document(), UseCounter::MixedContentRaw);
469 UseCounter::count(toLocalFrame(top)->document(), UseCounter::MixedContentImage);
473 UseCounter::count(toLocalFrame(top)->document(), UseCounter::MixedContentMedia);
    [all...]

Completed in 750 milliseconds

1 23 4 5