OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFontFaceRule
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
StyleRule.h
59
bool
isFontFaceRule
() const { return type() == FontFace; }
RuleSet.cpp
383
} else if (rule->
isFontFaceRule
()) {
StyleSheetContents.cpp
444
else if (rule->
isFontFaceRule
())
Completed in 24 milliseconds