OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StyleRuleSupports
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
StyleRule.cpp
305
StyleRuleSupports
::
StyleRuleSupports
(const String& conditionText, bool conditionIsSupported, Vector<RefPtr<StyleRuleBase> >& adoptRules)
312
StyleRuleSupports
::
StyleRuleSupports
(const
StyleRuleSupports
& o)
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
&);
Completed in 432 milliseconds