Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.h97 bool hasRawText() const { return !rawText.isEmpty(); } in hasRawText() function
DInspectorStyleSheet.cpp677 if (it->hasRawText()) in styleWithProperties()