OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setMaxDirectAdjacentSelectors
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
RuleFeature.h
63
void
setMaxDirectAdjacentSelectors
(unsigned value) { m_maxDirectAdjacentSelectors = std::max(value, m_maxDirectAdjacentSelectors); }
RuleSet.cpp
233
features.
setMaxDirectAdjacentSelectors
(maxDirectAdjacentSelectors);
Completed in 151 milliseconds