Searched defs:VendorPrefixedCSSProperties (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/audits/
H A DAuditRules.js1329 WebInspector.AuditRules.VendorPrefixedCSSProperties = function()
1335 WebInspector.AuditRules.VendorPrefixedCSSProperties.supportedProperties = [
1341 WebInspector.AuditRules.VendorPrefixedCSSProperties.prototype = {
1376 if (WebInspector.AuditRules.VendorPrefixedCSSProperties.supportedProperties[normalPropertyName] && !this._mentionedProperties[normalPropertyName]) {

Completed in 97 milliseconds