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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStylePropertySerializer.h47 String fontValue() const;
H A DFontFaceSet.cpp503 String fontValue = parsedStyle->getPropertyValue(CSSPropertyFont);
504 if (fontValue == "inherit" || fontValue == "initial")
H A DStylePropertySerializer.cpp298 return fontValue();
395 String StylePropertySerializer::fontValue() const function in class:blink::StylePropertySerializer
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp1939 String fontValue = parsedStyle->getPropertyValue(CSSPropertyFont);
1943 if (fontValue == "inherit" || fontValue == "initial")

Completed in 110 milliseconds