Searched refs:quoteCSSURLIfNeeded (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSMarkup.h36 String quoteCSSURLIfNeeded(const String&);
H A DCSSMarkup.cpp184 String quoteCSSURLIfNeeded(const String& string) function in namespace:blink
H A DCSSImageValue.cpp108 return "url(" + quoteCSSURLIfNeeded(m_absoluteURL) + ")";
H A DCSSPrimitiveValue.cpp1181 text = "url(" + quoteCSSURLIfNeeded(m_value.string) + ")";

Completed in 979 milliseconds