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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DFontValue.h33 class FontValue : public CSSValue { class in namespace:WebCore
35 static PassRefPtr<FontValue> create()
37 return adoptRef(new FontValue);
42 bool equals(const FontValue&) const;
52 FontValue() function in class:WebCore::FontValue

Completed in 77 milliseconds