HomeSort by relevance Sort by last modified time
    Searched defs:parentStyleSheet (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSStyleDeclaration.h 71 virtual CSSStyleSheet* parentStyleSheet() const { return 0; }
StyleSheet.h 46 virtual StyleSheet* parentStyleSheet() const { return 0; }
TreeBoundaryCrossingRules.h 60 CSSStyleSheet* parentStyleSheet;
68 : parentStyleSheet(sheet)
MediaList.h 97 CSSStyleSheet* parentStyleSheet() const { return m_parentStyleSheet; }
StyleRuleImport.h 43 StyleSheetContents* parentStyleSheet() const { return m_parentStyleSheet; }
CSSRule.h 79 CSSStyleSheet* parentStyleSheet() const
82 return m_parentRule ? m_parentRule->parentStyleSheet() : 0;
CSSStyleSheet.cpp 149 // For style rules outside the document, .parentStyleSheet can become null even if the style rule
412 CSSStyleSheet* CSSStyleSheet::parentStyleSheet() const
414 return m_ownerRule ? m_ownerRule->parentStyleSheet() : 0;
420 while (root->parentStyleSheet())
421 root = root->parentStyleSheet();
ElementRuleCollector.h 51 MatchedRule(const RuleData* ruleData, unsigned specificity, CascadeScope cascadeScope, CascadeOrder cascadeOrder, unsigned styleSheetIndex, const CSSStyleSheet* parentStyleSheet)
55 , m_parentStyleSheet(parentStyleSheet)
67 const CSSStyleSheet* parentStyleSheet() const { return m_parentStyleSheet; }
154 void addMatchedRule(const RuleData*, unsigned specificity, CascadeScope, CascadeOrder, unsigned styleSheetIndex, const CSSStyleSheet* parentStyleSheet);
PropertySetCSSStyleDeclaration.cpp 291 CSSStyleSheet* cssStyleSheet = parentStyleSheet();
348 if (m_parentRule && m_parentRule->parentStyleSheet())
349 m_parentRule->parentStyleSheet()->willMutateRules();
358 if (m_parentRule && m_parentRule->parentStyleSheet())
359 m_parentRule->parentStyleSheet()->didMutateRules();
362 CSSStyleSheet* StyleRuleCSSStyleDeclaration::parentStyleSheet() const
364 return m_parentRule ? m_parentRule->parentStyleSheet() : 0;
405 CSSStyleSheet* InlineCSSStyleDeclaration::parentStyleSheet() const
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLImportRule.h 50 XSLStyleSheet* parentStyleSheet() const { return m_parentStyleSheet; }
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCSSAgent.cpp 526 CSSStyleSheet* parentSheet = style->parentStyleSheet();
    [all...]

Completed in 143 milliseconds