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

/external/webkit/Source/WebCore/bindings/scripts/
H A DCodeGeneratorGObject.pm94 sub decamelize subroutine
120 my $CLASS_NAME = uc(decamelize($className));
121 # Fixup: with our prefix being 'WebKitDOM' decamelize can't get
188 my $decamelize = shift;
191 my $functionName = "webkit_dom_" . $decamelize . "_" . $prefix . decamelize($function->signature->name);
345 my $propName = decamelize($camelPropName);
354 my ${propGType} = decamelize($propType);
372 $nick = decamelize("${interfaceName}_${propName}");
466 my $lowerCaseIfaceName = "webkit_dom_" . (FixUpDecamelizedName(decamelize(
[all...]

Completed in 30 milliseconds