Searched refs:GetTypeString (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dtransport.cc13 std::string TransportRoute::GetTypeString(RouteType type) { function in class:remoting::protocol::TransportRoute
H A Dtransport.h55 static std::string GetTypeString(RouteType type);
/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());
H A Daudio_device.h38 static std::string GetTypeString(chromeos::AudioDeviceType type);
/external/chromium_org/remoting/host/
H A Dserver_log_entry_host.cc104 entry->Set(kKeyConnectionType, protocol::TransportRoute::GetTypeString(type));
H A Dhost_event_logger_posix.cc90 protocol::TransportRoute::GetTypeString(route.type).c_str()));
H A Dhost_event_logger_win.cc101 strings[4] = protocol::TransportRoute::GetTypeString(route.type);
/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);
H A Dsandbox_file_system_backend_delegate.h81 static std::string GetTypeString(FileSystemType type);
/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/clang/include/clang/Basic/
H A DBuiltins.h90 const char *GetTypeString(unsigned ID) const { function in class:clang::Builtin::Context
/external/chromium_org/extensions/shell/browser/
H A Dshell_audio_controller_chromeos_unittest.cc55 node.type = AudioDevice::GetTypeString(type);
/external/chromium_org/remoting/client/
H A Dchromoting_client.cc141 VLOG(0) << "Using " << protocol::TransportRoute::GetTypeString(route.type)
/external/chromium_org/content/browser/quota/
H A Dquota_backend_impl_unittest.cc122 SandboxFileSystemBackendDelegate::GetTypeString(type);
/external/chromium_org/remoting/client/jni/
H A Dchromoting_jni_instance.cc315 protocol::TransportRoute::GetTypeString(route.type) + " connection.";
/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())));
/external/chromium_org/remoting/client/plugin/
H A Dchromoting_instance.cc489 protocol::TransportRoute::GetTypeString(route.type) + " connection.";
/external/clang/lib/AST/
H A DASTContext.cpp7708 const char *TypeStr = BuiltinInfo.GetTypeString(Id);

Completed in 3062 milliseconds