OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 67 milliseconds