Searched refs:TypeToString (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/common/extensions/permissions/
H A Dsocket_permission_data.cc56 const char* TypeToString(SocketPermissionRequest::OperationType type) { function in namespace:__anon7000
146 spec_.append(TypeToString(entry_.pattern().type));
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_provider.h161 static const char* TypeToString(Type type);
H A Dautocomplete_input.h153 static std::string TypeToString(Type type);
H A Dautocomplete_provider.cc35 const char* AutocompleteProvider::TypeToString(Type type) { function in class:AutocompleteProvider
68 return TypeToString(type_);
H A Dautocomplete_input.cc110 std::string AutocompleteInput::TypeToString(Type type) { function in class:AutocompleteInput
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_match.h93 static std::string TypeToString(Type type);
H A Dautocomplete_match.cc44 std::string AutocompleteMatch::TypeToString(Type type) { function in class:AutocompleteMatch
H A Dautocomplete.h231 static std::string TypeToString(Type type);
H A Dautocomplete.cc102 std::string AutocompleteInput::TypeToString(Type type) { function in class:AutocompleteInput
/external/chromium/chrome/browser/metrics/
H A Dmetrics_log.cc475 AutocompleteInput::TypeToString(log.input_type));
484 const std::string result_type(AutocompleteMatch::TypeToString(i->type));
/external/v8/src/
H A Dobjects-printer.cc40 static const char* TypeToString(InstanceType type);
442 static const char* TypeToString(InstanceType type) { function in namespace:v8::internal
510 PrintF(out, " - type: %s\n", TypeToString(instance_type()));
/external/chromium_org/v8/src/
H A Dobjects-printer.cc510 static const char* TypeToString(InstanceType type) { function in namespace:v8::internal
533 PrintF(out, " - type: %s\n", TypeToString(instance_type()));
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc3037 item->SetString("type", AutocompleteMatch::TypeToString(match.type));

Completed in 216 milliseconds