OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CSSFontFaceRule
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFaceRule.cpp
23
#include "core/css/
CSSFontFaceRule
.h"
32
CSSFontFaceRule
::
CSSFontFaceRule
(StyleRuleFontFace* fontFaceRule, CSSStyleSheet* parent)
38
CSSFontFaceRule
::~
CSSFontFaceRule
()
44
CSSStyleDeclaration*
CSSFontFaceRule
::style() const
47
m_propertiesCSSOMWrapper = StyleRuleCSSStyleDeclaration::create(m_fontFaceRule->mutableProperties(), const_cast<
CSSFontFaceRule
*>(this));
51
String
CSSFontFaceRule
::cssText() const
63
void
CSSFontFaceRule
::reattach(StyleRuleBase* rule)
CSSFontFaceRule.h
33
class
CSSFontFaceRule
: public CSSRule {
35
static PassRefPtr<
CSSFontFaceRule
> create(StyleRuleFontFace* rule, CSSStyleSheet* sheet) { return adoptRef(new
CSSFontFaceRule
(rule, sheet)); }
37
virtual ~
CSSFontFaceRule
();
48
CSSFontFaceRule
(StyleRuleFontFace*, CSSStyleSheet* parent);
54
DEFINE_CSS_RULE_TYPE_CASTS(
CSSFontFaceRule
, FONT_FACE_RULE);
/prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar
/prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar
Completed in 74 milliseconds