Searched refs:TypeToString (Results 1 – 7 of 7) sorted by relevance
93 static std::string TypeToString(Type type);
44 std::string AutocompleteMatch::TypeToString(Type type) { in TypeToString() function in AutocompleteMatch
231 static std::string TypeToString(Type type);
102 std::string AutocompleteInput::TypeToString(Type type) { in TypeToString() function in AutocompleteInput
475 AutocompleteInput::TypeToString(log.input_type)); in RecordOmniboxOpenedURL()484 const std::string result_type(AutocompleteMatch::TypeToString(i->type)); in RecordOmniboxOpenedURL()
40 static const char* TypeToString(InstanceType type);442 static const char* TypeToString(InstanceType type) { in TypeToString() function510 PrintF(out, " - type: %s\n", TypeToString(instance_type())); in MapPrint()
3037 item->SetString("type", AutocompleteMatch::TypeToString(match.type)); in GetOmniboxInfo()