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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolverState.h 85 bool applyPropertyToRegularStyle() const { return m_applyPropertyToRegularStyle; }
StyleBuilderCustom.cpp 117 if (!state.applyPropertyToRegularStyle() && (!state.applyPropertyToVisitedLinkStyle() || !isValidVisitedLinkProperty(id))) {
131 if (state.applyPropertyToRegularStyle())
140 if (state.applyPropertyToRegularStyle())
155 if (state.applyPropertyToRegularStyle())
    [all...]

Completed in 62 milliseconds