Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.h276 …virtual InspectorCSSId styleId(CSSStyleDeclaration* style) const OVERRIDE { return InspectorCSSId(… in styleId() function
DInspectorStyleSheet.cpp491 PassRefPtrWillBeRawPtr<InspectorStyle> InspectorStyle::create(const InspectorCSSId& styleId, PassRe… in create()
496 InspectorStyle::InspectorStyle(const InspectorCSSId& styleId, PassRefPtrWillBeRawPtr<CSSStyleDeclar… in InspectorStyle()
1473 InspectorCSSId InspectorStyleSheet::styleId(CSSStyleDeclaration* style) const in styleId() function in blink::InspectorStyleSheet