OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:needsStyleRecalc
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
StyleEngine.h
64
bool
needsStyleRecalc
() const { return m_needsStyleRecalc; }
Node.h
370
bool
needsStyleRecalc
() const { return styleChangeType() != NoStyleChange; }
[
all
...]
Completed in 214 milliseconds