OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_enabled_conditions
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/scripts/
make_css_value_keywords.py
119
self._value_keywords = filter(lambda property: not property['condition'] or property['condition'] in self.
_enabled_conditions
, all_properties)
in_generator.py
48
self.
_enabled_conditions
= enabled_conditions
make_css_property_names.py
190
self._properties = filter(lambda property: not property['alias_for'] and not property['condition'] or property['condition'] in self.
_enabled_conditions
, all_properties)
Completed in 376 milliseconds