OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StyleRuleSupports
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSSupportsRule.h
37
class
StyleRuleSupports
;
41
static PassRefPtr<CSSSupportsRule> create(
StyleRuleSupports
* rule, CSSStyleSheet* sheet)
54
CSSSupportsRule(
StyleRuleSupports
*, CSSStyleSheet*);
CSSSupportsRule.cpp
38
CSSSupportsRule::CSSSupportsRule(
StyleRuleSupports
* supportsRule, CSSStyleSheet* parent)
StyleRule.h
200
class
StyleRuleSupports
: public StyleRuleGroup {
202
static PassRefPtr<
StyleRuleSupports
> create(const String& conditionText, bool conditionIsSupported, Vector<RefPtr<StyleRuleBase> >& adoptRules)
204
return adoptRef(new
StyleRuleSupports
(conditionText, conditionIsSupported, adoptRules));
209
PassRefPtr<
StyleRuleSupports
> copy() const { return adoptRef(new
StyleRuleSupports
(*this)); }
212
StyleRuleSupports
(const String& conditionText, bool conditionIsSupported, Vector<RefPtr<StyleRuleBase> >& adoptRules);
213
StyleRuleSupports
(const
StyleRuleSupports
&);
StyleRule.cpp
305
StyleRuleSupports
::
StyleRuleSupports
(const String& conditionText, bool conditionIsSupported, Vector<RefPtr<StyleRuleBase> >& adoptRules)
312
StyleRuleSupports
::
StyleRuleSupports
(const
StyleRuleSupports
& o)
CSSParser-in.cpp
[
all
...]
Completed in 53 milliseconds