Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp339 …WillBeHeapVector<CSSPropertySourceData>& commentPropertyData = sourceData.first()->styleSourceData… in endComment() local
340 if (commentPropertyData.size() != 1) in endComment()
342 CSSPropertySourceData& propertyData = commentPropertyData.at(0); in endComment()