Home
last modified time | relevance | path

Searched refs:TypeToString (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dautocomplete_match.h93 static std::string TypeToString(Type type);
Dautocomplete_match.cc44 std::string AutocompleteMatch::TypeToString(Type type) { in TypeToString() function in AutocompleteMatch
Dautocomplete.h231 static std::string TypeToString(Type type);
Dautocomplete.cc102 std::string AutocompleteInput::TypeToString(Type type) { in TypeToString() function in AutocompleteInput
/external/chromium/chrome/browser/metrics/
Dmetrics_log.cc475 AutocompleteInput::TypeToString(log.input_type)); in RecordOmniboxOpenedURL()
484 const std::string result_type(AutocompleteMatch::TypeToString(i->type)); in RecordOmniboxOpenedURL()
/external/v8/src/
Dobjects-printer.cc40 static const char* TypeToString(InstanceType type);
442 static const char* TypeToString(InstanceType type) { in TypeToString() function
510 PrintF(out, " - type: %s\n", TypeToString(instance_type())); in MapPrint()
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.cc3037 item->SetString("type", AutocompleteMatch::TypeToString(match.type)); in GetOmniboxInfo()