Home
last modified time | relevance | path

Searched refs:parentStyleSheet (Results 1 – 25 of 28) sorted by relevance

12

/external/webkit/Source/WebCore/xml/
DXSLImportRule.cpp50 XSLStyleSheet* XSLImportRule::parentStyleSheet() const in parentStyleSheet() function in WebCore::XSLImportRule
62 XSLStyleSheet* parent = parentStyleSheet(); in setXSLStyleSheet()
89 XSLStyleSheet* parentSheet = parentStyleSheet(); in loadSheet()
DXSLImportRule.h50 XSLStyleSheet* parentStyleSheet() const;
DXSLStyleSheet.h83 XSLStyleSheet* parentStyleSheet() const { return m_parentStyleSheet; } in parentStyleSheet() function
DXSLStyleSheetLibxslt.cpp263 … for (XSLStyleSheet* styleSheet = this; styleSheet; styleSheet = styleSheet->parentStyleSheet()) { in ownerDocument()
/external/webkit/Source/WebCore/bindings/js/
DJSCSSRuleCustom.cpp54 if (CSSStyleSheet* parentStyleSheet = impl()->parentStyleSheet()) in markChildren() local
55 markDOMObjectWrapper(markStack, *Heap::heap(this)->globalData(), parentStyleSheet); in markChildren()
/external/webkit/Source/WebCore/css/
DCSSImportRule.cpp65 CSSStyleSheet* parent = parentStyleSheet(); in setCSSStyleSheet()
114 CSSStyleSheet* parentSheet = parentStyleSheet(); in insertedIntoParent()
DCSSRule.cpp29 CSSStyleSheet* CSSRule::parentStyleSheet() const in parentStyleSheet() function in WebCore::CSSRule
DCSSRule.h57 CSSStyleSheet* parentStyleSheet() const;
DCSSStyleSheet.cpp82 CSSStyleSheet* parentSheet = ownerRule ? ownerRule->parentStyleSheet() : 0; in CSSStyleSheet()
243 styleObject = static_cast<CSSRule*>(styleObject)->parentStyleSheet(); in document()
DStyleSheet.cpp69 StyleSheet* StyleSheet::parentStyleSheet() const in parentStyleSheet() function in WebCore::StyleSheet
DStyleSheet.h44 StyleSheet *parentStyleSheet() const;
DCSSMediaRule.cpp69 RefPtr<CSSRule> newRule = p.parseRule(parentStyleSheet(), rule); in insertRule()
DWebKitCSSKeyframesRule.cpp105 RefPtr<CSSRule> newRule = p.parseKeyframeRule(parentStyleSheet(), rule); in insertRule()
DStyleSheet.idl32 readonly attribute StyleSheet parentStyleSheet;
DCSSRule.idl46 readonly attribute CSSStyleSheet parentStyleSheet;
/external/webkit/Source/WebCore/inspector/
DInspectorStyleSheet.h126 …ectorCSSId& styleId, PassRefPtr<CSSStyleDeclaration> style, InspectorStyleSheet* parentStyleSheet);
136 …ectorCSSId& styleId, PassRefPtr<CSSStyleDeclaration> style, InspectorStyleSheet* parentStyleSheet);
DInspectorCSSAgent.h57 static CSSStyleSheet* parentStyleSheet(StyleBase*);
DInspectorStyleSheet.cpp142 …pectorCSSId& styleId, PassRefPtr<CSSStyleDeclaration> style, InspectorStyleSheet* parentStyleSheet) in create() argument
144 return adoptRef(new InspectorStyle(styleId, style, parentStyleSheet)); in create()
147 …pectorCSSId& styleId, PassRefPtr<CSSStyleDeclaration> style, InspectorStyleSheet* parentStyleSheet) in InspectorStyle() argument
150 , m_parentStyleSheet(parentStyleSheet) in InspectorStyle()
675 CSSStyleSheet* styleSheet = InspectorCSSAgent::parentStyleSheet(rule); in setRuleSelector()
DInspectorCSSAgent.cpp133 CSSStyleSheet* InspectorCSSAgent::parentStyleSheet(StyleBase* styleBase) in parentStyleSheet() function in WebCore::InspectorCSSAgent
513 InspectorStyleSheet* styleSheet = bindStyleSheet(parentStyleSheet(rule)); in buildArrayForRuleList()
/external/webkit/Source/WebKit/win/Interfaces/
DDOMCSS.idl106 - (DOMCSSStyleSheet *)parentStyleSheet;
108 HRESULT parentStyleSheet([out, retval] IDOMCSSStyleSheet** sheet);
/external/webkit/Source/WebCore/bindings/objc/
DPublicDOMInterfaces.h970 @property(readonly, retain) DOMCSSStyleSheet *parentStyleSheet;
1003 @property(readonly, retain) DOMStyleSheet *parentStyleSheet;
/external/webkit/Source/WebCore/
DChangeLog-2005-12-198790 (DOM::CSSRuleImpl::parentStyleSheet): Use parent().
8793 (StyleSheetImpl::parentStyleSheet): Ditto.
8794 (MediaListImpl::parentStyleSheet): Ditto.
8805 (DOM::XSLImportRuleImpl::parentStyleSheet): Ditto.
DChangeLog-2006-12-3145106 (WebCore::XSLImportRule::parentStyleSheet):
54040 (WebCore::MediaList::parentStyleSheet):
54047 (WebCore::StyleSheet::parentStyleSheet):
DChangeLog-2009-06-1685467 (WebCore::CSSRule::parentStyleSheet):
85495 (WebCore::CSSRule::parentStyleSheet):
86919 … Clean up some parent relationships in the back end stylesheet code. Make sure parentStyleSheet
86931 (WebCore::CSSRule::parentStyleSheet):
DChangeLog-2008-08-1029248 … (WebInspector.StylesSidebarPane.prototype.update): Add parentStyleSheet to the anonymous obejct
29249 …that we make for each matched rule. The parentStyleSheet property is used later to make the subtit…

12