Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DCodeGeneratorInspector.py1754 def get_annotated_type_text(raw_type, annotated_type): argument
1755 if annotated_type != raw_type:
1756 return "/*%s*/ %s" % (annotated_type, raw_type)
1988 annotated_type = error_type_model.get_input_param_type_text()
1989 … error_part_writer.newline(" void sendFailure(const ErrorString&, %s);\n" % annotated_type)
1998 parameter=annotated_type + " errorData",
2044annotated_type = type_model.get_command_return_pass_model().get_output_parameter_type()
2050 … Generator.backend_agent_interface_list.append(", %s %s" % (annotated_type, param_name))
2115 annotated_type = type_model.get_input_param_type_text()
2118 decl_parameter_list.append("%s %s" % (annotated_type, parameter_name))