Searched defs:GetTypeString (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dtransport.cc13 std::string TransportRoute::GetTypeString(RouteType type) { function in class:remoting::protocol::TransportRoute
/external/chromium_org/chromeos/audio/
H A Daudio_device.cc40 std::string AudioDevice::GetTypeString(AudioDeviceType type) { function in class:chromeos::AudioDevice
127 GetTypeString(type).c_str());
/external/clang/include/clang/Basic/
H A DBuiltins.h90 const char *GetTypeString(unsigned ID) const { function in class:clang::Builtin::Context
/external/chromium_org/chromeos/network/
H A Dshill_property_handler_unittest.cc47 UpdateEntries(GetTypeString(type), entries);
54 VLOG(2) << "UpdateManagedStateProperties: " << GetTypeString(type);
55 initial_property_updates(GetTypeString(type))[path] += 1;
94 VLOG(1) << "ManagedStateListChanged: " << GetTypeString(type);
95 AddStateListUpdate(GetTypeString(type));
122 std::string GetTypeString(ManagedState::ManagedType type) { function in class:chromeos::__anon6227::TestListener
/external/chromium_org/storage/browser/fileapi/
H A Dsandbox_file_system_backend_delegate.cc78 return SandboxFileSystemBackendDelegate::GetTypeString(url.type());
103 SandboxFileSystemBackendDelegate::GetTypeString(type));
119 origin_url, SandboxFileSystemBackendDelegate::GetTypeString(type),
155 std::string SandboxFileSystemBackendDelegate::GetTypeString( function in class:storage::SandboxFileSystemBackendDelegate
241 origin_url, GetTypeString(type), create, &error);
336 origin_url, GetTypeString(type));
588 origin_url, GetTypeString(type), false /* create */, error_out);
/external/chromium_org/content/browser/fileapi/
H A Dobfuscated_file_util_unittest.cc129 std::string GetTypeString(storage::FileSystemType type) { function in namespace:content::__anon7121
130 return storage::SandboxFileSystemBackendDelegate::GetTypeString(type);
135 return enumerator->HasTypeDirectory(GetTypeString(type));
255 return GetTypeString(type_);
713 url.origin(), GetTypeString(url.type())));

Completed in 1145 milliseconds