OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NoStyleChange
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
Node.h
91
NoStyleChange
= 0,
370
bool needsStyleRecalc() const { return styleChangeType() !=
NoStyleChange
; }
[
all
...]
Node.cpp
777
ASSERT(changeType !=
NoStyleChange
);
791
if (existingChangeType ==
NoStyleChange
)
[
all
...]
Element.cpp
[
all
...]
Completed in 24 milliseconds