HomeSort by relevance Sort by last modified time
    Searched full:m_conditionissupported (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleRule.h 222 bool conditionIsSupported() const { return m_conditionIsSupported; }
232 bool m_conditionIsSupported;
StyleRule.cpp 406 , m_conditionIsSupported(conditionIsSupported)
413 , m_conditionIsSupported(o.m_conditionIsSupported)

Completed in 39 milliseconds