Home
last modified time | relevance | path

Searched refs:constType (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/bindings/scripts/
DIDLParser.pm354 my $constType = (defined($1) ? $1 : die("Parsing error!\nSource:\n$line\n)"));
360 $newDataNode->type($constType);
366 …print " | |> Constant; TYPE \"$constType\" NAME \"$constName\" VALUE \"$constValue\"\n" unless…
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DParseHelper.cpp502 bool constType = true; in constructorErrorCheck() local
518 constType = false; in constructorErrorCheck()
523 if (constType) in constructorErrorCheck()