webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
This is the complete list of members for Inspector::CSSBackendDispatcherHandler, including all inherited members.
addRule(ErrorString &, const String &in_styleSheetId, const String &in_selector, RefPtr< Inspector::Protocol::CSS::CSSRule > &out_rule)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
addRule(ErrorString &, const String &in_styleSheetId, const String &in_selector, RefPtr< Inspector::Protocol::CSS::CSSRule > &out_rule)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
createStyleSheet(ErrorString &, const String &in_frameId, String *out_styleSheetId)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
createStyleSheet(ErrorString &, const String &in_frameId, String *out_styleSheetId)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
disable(ErrorString &)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
disable(ErrorString &)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
enable(ErrorString &)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
enable(ErrorString &)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
forcePseudoState(ErrorString &, int in_nodeId, const Inspector::InspectorArray &in_forcedPseudoClasses)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
forcePseudoState(ErrorString &, int in_nodeId, const Inspector::InspectorArray &in_forcedPseudoClasses)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
getAllStyleSheets(ErrorString &, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::CSS::CSSStyleSheetHeader >> &out_headers)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
getAllStyleSheets(ErrorString &, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::CSS::CSSStyleSheetHeader >> &out_headers)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
getComputedStyleForNode(ErrorString &, int in_nodeId, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::CSS::CSSComputedStyleProperty >> &out_computedStyle)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
getComputedStyleForNode(ErrorString &, int in_nodeId, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::CSS::CSSComputedStyleProperty >> &out_computedStyle)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
getInlineStylesForNode(ErrorString &, int in_nodeId, RefPtr< Inspector::Protocol::CSS::CSSStyle > &opt_out_inlineStyle, RefPtr< Inspector::Protocol::CSS::CSSStyle > &opt_out_attributesStyle)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
getInlineStylesForNode(ErrorString &, int in_nodeId, RefPtr< Inspector::Protocol::CSS::CSSStyle > &opt_out_inlineStyle, RefPtr< Inspector::Protocol::CSS::CSSStyle > &opt_out_attributesStyle)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
getMatchedStylesForNode(ErrorString &, int in_nodeId, const bool *const opt_in_includePseudo, const bool *const opt_in_includeInherited, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::CSS::RuleMatch >> &opt_out_matchedCSSRules, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::CSS::PseudoIdMatches >> &opt_out_pseudoElements, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::CSS::InheritedStyleEntry >> &opt_out_inherited)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
getMatchedStylesForNode(ErrorString &, int in_nodeId, const bool *const opt_in_includePseudo, const bool *const opt_in_includeInherited, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::CSS::RuleMatch >> &opt_out_matchedCSSRules, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::CSS::PseudoIdMatches >> &opt_out_pseudoElements, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::CSS::InheritedStyleEntry >> &opt_out_inherited)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
getNamedFlowCollection(ErrorString &, int in_documentNodeId, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::CSS::NamedFlow >> &out_namedFlows)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
getNamedFlowCollection(ErrorString &, int in_documentNodeId, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::CSS::NamedFlow >> &out_namedFlows)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
getStyleSheet(ErrorString &, const String &in_styleSheetId, RefPtr< Inspector::Protocol::CSS::CSSStyleSheetBody > &out_styleSheet)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
getStyleSheet(ErrorString &, const String &in_styleSheetId, RefPtr< Inspector::Protocol::CSS::CSSStyleSheetBody > &out_styleSheet)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
getStyleSheetText(ErrorString &, const String &in_styleSheetId, String *out_text)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
getStyleSheetText(ErrorString &, const String &in_styleSheetId, String *out_text)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
getSupportedCSSProperties(ErrorString &, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::CSS::CSSPropertyInfo >> &out_cssProperties)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
getSupportedCSSProperties(ErrorString &, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::CSS::CSSPropertyInfo >> &out_cssProperties)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
getSupportedSystemFontFamilyNames(ErrorString &, RefPtr< Inspector::Protocol::Array< String >> &out_fontFamilyNames)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
getSupportedSystemFontFamilyNames(ErrorString &, RefPtr< Inspector::Protocol::Array< String >> &out_fontFamilyNames)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
setRuleSelector(ErrorString &, const Inspector::InspectorObject &in_ruleId, const String &in_selector, RefPtr< Inspector::Protocol::CSS::CSSRule > &out_rule)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
setRuleSelector(ErrorString &, const Inspector::InspectorObject &in_ruleId, const String &in_selector, RefPtr< Inspector::Protocol::CSS::CSSRule > &out_rule)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
setStyleSheetText(ErrorString &, const String &in_styleSheetId, const String &in_text)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
setStyleSheetText(ErrorString &, const String &in_styleSheetId, const String &in_text)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
setStyleText(ErrorString &, const Inspector::InspectorObject &in_styleId, const String &in_text, RefPtr< Inspector::Protocol::CSS::CSSStyle > &out_style)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
setStyleText(ErrorString &, const Inspector::InspectorObject &in_styleId, const String &in_text, RefPtr< Inspector::Protocol::CSS::CSSStyle > &out_style)=0 | Inspector::CSSBackendDispatcherHandler | pure virtual |
~CSSBackendDispatcherHandler() | Inspector::CSSBackendDispatcherHandler | protectedvirtual |
~CSSBackendDispatcherHandler() | Inspector::CSSBackendDispatcherHandler | protectedvirtual |