OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canShareStyleWithControl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
SharedStyleFinder.h
64
bool
canShareStyleWithControl
(Element& candidate) const;
SharedStyleFinder.cpp
57
bool SharedStyleFinder::
canShareStyleWithControl
(Element& candidate) const
210
if (isControl && !
canShareStyleWithControl
(candidate))
Completed in 26 milliseconds