OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:implemented_as
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
compute_interfaces_info_individual.py
92
def include_path(idl_filename,
implemented_as
=None):
102
cpp_class_name =
implemented_as
or idl_file_basename
119
implemented_as
= extended_attributes.get('ImplementedAs')
121
this_include_path = None if 'NoImplHeader' in extended_attributes else include_path(idl_filename,
implemented_as
)
141
'
implemented_as
':
implemented_as
,
v8_types.py
182
implemented_as_class = idl_type.
implemented_as
273
def
implemented_as
(idl_type):
function
280
IdlType.
implemented_as
= property(
implemented_as
)
[
all
...]
v8_interface.py
135
'cpp_type': argument.idl_type.
implemented_as
+ '*',
[
all
...]
Completed in 77 milliseconds