Searched refs:styleForId (Results 1 – 3 of 3) sorted by relevance
161 virtual CSSStyleDeclaration* styleForId(const InspectorCSSId&) const = 0;216 virtual CSSStyleDeclaration* styleForId(const InspectorCSSId&) const OVERRIDE;275 …virtual CSSStyleDeclaration* styleForId(const InspectorCSSId& id) const OVERRIDE { ASSERT_UNUSED(i… in styleForId() function
1359 CSSStyleDeclaration* InspectorStyleSheet::styleForId(const InspectorCSSId& id) const in styleForId() function in blink::InspectorStyleSheet1386 CSSStyleDeclaration* style = styleForId(id); in inspectorStyleForId()1583 CSSStyleDeclaration* style = styleForId(id); in setStyleText()1722 CSSStyleDeclaration* style = styleForId(id); in setStyleText()
712 …entry->setInlineStyle(styleSheet->buildObjectForStyle(styleSheet->styleForId(InspectorCSSId(styleS… in getMatchedStylesForNode()895 … result = inspectorStyleSheet->buildObjectForStyle(inspectorStyleSheet->styleForId(compoundId)); in setPropertyText()