Searched defs:sheet (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/css/
H A DWebKitCSSRegionRule.h44 static PassRefPtr<WebKitCSSRegionRule> create(StyleRuleRegion* rule, CSSStyleSheet* sheet) { return adoptRef(new WebKitCSSRegionRule(rule, sheet)); } argument
H A DCSSFontFaceRule.h35 static PassRefPtr<CSSFontFaceRule> create(StyleRuleFontFace* rule, CSSStyleSheet* sheet) { return adoptRef(new CSSFontFaceRule(rule, sheet)); } argument
H A DCSSImportRule.h36 static PassRefPtr<CSSImportRule> create(StyleRuleImport* rule, CSSStyleSheet* sheet) { return adoptRef(new CSSImportRule(rule, sheet)); } argument
H A DCSSMediaRule.h35 static PassRefPtr<CSSMediaRule> create(StyleRuleMedia* rule, CSSStyleSheet* sheet) { return adoptRef(new CSSMediaRule(rule, sheet)); } argument
H A DCSSPageRule.h36 static PassRefPtr<CSSPageRule> create(StyleRulePage* rule, CSSStyleSheet* sheet) { return adoptRef(new CSSPageRule(rule, sheet)); } argument
H A DCSSSupportsRule.h43 static PassRefPtr<CSSSupportsRule> create(StyleRuleSupports* rule, CSSStyleSheet* sheet) argument
H A DWebKitCSSViewportRule.h46 static PassRefPtr<WebKitCSSViewportRule> create(StyleRuleViewport* viewportRule, CSSStyleSheet* sheet) argument
H A DCSSStyleRule.h35 static PassRefPtr<CSSStyleRule> create(StyleRule* rule, CSSStyleSheet* sheet) { return adoptRef(new CSSStyleRule(rule, sheet)); } argument
H A DStyleInvalidationAnalysis.cpp54 static bool shouldDirtyAllStyle(const StyleSheetContents& sheet) argument
H A DWebKitCSSViewportRule.cpp43 WebKitCSSViewportRule::WebKitCSSViewportRule(StyleRuleViewport* viewportRule, CSSStyleSheet* sheet) argument
H A DWebKitCSSKeyframesRule.h70 static PassRefPtr<WebKitCSSKeyframesRule> create(StyleRuleKeyframes* rule, CSSStyleSheet* sheet) { return adoptRef(new WebKitCSSKeyframesRule(rule, sheet)); } argument
H A DStyleRuleImport.h43 void setParentStyleSheet(StyleSheetContents* sheet) { ASSERT(sheet); m_parentStyleSheet = sheet; } argument
61 virtual void setCSSStyleSheet(const String& href, const URL& baseURL, const String& charset, const CachedCSSStyleSheet* sheet) argument
H A DCSSDefaultStyleSheets.cpp84 StyleSheetContents& sheet = StyleSheetContents::create().leakRef(); // leak the sheet on purpose local
H A DCSSStyleSheet.cpp50 StyleSheetCSSRuleList(CSSStyleSheet* sheet) : m_styleSheet(sheet) { } argument
77 PassRef<CSSStyleSheet> CSSStyleSheet::create(PassRef<StyleSheetContents> sheet, CSSImportRule* ownerRule) argument
82 PassRef<CSSStyleSheet> CSSStyleSheet::create(PassRef<StyleSheetContents> sheet, Node* ownerNode) argument
408 CSSStyleSheet::RuleMutationScope::RuleMutationScope(CSSStyleSheet* sheet, RuleMutationType mutationType, StyleRuleKeyframes* insertedKeyframesRule) argument
H A DRuleSet.cpp363 void RuleSet::addRulesFromSheet(StyleSheetContents* sheet, const MediaQueryEvaluator& medium, StyleResolver* resolver) argument
/macosx-10.10/WebCore-7600.1.25/loader/cache/
H A DCachedXSLStyleSheet.h42 const String& sheet() const { return m_sheet; } function in class:WebCore::final
H A DCachedCSSStyleSheet.cpp178 void CachedCSSStyleSheet::saveParsedStyleSheet(PassRef<StyleSheetContents> sheet) argument
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGStyleElement.h35 CSSStyleSheet* sheet() const { return m_styleSheetOwner.sheet(); } function in class:WebCore::final
/macosx-10.10/WebCore-7600.1.25/dom/
H A DInlineStyleSheetOwner.h41 CSSStyleSheet* sheet() const { return m_sheet.get(); } function in class:WebCore::InlineStyleSheetOwner
H A DProcessingInstruction.h47 StyleSheet* sheet() const { return m_sheet.get(); } function in class:WebCore::final
H A DProcessingInstruction.cpp190 void ProcessingInstruction::setCSSStyleSheet(const String& href, const URL& baseURL, const String& charset, const CachedCSSStyleSheet* sheet) argument
214 void ProcessingInstruction::setXSLStyleSheet(const String& href, const URL& baseURL, const String& sheet) argument
222 void ProcessingInstruction::parseStyleSheet(const String& sheet) argument
245 void ProcessingInstruction::setCSSStyleSheet(PassRefPtr<CSSStyleSheet> sheet) argument
[all...]
H A DDOMImplementation.cpp246 auto sheet = CSSStyleSheet::create(StyleSheetContents::create()); local
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLStyleElement.h42 CSSStyleSheet* sheet() const { return m_styleSheetOwner.sheet(); } function in class:WebCore::final
H A DHTMLLinkElement.h62 CSSStyleSheet* sheet() const { return m_sheet.get(); } function in class:WebCore::final
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXSLImportRule.cpp51 void XSLImportRule::setXSLStyleSheet(const String& href, const URL& baseURL, const String& sheet) argument

Completed in 400 milliseconds

12