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

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_types.py 93 def inherits_interface(interface_name, ancestor_name):
94 return (interface_name == ancestor_name or
95 ancestor_name in ancestors[interface_name])
  /external/chromium_org/extensions/renderer/
dispatcher.cc 1352 std::string ancestor_name; local
    [all...]

Completed in 71 milliseconds