Home
last modified time | relevance | path

Searched refs:style_sheet_ (Results 1 – 25 of 35) sorted by relevance

12

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/misc/xmlwrapp/
H A Ddocument_proxy.cpp48 owner_(true), result_(result), style_sheet_(ssheet) in document_proxy()
50 xsltStylesheetPtr ss = static_cast<xsltStylesheetPtr>(style_sheet_); in document_proxy()
59 owner_(true), result_(NULL), style_sheet_(other.style_sheet_) in document_proxy()
67 xsltStylesheetPtr ss = static_cast<xsltStylesheetPtr>(style_sheet_); in document_proxy()
78 if (style_sheet_ != NULL) { in ~document_proxy()
79 xsltStylesheetPtr ss = static_cast<xsltStylesheetPtr>(style_sheet_); in ~document_proxy()
89 style_sheet_(other.style_sheet_) in document_proxy()
93 other.style_sheet_ = NULL; in document_proxy()
102 if (style_sheet_ != NULL) { in operator =()
111 style_sheet_ = other.style_sheet_; in operator =()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dcss_test_helpers.cc37 style_sheet_ = CSSStyleSheet::CreateInline(*document_, NullURL(), position, in TestStyleSheet()
43 CSSRuleList* result = style_sheet_->cssRules(exception_state); in CssRules()
49 RuleSet& rule_set = style_sheet_->Contents()->EnsureRuleSet( in GetRuleSet()
57 unsigned sheet_length = style_sheet_->length(); in AddCSSRules()
58 style_sheet_->Contents()->ParseStringAtPosition(css_text, position); in AddCSSRules()
60 ASSERT_GT(style_sheet_->length(), sheet_length); in AddCSSRules()
62 ASSERT_EQ(style_sheet_->length(), sheet_length); in AddCSSRules()
H A Dstyle_rule_import.cc59 visitor->Trace(style_sheet_); in TraceAfterDispatch()
64 if (style_sheet_) in NotifyFinished()
65 style_sheet_->ClearOwnerRule(); in NotifyFinished()
85 style_sheet_ = MakeGarbageCollected<StyleSheetContents>( in NotifyFinished()
88 style_sheet_->ParseAuthorStyleSheet( in NotifyFinished()
100 return loading_ || (style_sheet_ && style_sheet_->IsLoading()); in IsLoading()
H A Dcss_style_sheet.h161 CSSStyleSheet* style_sheet_;
177 CSSStyleSheet* style_sheet_;
271 : style_sheet_(sheet) { in RuleMutationScope()
272 style_sheet_->WillMutateRules(); in RuleMutationScope()
276 : style_sheet_(rule ? rule->parentStyleSheet() : nullptr) { in RuleMutationScope()
277 if (style_sheet_) in RuleMutationScope()
278 style_sheet_->WillMutateRules(); in RuleMutationScope()
282 if (style_sheet_) in ~RuleMutationScope()
283 style_sheet_->DidMutateRules(); in ~RuleMutationScope()
H A Dcss_style_sheet.cc56 StyleSheetCSSRuleList(CSSStyleSheet* sheet) : style_sheet_(sheet) {} in StyleSheetCSSRuleList()
59 visitor->Trace(style_sheet_); in Trace()
64 unsigned length() const override { return style_sheet_->length(); } in length()
66 return style_sheet_->item(index); in item()
69 CSSStyleSheet* GetStyleSheet() const override { return style_sheet_; } in GetStyleSheet()
71 Member<CSSStyleSheet> style_sheet_; member in blink::StyleSheetCSSRuleList
243 : style_sheet_(sheet) { in InspectorMutationScope()
244 style_sheet_->EnableRuleAccessForInspector(); in InspectorMutationScope()
248 style_sheet_->DisableRuleAccessForInspector(); in ~InspectorMutationScope()
H A Dstyle_rule_import.h53 StyleSheetContents* GetStyleSheet() const { return style_sheet_.Get(); } in GetStyleSheet()
101 Member<StyleSheetContents> style_sheet_; variable
H A Dcss_test_helpers.h43 Persistent<CSSStyleSheet> style_sheet_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dstyle_rule_import.cc60 visitor->Trace(style_sheet_); in TraceAfterDispatch()
65 if (style_sheet_) in NotifyFinished()
66 style_sheet_->ClearOwnerRule(); in NotifyFinished()
91 style_sheet_ = MakeGarbageCollected<StyleSheetContents>( in NotifyFinished()
93 style_sheet_->ParseAuthorStyleSheet(cached_style_sheet); in NotifyFinished()
104 return loading_ || (style_sheet_ && style_sheet_->IsLoading()); in IsLoading()
H A Dcss_style_sheet.h170 CSSStyleSheet* style_sheet_;
193 CSSStyleSheet* style_sheet_;
277 : style_sheet_(sheet) { in RuleMutationScope()
278 style_sheet_->WillMutateRules(); in RuleMutationScope()
282 : style_sheet_(rule ? rule->parentStyleSheet() : nullptr) { in RuleMutationScope()
283 if (style_sheet_) in RuleMutationScope()
284 style_sheet_->WillMutateRules(); in RuleMutationScope()
288 if (style_sheet_) in ~RuleMutationScope()
289 style_sheet_->DidMutate(Mutation::kRules); in ~RuleMutationScope()
H A Dcss_test_helpers.cc42 style_sheet_ = CSSStyleSheet::CreateInline(*document_, NullURL(), position, in TestStyleSheet()
48 CSSRuleList* result = style_sheet_->cssRules(exception_state); in CssRules()
54 RuleSet& rule_set = style_sheet_->Contents()->EnsureRuleSet( in GetRuleSet()
62 unsigned sheet_length = style_sheet_->length(); in AddCSSRules()
63 style_sheet_->Contents()->ParseStringAtPosition(css_text, position); in AddCSSRules()
65 ASSERT_GT(style_sheet_->length(), sheet_length); in AddCSSRules()
67 ASSERT_EQ(style_sheet_->length(), sheet_length); in AddCSSRules()
H A Dcss_style_sheet.cc57 StyleSheetCSSRuleList(CSSStyleSheet* sheet) : style_sheet_(sheet) {} in StyleSheetCSSRuleList()
60 visitor->Trace(style_sheet_); in Trace()
65 unsigned length() const override { return style_sheet_->length(); } in length()
67 return style_sheet_->item(index); in item()
70 CSSStyleSheet* GetStyleSheet() const override { return style_sheet_; } in GetStyleSheet()
72 Member<CSSStyleSheet> style_sheet_; member in blink::StyleSheetCSSRuleList
243 : style_sheet_(sheet) { in InspectorMutationScope()
244 style_sheet_->EnableRuleAccessForInspector(); in InspectorMutationScope()
248 style_sheet_->DisableRuleAccessForInspector(); in ~InspectorMutationScope()
H A Dstyle_rule_import.h53 StyleSheetContents* GetStyleSheet() const { return style_sheet_.Get(); } in GetStyleSheet()
99 Member<StyleSheetContents> style_sheet_; variable
H A Dcss_test_helpers.h45 Persistent<CSSStyleSheet> style_sheet_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/inspector/
H A Dinspector_css_agent.cc391 style_sheet_(style_sheet), in SetStyleSheetTextAction()
395 if (!style_sheet_->GetText(&old_text_)) in Perform()
422 visitor->Trace(style_sheet_); in Trace()
448 style_sheet_(style_sheet), in ModifyRuleAction()
520 visitor->Trace(style_sheet_); in Trace()
541 Member<InspectorStyleSheet> style_sheet_; member in blink::InspectorCSSAgent::ModifyRuleAction
557 style_sheet_(style_sheet), in SetElementStyleAction()
575 visitor->Trace(style_sheet_); in Trace()
585 return style_sheet_->BuildObjectForStyle(style_sheet_->InlineStyle()); in TakeSerializedStyle()
609 style_sheet_(style_sheet), in AddRuleAction()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/inspector/
H A Dinspector_css_agent.cc403 style_sheet_(style_sheet), in SetStyleSheetTextAction()
407 if (!style_sheet_->GetText(&old_text_)) in Perform()
434 visitor->Trace(style_sheet_); in Trace()
460 style_sheet_(style_sheet), in ModifyRuleAction()
532 visitor->Trace(style_sheet_); in Trace()
553 Member<InspectorStyleSheet> style_sheet_; member in blink::InspectorCSSAgent::ModifyRuleAction
569 style_sheet_(style_sheet), in SetElementStyleAction()
587 visitor->Trace(style_sheet_); in Trace()
597 return style_sheet_->BuildObjectForStyle(style_sheet_->InlineStyle()); in TakeSerializedStyle()
621 style_sheet_(style_sheet), in AddRuleAction()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/parser/
H A Dcss_parser_impl.cc69 style_sheet_(style_sheet), in CSSParserImpl()
266 context, string, parser.style_sheet_); in ParseStyleSheet()
673 if (style_sheet_) in ConsumeMediaRule()
674 style_sheet_->SetHasMediaQueries(); in ConsumeMediaRule()
736 if (style_sheet_) in ConsumeViewportRule()
737 style_sheet_->SetHasViewportRule(); in ConsumeViewportRule()
758 if (style_sheet_) in ConsumeFontFaceRule()
759 style_sheet_->SetHasFontFaceRule(); in ConsumeFontFaceRule()
875 stream, context_, style_sheet_, observer_); in ConsumeStyleRule()
899 DCHECK(style_sheet_); in ConsumeStyleRule()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/parser/
H A Dcss_parser_impl.cc69 style_sheet_(style_sheet), in CSSParserImpl()
266 context, string, parser.style_sheet_); in ParseStyleSheet()
718 if (style_sheet_) in ConsumeMediaRule()
719 style_sheet_->SetHasMediaQueries(); in ConsumeMediaRule()
800 if (style_sheet_) in ConsumeViewportRule()
801 style_sheet_->SetHasViewportRule(); in ConsumeViewportRule()
827 if (style_sheet_) in ConsumeFontFaceRule()
828 style_sheet_->SetHasFontFaceRule(); in ConsumeFontFaceRule()
1017 stream, context_, style_sheet_, observer_); in ConsumeStyleRule()
1041 DCHECK(style_sheet_); in ConsumeStyleRule()
[all …]
/dports/net/wireshark/wireshark-3.6.1/ui/qt/widgets/
H A Dsyntax_line_edit.cpp134 setStyleSheet(style_sheet_); in setSyntaxState()
142 return style_sheet_; in styleSheet()
146 style_sheet_ = style_sheet; in setStyleSheet()
147 QLineEdit::setStyleSheet(style_sheet_ + state_style_sheet_); in setStyleSheet()
H A Dsyntax_line_edit.h69 QString style_sheet_; variable
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/widgets/
H A Dsyntax_line_edit.cpp134 setStyleSheet(style_sheet_); in setSyntaxState()
142 return style_sheet_; in styleSheet()
146 style_sheet_ = style_sheet; in setStyleSheet()
147 QLineEdit::setStyleSheet(style_sheet_ + state_style_sheet_); in setStyleSheet()
H A Dsyntax_line_edit.h69 QString style_sheet_; variable
/dports/net/tshark/wireshark-3.6.1/ui/qt/widgets/
H A Dsyntax_line_edit.cpp134 setStyleSheet(style_sheet_); in setSyntaxState()
142 return style_sheet_; in styleSheet()
146 style_sheet_ = style_sheet; in setStyleSheet()
147 QLineEdit::setStyleSheet(style_sheet_ + state_style_sheet_); in setStyleSheet()
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/widgets/
H A Dsyntax_line_edit.cpp134 setStyleSheet(style_sheet_); in setSyntaxState()
142 return style_sheet_; in styleSheet()
146 style_sheet_ = style_sheet; in setStyleSheet()
147 QLineEdit::setStyleSheet(style_sheet_ + state_style_sheet_); in setStyleSheet()
H A Dsyntax_line_edit.h69 QString style_sheet_; variable
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/misc/xmlwrapp/
H A Ddocument_proxy.hpp85 void * style_sheet_; member in xml::document_proxy

12