Home
last modified time | relevance | path

Searched defs:styleForId (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/inspector/
DInspectorStyleSheet.h231 …virtual CSSStyleDeclaration* styleForId(const InspectorCSSId& id) const { ASSERT_UNUSED(id, !id.or… in styleForId() function
DInspectorStyleSheet.cpp863 CSSStyleDeclaration* InspectorStyleSheet::styleForId(const InspectorCSSId& id) const in styleForId() function in WebCore::InspectorStyleSheet