Home
last modified time | relevance | path

Searched refs:parent_style_sheet_ (Results 1 – 22 of 22) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dstyle_rule_import.cc40 parent_style_sheet_(nullptr), in StyleRuleImport()
58 visitor->Trace(parent_style_sheet_); in TraceAfterDispatch()
75 if (parent_style_sheet_) { in NotifyFinished()
77 context = parent_style_sheet_->ParserContext(); in NotifyFinished()
93 if (parent_style_sheet_) { in NotifyFinished()
95 parent_style_sheet_->CheckLoaded(); in NotifyFinished()
104 if (!parent_style_sheet_) in RequestStyleSheet()
127 if (!parent_style_sheet_->BaseURL().IsNull()) { in RequestStyleSheet()
149 params.SetCharset(parent_style_sheet_->Charset()); in RequestStyleSheet()
158 if (parent_style_sheet_ && parent_style_sheet_->LoadCompleted() && in RequestStyleSheet()
[all …]
H A Dmedia_list.cc161 parent_style_sheet_(parent_sheet), in MediaList()
167 parent_style_sheet_(nullptr), in MediaList()
176 if (parent_style_sheet_) in setMediaText()
177 parent_style_sheet_->DidMutate(); in setMediaText()
199 if (parent_style_sheet_) in deleteMedium()
200 parent_style_sheet_->DidMutate(); in deleteMedium()
211 if (parent_style_sheet_) in appendMedium()
212 parent_style_sheet_->DidMutate(); in appendMedium()
225 visitor->Trace(parent_style_sheet_); in Trace()
H A Dstyle_rule_import.h45 StyleSheetContents* ParentStyleSheet() const { return parent_style_sheet_; } in ParentStyleSheet()
48 parent_style_sheet_ = sheet; in SetParentStyleSheet()
50 void ClearParentStyleSheet() { parent_style_sheet_ = nullptr; } in ClearParentStyleSheet()
96 Member<StyleSheetContents> parent_style_sheet_; variable
H A Delement_rule_collector.h63 parent_style_sheet_(parent_style_sheet) { in MatchedRule()
78 const CSSStyleSheet* ParentStyleSheet() const { return parent_style_sheet_; } in ParentStyleSheet()
80 visitor->Trace(parent_style_sheet_); in Trace()
88 Member<const CSSStyleSheet> parent_style_sheet_; variable
H A Dmedia_list.h97 CSSStyleSheet* ParentStyleSheet() const { return parent_style_sheet_; } in ParentStyleSheet()
107 Member<CSSStyleSheet> parent_style_sheet_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dstyle_rule_import.cc41 parent_style_sheet_(nullptr), in StyleRuleImport()
59 visitor->Trace(parent_style_sheet_); in TraceAfterDispatch()
76 if (parent_style_sheet_) { in NotifyFinished()
97 if (parent_style_sheet_) { in NotifyFinished()
99 parent_style_sheet_->CheckLoaded(); in NotifyFinished()
108 if (!parent_style_sheet_) in RequestStyleSheet()
129 if (!parent_style_sheet_->BaseURL().IsNull()) { in RequestStyleSheet()
159 params.SetCharset(parent_style_sheet_->Charset()); in RequestStyleSheet()
168 if (parent_style_sheet_ && parent_style_sheet_->LoadCompleted() && in RequestStyleSheet()
169 root_sheet == parent_style_sheet_) { in RequestStyleSheet()
[all …]
H A Dmedia_list.cc161 parent_style_sheet_(parent_sheet), in MediaList()
167 parent_style_sheet_(nullptr), in MediaList()
176 if (parent_style_sheet_) in setMediaText()
177 parent_style_sheet_->DidMutate(CSSStyleSheet::Mutation::kSheet); in setMediaText()
199 if (parent_style_sheet_) in deleteMedium()
200 parent_style_sheet_->DidMutate(CSSStyleSheet::Mutation::kSheet); in deleteMedium()
211 if (parent_style_sheet_) in appendMedium()
212 parent_style_sheet_->DidMutate(CSSStyleSheet::Mutation::kSheet); in appendMedium()
225 visitor->Trace(parent_style_sheet_); in Trace()
H A Dstyle_rule_import.h45 StyleSheetContents* ParentStyleSheet() const { return parent_style_sheet_; } in ParentStyleSheet()
48 parent_style_sheet_ = sheet; in SetParentStyleSheet()
50 void ClearParentStyleSheet() { parent_style_sheet_ = nullptr; } in ClearParentStyleSheet()
94 Member<StyleSheetContents> parent_style_sheet_; variable
H A Delement_rule_collector.h62 parent_style_sheet_(parent_style_sheet) { in MatchedRule()
77 const CSSStyleSheet* ParentStyleSheet() const { return parent_style_sheet_; } in ParentStyleSheet()
79 visitor->Trace(parent_style_sheet_); in Trace()
87 Member<const CSSStyleSheet> parent_style_sheet_; variable
H A Dmedia_list.h97 CSSStyleSheet* ParentStyleSheet() const { return parent_style_sheet_; } in ParentStyleSheet()
107 Member<CSSStyleSheet> parent_style_sheet_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/xml/
H A Dxsl_style_sheet_libxslt.cc54 parent_style_sheet_(parent_style_sheet), in XSLStyleSheet()
72 parent_style_sheet_(nullptr), in XSLStyleSheet()
91 parent_style_sheet_(nullptr), in XSLStyleSheet()
138 if (parent_style_sheet_) { in ParseString()
146 ctxt->dict = parent_style_sheet_->stylesheet_doc_->dict; in ParseString()
327 visitor->Trace(parent_style_sheet_); in Trace()
H A Dxsl_style_sheet.h61 return parent_style_sheet_; in parentStyleSheet()
105 Member<XSLStyleSheet> parent_style_sheet_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/xml/
H A Dxsl_style_sheet_libxslt.cc55 parent_style_sheet_(parent_style_sheet), in XSLStyleSheet()
73 parent_style_sheet_(nullptr), in XSLStyleSheet()
92 parent_style_sheet_(nullptr), in XSLStyleSheet()
139 if (parent_style_sheet_) { in ParseString()
147 ctxt->dict = parent_style_sheet_->stylesheet_doc_->dict; in ParseString()
329 visitor->Trace(parent_style_sheet_); in Trace()
H A Dxsl_style_sheet.h61 return parent_style_sheet_; in parentStyleSheet()
105 Member<XSLStyleSheet> parent_style_sheet_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/resolver/
H A Dscoped_style_resolver.h115 : parent_style_sheet_(sheet), parent_index_(index), rule_set_(rules) {} in RuleSubSet()
117 Member<CSSStyleSheet> parent_style_sheet_; variable
H A Dscoped_style_resolver.cc251 rules->parent_style_sheet_, rules->parent_index_); in CollectMatchingSlottedRules()
264 rules->parent_style_sheet_, rules->parent_index_); in CollectMatchingTreeBoundaryCrossingRules()
390 visitor->Trace(parent_style_sheet_); in Trace()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/resolver/
H A Dscoped_style_resolver.h121 : parent_style_sheet_(sheet), parent_index_(index), rule_set_(rules) {} in RuleSubSet()
123 Member<CSSStyleSheet> parent_style_sheet_; variable
H A Dscoped_style_resolver.cc289 rules->parent_style_sheet_, rules->parent_index_); in CollectMatchingSlottedRules()
302 rules->parent_style_sheet_, rules->parent_index_); in CollectMatchingTreeBoundaryCrossingRules()
428 visitor->Trace(parent_style_sheet_); in Trace()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/inspector/
H A Dinspector_style_sheet.h64 return parent_style_sheet_.Get(); in InspectorStyleSheet()
79 Member<InspectorStyleSheetBase> parent_style_sheet_; variable
H A Dinspector_style_sheet.cc731 parent_style_sheet_(parent_style_sheet) { in InspectorStyle()
738 if (parent_style_sheet_ && !parent_style_sheet_->Id().IsEmpty()) in BuildObjectForStyle()
739 result->setStyleSheetId(parent_style_sheet_->Id()); in BuildObjectForStyle()
740 result->setRange(parent_style_sheet_->BuildSourceRangeObject( in BuildObjectForStyle()
743 bool success = parent_style_sheet_->GetText(&sheet_text); in BuildObjectForStyle()
763 bool success = parent_style_sheet_->GetText(&style_sheet_text); in TextForRange()
834 property->setRange(parent_style_sheet_ in StyleWithProperties()
835 ? parent_style_sheet_->BuildSourceRangeObject( in StyleWithProperties()
903 visitor->Trace(parent_style_sheet_); in Trace()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/inspector/
H A Dinspector_style_sheet.h64 return parent_style_sheet_.Get(); in InspectorStyleSheet()
79 Member<InspectorStyleSheetBase> parent_style_sheet_; variable
H A Dinspector_style_sheet.cc733 parent_style_sheet_(parent_style_sheet) { in InspectorStyle()
740 if (parent_style_sheet_ && !parent_style_sheet_->Id().IsEmpty()) in BuildObjectForStyle()
741 result->setStyleSheetId(parent_style_sheet_->Id()); in BuildObjectForStyle()
742 result->setRange(parent_style_sheet_->BuildSourceRangeObject( in BuildObjectForStyle()
745 bool success = parent_style_sheet_->GetText(&sheet_text); in BuildObjectForStyle()
765 bool success = parent_style_sheet_->GetText(&style_sheet_text); in TextForRange()
836 property->setRange(parent_style_sheet_ in StyleWithProperties()
837 ? parent_style_sheet_->BuildSourceRangeObject( in StyleWithProperties()
905 visitor->Trace(parent_style_sheet_); in Trace()