Searched refs:get_qualified_name (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/tools/skpbench/ |
D | sheet.py | 56 return get_qualified_name(self.config.replace(',', ' '), 59 def get_qualified_name(name, qualifiers): function 97 print(get_qualified_name(FLAGS.result, self.sheet_qualifiers), file=outfile)
|
/third_party/skia/tools/skpbench/ |
D | sheet.py | 56 return get_qualified_name(self.config.replace(',', ' '), 59 def get_qualified_name(name, qualifiers): function 97 print(get_qualified_name(FLAGS.result, self.sheet_qualifiers), file=outfile)
|
/third_party/cef/include/capi/ |
D | cef_xml_reader_capi.h | 120 cef_string_userfree_t(CEF_CALLBACK* get_qualified_name)(
|
/third_party/cef/libcef_dll/ctocpp/ |
D | xml_reader_ctocpp.cc | 186 if (CEF_MEMBER_MISSING(_struct, get_qualified_name)) in GetQualifiedName() 192 cef_string_userfree_t _retval = _struct->get_qualified_name(_struct); in GetQualifiedName()
|
/third_party/cef/tools/ |
D | cef_parser.py | 1121 "' parameter to "+self.get_qualified_name()) 1129 self.get_qualified_name()) 1146 def get_qualified_name(self): member in obj_function 1412 self.parent.get_qualified_name()+': '+val)
|
/third_party/cef/libcef_dll/cpptoc/ |
D | xml_reader_cpptoc.cc | 591 GetStruct()->get_qualified_name = xml_reader_get_qualified_name; in CefXmlReaderCppToC()
|
/third_party/node/test/fixtures/wpt/resources/ |
D | idlharness.js | 1306 IdlInterface.prototype.get_qualified_name = function() { method in IdlInterface 1660 …face_object(), "self." + alias + " should be the same value as self." + this.get_qualified_name()); 2692 assert_class_string(obj, this.get_qualified_name(), "class string of " + desc); 2695 … assert_equals(String(obj), "[object " + this.get_qualified_name() + "]", "String(" + desc + ")");
|