Searched refs:lower_first (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Dmake_style_shorthands.py35 from name_utilities import camelcase_property_name, lower_first namespace
63 cc = lower_first(cc)
73 lowerFirstConditional = lower_first(property['runtimeEnabledShorthand'])
H A Dmake_style_builder.py35 from name_utilities import camelcase_property_name, lower_first namespace
42 'lower_first': lower_first,
95 set_if_none(property, 'getter', lower_first(cc))
H A Dmake_runtime_features.py34 from name_utilities import lower_first namespace
68 feature['first_lowered_name'] = lower_first(feature['name'])
H A Dmake_event_factory.py61 'lower_first': name_utilities.lower_first,
H A Dname_utilities.py51 def lower_first(name): function
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXSLTUnicodeSort.cpp126 collator.setOrderLowerFirst(comp->lower_first);
/external/chromium_org/third_party/libxslt/libxslt/
H A DxsltInternals.h1051 int lower_first; /* sort */ member in struct:_xsltStyleItemSort
1384 int lower_first; /* sort */ member in struct:_xsltStylePreComp
H A Dpreproc.c721 comp->lower_first = 0;
723 comp->lower_first = 1;
727 comp->lower_first = 0; /* use default */

Completed in 185 milliseconds