Home
last modified time | relevance | path

Searched refs:canonicalPropertyName (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DCSSMetadata.js105 WebInspector.CSSMetadata.canonicalPropertyName = function(name) function in WebInspector.CSSMetadata
121 …nspector.CSSMetadata.InheritedProperties[WebInspector.CSSMetadata.canonicalPropertyName(propertyNa…
DStylesSidebarPane.js632 var canonicalName = WebInspector.CSSMetadata.canonicalPropertyName(property.name);
1144 var canonicalName = WebInspector.CSSMetadata.canonicalPropertyName(propertyName);
1154 …if (WebInspector.CSSMetadata.canonicalPropertyName(individualProperty.name) in this._usedPropertie…
1587 var canonicalName = WebInspector.CSSMetadata.canonicalPropertyName(propertyName);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp742 … String canonicalPropertyName = propertyId ? getPropertyNameString(propertyId) : name; in styleWithProperties() local
743 …SProperty> >::iterator activeIt = propertyNameToPreviousActiveProperty.find(canonicalPropertyName); in styleWithProperties()
763 propertyNameToPreviousActiveProperty.set(canonicalPropertyName, property); in styleWithProperties()
767 propertyNameToPreviousActiveProperty.set(canonicalPropertyName, property); in styleWithProperties()