OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:styleAffectedByEmpty
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
ElementRareData.h
60
bool
styleAffectedByEmpty
() const { return m_styleAffectedByEmpty; }
Element.h
325
bool
styleAffectedByEmpty
() const { return hasRareData() && rareDataStyleAffectedByEmpty(); }
[
all
...]
Completed in 75 milliseconds