Home
last modified time | relevance | path

Searched defs:TypeToString (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dautocomplete_match.cc44 std::string AutocompleteMatch::TypeToString(Type type) { in TypeToString() function in AutocompleteMatch
Dautocomplete.cc102 std::string AutocompleteInput::TypeToString(Type type) { in TypeToString() function in AutocompleteInput
/external/v8/src/
Dobjects-printer.cc442 static const char* TypeToString(InstanceType type) { in TypeToString() function