OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedStyleTree
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ScopedStyleTree.cpp
28
#include "core/css/resolver/
ScopedStyleTree
.h"
37
ScopedStyleResolver*
ScopedStyleTree
::ensureScopedStyleResolver(ContainerNode& scopingNode)
46
ScopedStyleResolver*
ScopedStyleTree
::scopedStyleResolverFor(const ContainerNode& scopingNode)
56
ScopedStyleResolver*
ScopedStyleTree
::addScopedStyleResolver(ContainerNode& scopingNode, bool& isNewEntry)
69
void
ScopedStyleTree
::setupScopedStylesTree(ScopedStyleResolver* target)
105
void
ScopedStyleTree
::clear()
112
void
ScopedStyleTree
::resolveScopedStyles(const Element* element, Vector<ScopedStyleResolver*, 8>& resolvers)
118
void
ScopedStyleTree
::collectScopedResolversForHostedShadowTrees(const Element* element, Vector<ScopedStyleResolver*, 8>& resolvers)
135
void
ScopedStyleTree
::resolveScopedKeyframesRules(const Element* element, Vector<ScopedStyleResolver*, 8>& resolvers)
147
inline ScopedStyleResolver*
ScopedStyleTree
::enclosingScopedStyleResolverFor(const ContainerNode* scopingNode
[
all
...]
ScopedStyleTree.h
37
class
ScopedStyleTree
{
38
WTF_MAKE_NONCOPYABLE(
ScopedStyleTree
); WTF_MAKE_FAST_ALLOCATED;
40
ScopedStyleTree
() : m_scopedResolverForDocument(0), m_buildInDocumentOrder(true) { }
98
inline ScopedStyleResolver*
ScopedStyleTree
::scopedResolverFor(const Element* element)
StyleResolver.h
36
#include "core/css/resolver/
ScopedStyleTree
.h"
313
ScopedStyleTree
m_styleTree;
/external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk
206
third_party/WebKit/Source/core/css/resolver/
ScopedStyleTree
.cpp \
[
all
...]
webcore_remaining.target.darwin-mips.mk
206
third_party/WebKit/Source/core/css/resolver/
ScopedStyleTree
.cpp \
[
all
...]
webcore_remaining.target.darwin-x86.mk
206
third_party/WebKit/Source/core/css/resolver/
ScopedStyleTree
.cpp \
[
all
...]
webcore_remaining.target.linux-arm.mk
206
third_party/WebKit/Source/core/css/resolver/
ScopedStyleTree
.cpp \
[
all
...]
webcore_remaining.target.linux-mips.mk
206
third_party/WebKit/Source/core/css/resolver/
ScopedStyleTree
.cpp \
[
all
...]
webcore_remaining.target.linux-x86.mk
206
third_party/WebKit/Source/core/css/resolver/
ScopedStyleTree
.cpp \
[
all
...]
Completed in 28 milliseconds