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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleAdjuster.h 37 : m_cachedUAStyle(cachedUAStyle)
46 const CachedUAStyle& m_cachedUAStyle;
StyleResolverState.h 87 void cacheUserAgentBorderAndBackground() { m_cachedUAStyle = CachedUAStyle(style()); }
88 const CachedUAStyle& cachedUAStyle() const { return m_cachedUAStyle; }
151 CachedUAStyle m_cachedUAStyle;

Completed in 407 milliseconds