OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extendedAttributes
(Results
1 - 11
of
11
) sorted by null
/external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorJS.pm
107
if ($dataNode->
extendedAttributes
->{"Callback"}) {
202
return $dataNode->
extendedAttributes
->{"LegacyParent"} if $dataNode->
extendedAttributes
->{"LegacyParent"};
372
my $conditional = $node->
extendedAttributes
->{"Conditional"};
395
my $requiresManualLookup = $dataNode->
extendedAttributes
->{"HasIndexGetter"} || $dataNode->
extendedAttributes
->{"HasNameGetter"};
405
if (!$dataNode->
extendedAttributes
->{"HasOverridingNameGetter"}) {
409
if ($dataNode->
extendedAttributes
->{"HasIndexGetter"} || $dataNode->
extendedAttributes
->{"HasCustomIndexGetter"} || $dataNode->
extendedAttributes
->{"HasNumericIndexGetter"})
[
all
...]
CodeGeneratorV8.pm
98
if ($dataNode->
extendedAttributes
->{"Callback"}) {
168
my $conditional = $node->
extendedAttributes
->{"Conditional"};
235
my $hasLegacyParent = $dataNode->
extendedAttributes
->{"LegacyParent"};
312
my $attrExt = $function->signature->
extendedAttributes
;
325
if ($dataNode->
extendedAttributes
->{"CustomConstructor"} || $dataNode->
extendedAttributes
->{"V8CustomConstructor"} || $dataNode->
extendedAttributes
->{"CanBeConstructed"}) {
333
my $attrExt = $attribute->signature->
extendedAttributes
;
355
if ($dataNode->
extendedAttributes
->{"CheckDomainSecurity"}) {
446
if ($dataNode->
extendedAttributes
->{"EventTarget"} || IsNodeSubType($dataNode) || IsSubType($dataNode, "AbstractWorker") || IsSubTyp (…)
[
all
...]
IDLStructure.pm
42
extendedAttributes
=> '$', # Extended attributes
65
extendedAttributes
=> '$' # Extended attributes
CodeGeneratorCPP.pm
165
return "EventTarget" if $dataNode->
extendedAttributes
->{"EventTarget"};
180
$parent = "WebDOMEventTarget" if $dataNode->
extendedAttributes
->{"EventTarget"};
197
return 1 if $typeInfo->signature->
extendedAttributes
->{"Custom"}
198
and !$typeInfo->signature->
extendedAttributes
->{"NoCPPCustom"};
200
return 1 if $typeInfo->signature->
extendedAttributes
->{"CustomArgumentHandling"}
201
or $typeInfo->signature->
extendedAttributes
->{"CustomGetter"}
202
or $typeInfo->signature->
extendedAttributes
->{"NeedsUserGestureCheck"}
203
or $typeInfo->signature->
extendedAttributes
->{"CPPCustom"};
217
return 1 if $typeInfo->signature->
extendedAttributes
->{"CustomArgumentHandling"}
218
or $typeInfo->signature->
extendedAttributes
->{"CustomGetter"}
[
all
...]
IDLParser.pm
244
$dataNode->
extendedAttributes
(parseExtendedAttributes($interfaceExtendedAttributes));
285
$newDataNode->signature->
extendedAttributes
(parseExtendedAttributes($attributeExtendedAttributes));
291
dumpExtendedAttributes("\n | ", $newDataNode->signature->
extendedAttributes
) . "\n" unless $beQuiet;
315
$newDataNode->signature->
extendedAttributes
(parseExtendedAttributes($methodExtendedAttributes));
318
dumpExtendedAttributes("\n | ", $newDataNode->signature->
extendedAttributes
) . "\n" unless $beQuiet;
341
$paramDataNode->
extendedAttributes
(parseExtendedAttributes($paramExtendedAttributes));
347
dumpExtendedAttributes("\n | ", $paramDataNode->
extendedAttributes
) . "\n" unless $beQuiet;
371
dumpExtendedAttributes("\n | ", $dataNode->
extendedAttributes
) . "\n |-\n |\n" unless $beQuiet;
CodeGeneratorGObject.pm
157
if ($attribute->signature->
extendedAttributes
->{"CustomGetter"} ||
158
$attribute->signature->
extendedAttributes
->{"CustomSetter"} ||
159
$attribute->signature->
extendedAttributes
->{"Replaceable"}) {
192
my $isCustomFunction = $function->signature->
extendedAttributes
->{"Custom"} ||
193
$function->signature->
extendedAttributes
->{"CustomArgumentHandling"};
218
if ($param->
extendedAttributes
->{"Callback"} ||
321
my $conditional = $node->
extendedAttributes
->{"Conditional"};
361
my $custom = $attribute->signature->
extendedAttributes
->{"Custom"};
731
my $isCustomFunction = $function->signature->
extendedAttributes
->{"Custom"} ||
732
$function->signature->
extendedAttributes
->{"CustomArgumentHandling"}
[
all
...]
CodeGenerator.pm
491
my $contentAttributeName = $attribute->signature->
extendedAttributes
->{"Reflect"};
513
if ($attribute->signature->
extendedAttributes
->{"URL"}) {
514
if ($attribute->signature->
extendedAttributes
->{"NonEmpty"}) {
559
return not $dataNode->
extendedAttributes
->{"DontCheckEnums"};
CodeGeneratorObjC.pm
278
my $conditional = $node->
extendedAttributes
->{"Conditional"};
304
$isProtocol = $dataNode->
extendedAttributes
->{ObjCProtocol};
305
$noImpl = $dataNode->
extendedAttributes
->{ObjCCustomImplementation} || $isProtocol;
858
my $needsDeprecatedVersion = (@{$function->parameters} > 1 and $function->signature->
extendedAttributes
->{"OldStyleObjC"});
872
my $paramPrefix = $param->
extendedAttributes
->{"ObjCPrefix"};
[
all
...]
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
CodeGeneratorTestRunner.pm
251
if ($function->signature->
extendedAttributes
->{"CustomArgumentHandling"}) {
259
if ($function->signature->
extendedAttributes
->{"PassContext"}) {
480
push(@attributes, "kJSPropertyAttributeDontEnum") if $_->signature->
extendedAttributes
->{"DontEnum"};
518
return if $_->signature->
extendedAttributes
->{"NoImplementation"};
526
push(@attributes, "kJSPropertyAttributeDontEnum") if $_->signature->
extendedAttributes
->{"DontEnum"};
/external/webkit/Source/WebCore/inspector/
CodeGeneratorInspector.pm
350
if ($function->signature->
extendedAttributes
->{"event"}) {
388
my $optional = $parameter->
extendedAttributes
->{"optional"} ? "if (" . $parameter->name . ")\n " : "";
460
my $optional = $parameter->
extendedAttributes
->{"optional"} ? "true" : "false";
470
map(($_->
extendedAttributes
->{"optional"} ? "&" : "") . "in_" . $_->name, @inArgs),
675
my @functions = grep(!$_->signature->
extendedAttributes
->{"event"}, @{$interface->functions});
684
. "\"optional\": " . ($_->
extendedAttributes
->{"optional"} ? "true " : "false") . ", "
699
my @functions = grep($_->signature->
extendedAttributes
->{"event"}, @{$interface->functions});
[
all
...]
/prebuilt/common/groovy/
groovy-all-1.7.0.jar
Completed in 847 milliseconds