OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:union_arguments
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
v8_methods.py
31
Extends IdlType and IdlUnionType with property |
union_arguments
|.
168
'
union_arguments
': idl_type.
union_arguments
,
255
this_union_arguments = method.idl_type and method.idl_type.
union_arguments
342
def
union_arguments
(idl_type):
function
348
IdlType.
union_arguments
= property(lambda self: None)
349
IdlUnionType.
union_arguments
= property(
union_arguments
)
v8_interface.py
[
all
...]
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
methods.cpp
261
{{generate_constructor_wrapper(method)}}{% elif method.
union_arguments
%}
interface.cpp
297
{% if getter.
union_arguments
%}
[
all
...]
Completed in 1327 milliseconds