Home
last modified time | relevance | path

Searched refs:styleForId (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.h161 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
DInspectorStyleSheet.cpp1359 CSSStyleDeclaration* InspectorStyleSheet::styleForId(const InspectorCSSId& id) const in styleForId() function in blink::InspectorStyleSheet
1386 CSSStyleDeclaration* style = styleForId(id); in inspectorStyleForId()
1583 CSSStyleDeclaration* style = styleForId(id); in setStyleText()
1722 CSSStyleDeclaration* style = styleForId(id); in setStyleText()
DInspectorCSSAgent.cpp712 …entry->setInlineStyle(styleSheet->buildObjectForStyle(styleSheet->styleForId(InspectorCSSId(styleS… in getMatchedStylesForNode()
895 … result = inspectorStyleSheet->buildObjectForStyle(inspectorStyleSheet->styleForId(compoundId)); in setPropertyText()