OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_cachedUAStyle
(Results
1 - 3
of
3
) 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
98
void cacheUserAgentBorderAndBackground() {
m_cachedUAStyle
= CachedUAStyle(style()); }
99
const CachedUAStyle& cachedUAStyle() const { return
m_cachedUAStyle
; }
164
CachedUAStyle
m_cachedUAStyle
;
StyleAdjuster.cpp
349
RenderTheme::theme().adjustStyle(style, e,
m_cachedUAStyle
);
Completed in 453 milliseconds