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

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
compute_interfaces_info_individual.py 50 from utilities import get_file_contents, read_file_to_list, idl_filename_to_interface_name, idl_filename_to_component, write_pickle_file, get_interface_extended_attributes_from_idl, is_callback_interface_from_idl, is_dictionary_from_idl, get_partial_interface_name_from_idl, get_implements_from_idl, get_parent_interface, get_put_forward_interfaces_from_idl namespace
124 partial_interface_name = get_partial_interface_name_from_idl(idl_file_contents)
utilities.py 122 def get_partial_interface_name_from_idl(file_contents): function

Completed in 55 milliseconds