OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FullStyleUpdate
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
StyleEngine.cpp
337
return !m_dirtyTreeScopes.isEmpty() || updateMode ==
FullStyleUpdate
;
393
if (m_documentScopeDirty || updateMode ==
FullStyleUpdate
)
397
TreeScopeSet treeScopes = updateMode ==
FullStyleUpdate
? m_activeTreeScopes : m_dirtyTreeScopes;
417
if (m_documentScopeDirty || updateMode ==
FullStyleUpdate
)
Document.h
180
FullStyleUpdate
,
419
void styleResolverChanged(RecalcStyleTime, StyleResolverUpdateMode =
FullStyleUpdate
);
423
void removedStyleSheet(StyleSheet*, RecalcStyleTime when = RecalcStyleDeferred, StyleResolverUpdateMode =
FullStyleUpdate
);
425
void modifiedStyleSheet(StyleSheet*, RecalcStyleTime when = RecalcStyleDeferred, StyleResolverUpdateMode =
FullStyleUpdate
);
[
all
...]
Document.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSStyleSheet.cpp
197
// Need
FullStyleUpdate
when insertRule or deleteRule,
199
StyleResolverUpdateMode updateMode = updateType != PartialRuleUpdate ? AnalyzedStyleUpdate :
FullStyleUpdate
;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCSSAgent.cpp
723
(*it)->styleEngine()->updateActiveStyleSheets(
FullStyleUpdate
);
784
owner->modifiedStyleSheet(styleSheet, RecalcStyleDeferred,
FullStyleUpdate
);
801
owner->modifiedStyleSheet(parentSheet, RecalcStyleDeferred,
FullStyleUpdate
);
[
all
...]
InspectorStyleSheet.cpp
[
all
...]
Completed in 1132 milliseconds