OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_styleResolver
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
SharedStyleFinder.h
47
,
m_styleResolver
(styleResolver)
70
StyleResolver*
m_styleResolver
;
SharedStyleFinder.cpp
403
if (
m_styleResolver
->styleSharingCandidateMatchesRuleSet(context, newStyle, m_siblingRuleSet))
406
if (
m_styleResolver
->styleSharingCandidateMatchesRuleSet(context, newStyle, m_uncommonAttributeRuleSet))
/external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h
420
StyleResolver* styleResolverIfExists() const { return
m_styleResolver
.get(); }
429
if (!
m_styleResolver
)
431
return
m_styleResolver
.get();
[
all
...]
Document.cpp
[
all
...]
Completed in 36 milliseconds