Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp1074 static bool checkStyleRuleSelector(Document* document, const String& selector) in checkStyleRuleSelector() function
1085 if (!checkStyleRuleSelector(m_pageStyleSheet->ownerDocument(), selector)) { in addRule()