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

12 3 4 5

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormControlElement.cpp 36 #include "core/frame/UseCounter.h"
138 UseCounter::count(document(), UseCounter::FormAttribute);
158 UseCounter::count(document(), UseCounter::RequiredAttribute);
161 UseCounter::count(document(), UseCounter::AutoFocusAttribute);
HTMLInputElement.cpp 55 #include "core/frame/UseCounter.h"
680 UseCounter::count(document(), UseCounter::ResultsAttribute);
683 UseCounter::count(document(), UseCounter::IncrementalAttribute);
688 UseCounter::count(document(), UseCounter::MinAttribute);
692 UseCounter::count(document(), UseCounter::MaxAttribute);
699 UseCounter::count(document(), UseCounter::StepAttribute)
    [all...]
HTMLFormElement.cpp 42 #include "core/frame/UseCounter.h"
84 UseCounter::count(document, UseCounter::FormElement);
434 UseCounter::count(document(), UseCounter::MixedContentFormsSubmitted);
438 UseCounter::count(document(), UseCounter::FormsSubmitted);
579 UseCounter::count(document(), UseCounter::FormAssociationByParser);
769 UseCounter::count(document(), UseCounter::FormNameAccessForPastNamesMap)
    [all...]
HTMLFormControlsCollection.cpp 28 #include "core/frame/UseCounter.h"
130 UseCounter::count(element->document(), UseCounter::FormNameAccessForImageElement);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8HTMLAllCollectionCustom.cpp 39 #include "core/frame/UseCounter.h"
92 UseCounter::count(ownerNode.document(), UseCounter::DocumentAllLegacyCall);
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTCue.cpp 40 #include "core/frame/UseCounter.h"
227 UseCounter::count(document, UseCounter::VTTCue);
558 UseCounter::count(document(), UseCounter::VTTCueRenderRtl);
778 UseCounter::count(document(), UseCounter::VTTCueRender);
781 UseCounter::count(document(), UseCounter::VTTCueRenderVertical);
784 UseCounter::count(document(), UseCounter::VTTCueRenderSnapToLinesFalse)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerReflectionInfo.cpp 47 #include "core/frame/UseCounter.h"
62 UseCounter::count(m_box.document(), UseCounter::Reflection);
RenderDeprecatedFlexibleBox.cpp 28 #include "core/frame/UseCounter.h"
132 UseCounter::count(document(), UseCounter::DeprecatedFlexboxChrome);
134 UseCounter::count(document(), UseCounter::DeprecatedFlexboxChromeExtension);
136 UseCounter::count(document(), UseCounter::DeprecatedFlexboxWebContent);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/workers/
Worker.cpp 37 #include "core/frame/UseCounter.h"
57 UseCounter::count(context, UseCounter::WorkerStart);
WorkerGlobalScope.h 36 #include "core/frame/UseCounter.h"
74 virtual void countFeature(UseCounter::Feature) const;
75 virtual void countDeprecation(UseCounter::Feature) const;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp 70 #include "core/frame/UseCounter.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterfaceEventConstructor.cpp 22 #include "core/frame/UseCounter.h"
215 UseCounter::countDeprecation(callingExecutionContext(info.GetIsolate()), UseCounter::initializedByEventConstructorReadonlyStringAttribute);
244 UseCounter::countDeprecation(callingExecutionContext(info.GetIsolate()), UseCounter::initializedByEventConstructorReadonlyStringAttribute);
324 UseCounter::countDeprecation(callingExecutionContext(info.GetIsolate()), UseCounter::initializedByEventConstructorReadonlyStringAttribute);
332 UseCounter::countDeprecation(callingExecutionContext(info.GetIsolate()), UseCounter::initializedByEventConstructorReadonlyStringAttribute);
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryEvaluator.cpp 311 UseCounter::count(mediaValues.document(), UseCounter::PrefixedDevicePixelRatioMediaFeature);
444 UseCounter::count(mediaValues.document(), UseCounter::PrefixedMinDevicePixelRatioMediaFeature);
451 UseCounter::count(mediaValues.document(), UseCounter::PrefixedMaxDevicePixelRatioMediaFeature);
508 UseCounter::count(mediaValues.document(), UseCounter::PrefixedTransform3dMediaFeature);
CSSFontFace.cpp 35 #include "core/frame/UseCounter.h"
70 UseCounter::count(*document, UseCounter::SVGFontInCSS);
  /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/svg/
SVGForeignObjectElement.cpp 25 #include "core/frame/UseCounter.h"
47 UseCounter::count(document, UseCounter::SVGForeignObjectElement);
SVGSVGElement.cpp 39 #include "core/frame/UseCounter.h"
85 UseCounter::count(doc, UseCounter::SVGSVGElement);
548 UseCounter::count(document(), UseCounter::SVGSVGElementInDocument);
550 UseCounter::count(document(), UseCounter::SVGSVGElementInXMLDocument);
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
Notification.cpp 37 #include "core/frame/UseCounter.h"
166 UseCounter::count(context, UseCounter::NotificationPermission);
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
EmailInputType.cpp 155 countUsageIfVisible(UseCounter::InputTypeEmail);
158 countUsageIfVisible(UseCounter::InputTypeEmailMaxLength);
160 countUsageIfVisible(UseCounter::InputTypeEmailMultiple);
162 countUsageIfVisible(UseCounter::InputTypeEmailMultipleMaxLength);
WeekInputType.cpp 58 countUsageIfVisible(UseCounter::InputTypeWeek);
DateInputType.cpp 63 countUsageIfVisible(UseCounter::InputTypeDate);
SearchInputType.cpp 62 countUsageIfVisible(UseCounter::InputTypeSearch);
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
methods.cpp 340 UseCounter::count(callingExecutionContext(isolate), UseCounter::{{overloads.measure_all_as}});
343 UseCounter::countDeprecation(callingExecutionContext(isolate), UseCounter::{{overloads.deprecate_all_as}});
358 UseCounter::count(callingExecutionContext(isolate), UseCounter::{{method.measure_as}});
361 UseCounter::countDeprecation(callingExecutionContext(isolate), UseCounter::{{method.deprecate_as}});
399 UseCounter::count(callingExecutionContext(info.GetIsolate()), UseCounter::{{method.measure_as}})
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
ContentSecurityPolicy.cpp 36 #include "core/frame/UseCounter.h"
114 static UseCounter::Feature getUseCounterType(ContentSecurityPolicyHeaderType type)
118 return UseCounter::ContentSecurityPolicy;
120 return UseCounter::ContentSecurityPolicyReportOnly;
123 return UseCounter::NumberOfFeatures;
169 UseCounter::count(*document, getUseCounterType(type));
173 UseCounter::count(*document, UseCounter::ContentSecurityPolicyReportOnlyInMeta);
479 UseCounter::count(*document, UseCounter::WorkerSubjectToCSP)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.h 27 #include "core/frame/UseCounter.h"
169 UseCounter& useCounter() { return m_useCounter; }
284 UseCounter m_useCounter;

Completed in 613 milliseconds

12 3 4 5