Home
last modified time | relevance | path

Searched defs:hadPixelOrPosPrefix (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/custom/
DV8CSSStyleDeclarationCustom.cpp85 bool hadPixelOrPosPrefix; member in WebCore::CSSPropertyInfo
108 bool hadPixelOrPosPrefix = false; in cssPropertyInfo() local
/external/webkit/Source/WebCore/bindings/js/
DJSCSSStyleDeclarationCustom.cpp90 static String cssPropertyName(const Identifier& propertyName, bool* hadPixelOrPosPrefix = 0) in cssPropertyName()