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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolverState.cpp 38 , m_applyPropertyToRegularStyle(true)
StyleResolverState.h 87 void setApplyPropertyToRegularStyle(bool isApply) { m_applyPropertyToRegularStyle = isApply; }
89 bool applyPropertyToRegularStyle() const { return m_applyPropertyToRegularStyle; }
157 bool m_applyPropertyToRegularStyle;

Completed in 5146 milliseconds