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

1 23 4 5

  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
methods.cpp 367 UseCounter::count(callingExecutionContext(info.GetIsolate()), UseCounter::{{overloads.measure_all_as}});
370 UseCounter::countDeprecation(callingExecutionContext(info.GetIsolate()), UseCounter::{{overloads.deprecate_all_as}});
385 UseCounter::count(callingExecutionContext(info.GetIsolate()), UseCounter::{{method.measure_as}});
388 UseCounter::countDeprecation(callingExecutionContext(info.GetIsolate()), UseCounter::{{method.deprecate_as}});
427 UseCounter::count(callingExecutionContext(info.GetIsolate()), UseCounter::{{method.measure_as}})
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormElement.cpp 43 #include "core/frame/UseCounter.h"
86 UseCounter::count(document, UseCounter::FormElement);
446 UseCounter::count(document(), UseCounter::MixedContentFormsSubmitted);
450 UseCounter::count(document(), UseCounter::FormsSubmitted);
607 UseCounter::count(document(), UseCounter::FormAssociationByParser);
797 UseCounter::count(document(), UseCounter::FormNameAccessForPastNamesMap)
    [all...]
HTMLFormControlsCollection.cpp 28 #include "core/frame/UseCounter.h"
129 UseCounter::count(element->document(), UseCounter::FormNameAccessForImageElement);
HTMLTableElement.cpp 40 #include "core/frame/UseCounter.h"
306 UseCounter::countDeprecation(document(), UseCounter::HTMLTableElementVspace);
310 UseCounter::countDeprecation(document(), UseCounter::HTMLTableElementHspace);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.cpp 39 #include "core/frame/UseCounter.h"
83 UseCounter::count(doc, UseCounter::SVGSVGElement);
546 UseCounter::count(document(), UseCounter::SVGSVGElementInDocument);
548 UseCounter::count(document(), UseCounter::SVGSVGElementInXMLDocument);
SVGFontElement.cpp 28 #include "core/frame/UseCounter.h"
42 UseCounter::count(document, UseCounter::SVGFontElement);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalDOMWindow.cpp 841 UseCounter::count(document(), UseCounter::PostMessageFromSecureToInsecure);
843 UseCounter::count(document(), UseCounter::PostMessageFromInsecureToSecure);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
ContentSecurityPolicy.cpp 36 #include "core/frame/UseCounter.h"
115 static UseCounter::Feature getUseCounterType(ContentSecurityPolicyHeaderType type)
119 return UseCounter::ContentSecurityPolicy;
121 return UseCounter::ContentSecurityPolicyReportOnly;
124 return UseCounter::NumberOfFeatures;
168 UseCounter::count(*document, getUseCounterType((*iter)->headerType()));
526 UseCounter::count(*document, UseCounter::WorkerSubjectToCSP);
528 UseCounter::count(*document, UseCounter::WorkerAllowedByChildBlockedByScript)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
DateInputType.cpp 64 countUsageIfVisible(UseCounter::InputTypeDate);
MonthInputType.cpp 61 countUsageIfVisible(UseCounter::InputTypeMonth);
SearchInputType.cpp 62 countUsageIfVisible(UseCounter::InputTypeSearch);
ColorInputType.cpp 90 countUsageIfVisible(UseCounter::InputTypeColor);
DateTimeLocalInputType.cpp 60 countUsageIfVisible(UseCounter::InputTypeDateTimeLocal);
InputType.h 40 #include "core/frame/UseCounter.h"
220 void countUsageIfVisible(UseCounter::Feature) const;
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8PerIsolateData.cpp 38 #include "core/frame/UseCounter.h"
57 UseCounter::count(currentExecutionContext(isolate), UseCounter::UseAsm);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFace.cpp 34 #include "core/frame/UseCounter.h"
69 UseCounter::count(*document, UseCounter::SVGFontInCSS);
CSSStyleSheet.cpp 39 #include "core/frame/UseCounter.h"
312 CSSParserContext context(m_contents->parserContext(), UseCounter::getFrom(this));
334 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/inspector/
InspectorProfilerAgent.cpp 36 #include "core/frame/UseCounter.h"
109 UseCounter::count(context, UseCounter::DevToolsConsoleProfile);
  /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;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDeprecatedFlexibleBox.cpp 28 #include "core/frame/UseCounter.h"
130 UseCounter::count(document(), UseCounter::DeprecatedFlexboxChrome);
132 UseCounter::count(document(), UseCounter::DeprecatedFlexboxChromeExtension);
134 UseCounter::count(document(), UseCounter::DeprecatedFlexboxWebContent);
    [all...]
RenderMarquee.cpp 52 #include "core/frame/UseCounter.h"
74 UseCounter::count(document(), UseCounter::HTMLMarqueeElement);
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerGlobalScope.cpp 312 void WorkerGlobalScope::countFeature(UseCounter::Feature) const
317 void WorkerGlobalScope::countDeprecation(UseCounter::Feature) const
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ReplaceSelectionCommand.cpp 52 #include "core/frame/UseCounter.h"
109 UseCounter::count(node->document(), UseCounter::EditingAppleInterchangeNewline);
118 UseCounter::count(node->document(), UseCounter::EditingAppleConvertedSpace);
442 UseCounter::count(node->document(), UseCounter::EditingApplePasteAsQuotation);
    [all...]

Completed in 1793 milliseconds

1 23 4 5