Home
last modified time | relevance | path

Searched refs:ToUtf8 (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/third_party/webrtc/system_wrappers/interface/
Dutf_util_win.h37 inline std::string ToUtf8(const wchar_t* wide, size_t len) { in ToUtf8() function
46 inline std::string ToUtf8(const wchar_t* wide) { in ToUtf8() function
47 return ToUtf8(wide, wcslen(wide)); in ToUtf8()
50 inline std::string ToUtf8(const std::wstring& wstr) { in ToUtf8() function
51 return ToUtf8(wstr.data(), wstr.length()); in ToUtf8()
/external/chromium_org/third_party/webrtc/base/
Dwin32.h63 inline std::string ToUtf8(const wchar_t* wide, size_t len) { in ToUtf8() function
72 inline std::string ToUtf8(const wchar_t* wide) { in ToUtf8() function
73 return ToUtf8(wide, wcslen(wide)); in ToUtf8()
76 inline std::string ToUtf8(const std::wstring& wstr) { in ToUtf8() function
77 return ToUtf8(wstr.data(), wstr.length()); in ToUtf8()
Dwin32filesystem.cc212 pathname.SetFolder(ToUtf8(buffer)); in GetTemporaryFolder()
225 return ToUtf8(filename); in TempFilename()
342 path->SetPathname(ToUtf8(buffer)); in GetAppPathname()
370 path->SetFolder(ToUtf8(buffer)); in GetAppDataFolder()
442 cwd.SetFolder(ToUtf8(path.get())); in GetCurrentDirectory()
Dwin32windowpicker.cc54 std::string class_name = ToUtf8(class_name_w); in EnumProc()
62 std::string title = ToUtf8(window_title); in EnumProc()
Dmacutils.h27 bool ToUtf8(const CFStringRef str16, std::string* str8);
Dmacwindowpicker.cc138 ToUtf8(window_name_ref, &window_name); in MoveToFront()
239 ToUtf8(window_title, &title_str); in GetWindowList()
Dproxydetect.cc188 std::string Utf8String(const tstring& str) { return ToUtf8(str); } in Utf8String()
384 path->SetFolder(ToUtf8(w_path, wcslen(w_path))); in GetFirefoxProfilePath()
669 proxy->autoconfig_url = ToUtf8(iecfg.lpszAutoConfigUrl); in GetWinHttpProxySettings()
673 proxy->bypass_list = ToUtf8(iecfg.lpszProxyBypass); in GetWinHttpProxySettings()
678 ParseProxy(ToUtf8(iecfg.lpszProxy), proxy); in GetWinHttpProxySettings()
758 proxy->bypass_list = ToUtf8(info.lpszProxyBypass); in WinHttpAutoDetectProxyForUrl()
766 success = ParseProxy(ToUtf8(info.lpszProxy), proxy); in WinHttpAutoDetectProxyForUrl()
Ddiskcache_win32.cc42 if (!FilenameToId(ToUtf8(find_data.cFileName), &id, &index)) in InitializeEntries()
Dmacutils.cc23 bool ToUtf8(const CFStringRef str16, std::string* str8) { in ToUtf8() function
Dfileutils.cc112 return ToUtf8(data_.cFileName); in DirectoryIterator()
Dflags.cc276 std::string s = rtc::ToUtf8(wide_argv[i], wcslen(wide_argv[i])); in WindowsCommandLineArguments()
Dwin32toolhelp_unittest.cc255 std::wstring name = ToUtf16(Pathname(ToUtf8(buf)).filename()); in TEST_F()
Dnetwork.cc415 name = ToUtf8(adapter_addrs->FriendlyName, in CreateNetworks()
418 description = ToUtf8(adapter_addrs->Description, in CreateNetworks()
Dunixfilesystem.cc368 bool success = ToUtf8(cfpath, &path8); in GetAppPathname()
Dschanneladapter.cc167 LOG(LS_VERBOSE) << " " << ToUtf8(alg_name) << " (" << alg_id << ")"; in BeginSSL()
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
Dwin32devicemanager.cc202 name_str = rtc::ToUtf8(name.bstrVal); in GetDevices()
206 path_str = rtc::ToUtf8(path.bstrVal); in GetDevices()
227 *out = rtc::ToUtf8(var.pwszVal); in GetStringProp()
315 devs->push_back(Device(rtc::ToUtf8(caps.szPname), in GetWaveDevices()
325 devs->push_back(Device(rtc::ToUtf8(caps.szPname), i)); in GetWaveDevices()
/external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
Dfull_screen_chrome_window_detector.cc93 rtc::ToUtf8(title_ref, &title); in GetWindowTitle()
163 if (!rtc::ToUtf8(window_title_ref, &window_title) || in FindFullScreenWindowWithSamePidAndTitle()
Dwindow_list_utils.cc50 if (!rtc::ToUtf8(window_title, &(window.title)) || in GetWindowList()
/external/chromium_org/third_party/webrtc/test/testsupport/
Dfileutils.cc173 return ToUtf8(filename); in TempFilename()
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
Dwindow_capturer_win.cc58 window.title = rtc::ToUtf8(window_title); in WindowsEnumerationHandler()
Dwindow_capturer_mac.mm115 if (!rtc::ToUtf8(window_title, &(window.title)) ||