OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:distributedToInsertionPoint
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ElementResolveContext.h
54
bool
distributedToInsertionPoint
() const { return m_distributedToInsertionPoint; }
StyleResolverState.h
58
bool
distributedToInsertionPoint
() const { return m_elementContext.
distributedToInsertionPoint
(); }
StyleResolver.cpp
663
if (sharingBehavior == AllowStyleSharing && !state.
distributedToInsertionPoint
() && state.parentStyle()) {
678
if (state.
distributedToInsertionPoint
()) {
[
all
...]
Completed in 3829 milliseconds