Searched defs:GetTypeString (Results 1 - 6 of 6) sorted by relevance
/external/chromium_org/remoting/protocol/ |
H A D | transport.cc | 13 std::string TransportRoute::GetTypeString(RouteType type) { function in class:remoting::protocol::TransportRoute
|
/external/chromium_org/chromeos/audio/ |
H A D | audio_device.cc | 37 std::string GetTypeString(chromeos::AudioDeviceType type) { function in namespace:__anon7476 122 GetTypeString(type).c_str());
|
/external/clang/include/clang/Basic/ |
H A D | Builtins.h | 88 const char *GetTypeString(unsigned ID) const { function in class:clang::Builtin::Context
|
/external/chromium_org/chromeos/network/ |
H A D | shill_property_handler_unittest.cc | 45 UpdateEntries(GetTypeString(type), entries); 52 AddInitialPropertyUpdate(GetTypeString(type), path); 82 AddStateListUpdate(GetTypeString(type)); 100 std::string GetTypeString(ManagedState::ManagedType type) { function in class:chromeos::__anon7594::TestListener
|
/external/chromium_org/webkit/browser/fileapi/ |
H A D | sandbox_file_system_backend_delegate.cc | 78 return SandboxFileSystemBackendDelegate::GetTypeString(url.type()); 103 SandboxFileSystemBackendDelegate::GetTypeString(type)); 119 origin_url, SandboxFileSystemBackendDelegate::GetTypeString(type), 155 std::string SandboxFileSystemBackendDelegate::GetTypeString( function in class:fileapi::SandboxFileSystemBackendDelegate 241 origin_url, GetTypeString(type), create, &error); 335 origin_url, GetTypeString(type)); 584 origin_url, GetTypeString(type), false /* create */, error_out);
|
/external/chromium_org/content/browser/fileapi/ |
H A D | obfuscated_file_util_unittest.cc | 116 std::string GetTypeString(FileSystemType type) { function in namespace:fileapi::__anon7998 117 return SandboxFileSystemBackendDelegate::GetTypeString(type); 123 return enumerator->HasTypeDirectory(GetTypeString(type)); 237 return GetTypeString(type_); 2363 url.origin(), GetTypeString(url.type())));
|
Completed in 309 milliseconds