OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CSSFontFeatureValue
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFeatureValue.cpp
27
#include "core/css/
CSSFontFeatureValue
.h"
33
CSSFontFeatureValue
::
CSSFontFeatureValue
(const AtomicString& tag, int value)
40
String
CSSFontFeatureValue
::customCSSText() const
50
bool
CSSFontFeatureValue
::equals(const
CSSFontFeatureValue
& other) const
CSSFontFeatureValue.h
34
class
CSSFontFeatureValue
: public CSSValue {
36
static PassRefPtr<
CSSFontFeatureValue
> create(const AtomicString& tag, int value)
38
return adoptRef(new
CSSFontFeatureValue
(tag, value));
45
bool equals(const
CSSFontFeatureValue
&) const;
48
CSSFontFeatureValue
(const AtomicString& tag, int value);
54
DEFINE_CSS_VALUE_TYPE_CASTS(
CSSFontFeatureValue
, isFontFeatureValue());
Completed in 26 milliseconds