HomeSort by relevance Sort by last modified time
    Searched defs:FullName (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/autofill/
select_control_handler.cc 30 static string16 FullName(const string16& abbreviation);
96 string16 State::FullName(const string16& abbreviation) {
143 full = State::FullName(value);
242 return !State::Abbreviation(value).empty() || !State::FullName(value).empty();
contact_info.cc 85 if (!FullName().empty())
103 return FullName();
122 string16 NameInfo::FullName() const {
  /external/clang/lib/StaticAnalyzer/Checkers/
ClangSACheckerProvider.cpp 45 const char *FullName;
53 const char *FullName;
59 const char *FullName;
66 #define PACKAGE(FULLNAME, GROUPINDEX, HIDDEN) \
67 { FULLNAME, GROUPINDEX, HIDDEN },
79 #define GROUP(FULLNAME) \
80 { FULLNAME },
92 #define CHECKER(FULLNAME,CLASS,DESCFILE,HELPTEXT,GROUPINDEX,HIDDEN) \
93 { FULLNAME, register##CLASS, HELPTEXT, GROUPINDEX, HIDDEN },
194 unsigned Length = strlen(StaticPackageInfo[i].FullName);
    [all...]
  /external/v8/tools/
ll_prof.py 106 def FullName(self):
764 print "%10d %s [%s]" % (code.self_ticks, code.FullName(), code.origin)
  /external/chromium/testing/gmock/scripts/generator/cpp/
ast.py 237 def FullName(self):
    [all...]

Completed in 825 milliseconds