HomeSort by relevance Sort by last modified time
    Searched refs:extendedAttributes (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
deprecated_generate_bindings.pl 136 $attribute->extendedAttributes->{"ImplementedBy"} = $interfaceName unless $interface->extendedAttributes->{"LegacyImplementedInBaseClass"};
139 applyInterfaceExtendedAttributes($interface, $attribute->extendedAttributes);
147 $function->extendedAttributes->{"ImplementedBy"} = $interfaceName unless $interface->extendedAttributes->{"LegacyImplementedInBaseClass"};
150 applyInterfaceExtendedAttributes($interface, $function->extendedAttributes);
158 $constant->extendedAttributes->{"ImplementedBy"} = $interfaceName unless $interface->extendedAttributes->{"LegacyImplementedInBaseClass"};
161 applyInterfaceExtendedAttributes($interface, $constant->extendedAttributes);
246 checkIfIDLAttributesExists($idlAttributes, $interface->extendedAttributes, $idlFile)
    [all...]
deprecated_code_generator_v8.pm 456 return $interface->extendedAttributes->{"GenerateIsReachable"} || $interface->extendedAttributes->{"CustomIsReachable"};
465 if ($interface->extendedAttributes->{"CustomIsReachable"}) {
474 my $isReachableMethod = $interface->extendedAttributes->{"GenerateIsReachable"};
625 if ($interface->extendedAttributes->{"NamedConstructor"}) {
673 my $attrExt = $function->extendedAttributes;
699 my $attrExt = $attribute->extendedAttributes;
796 my $noToV8 = $interface->extendedAttributes->{"DoNotGenerateToV8"};
797 my $noWrap = $interface->extendedAttributes->{"DoNotGenerateWrap"} || $noToV8;
816 my $customWrap = $interface->extendedAttributes->{"CustomToV8"}
    [all...]
deprecated_idl_parser.pm 57 extendedAttributes => '$', # Extended attributes
70 extendedAttributes => '$', # Extended attributes
85 extendedAttributes => '$', # Extended attributes
92 extendedAttributes => '$', # Extended attributes
103 extendedAttributes => '$', # Extended attributes
118 extendedAttributes => '$', # Extended attributes
190 die $msg if %{$typedef->extendedAttributes};
430 copyExtendedAttributes($typedObject->extendedAttributes, $typedef->extendedAttributes);
853 $typedef->extendedAttributes($self->parseExtendedAttributeListAllowEmpty())
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 58 milliseconds