Home
last modified time | relevance | path

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

/external/webrtc/webrtc/system_wrappers/include/
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/webrtc/webrtc/base/
Dwin32.h61 inline std::string ToUtf8(const wchar_t* wide, size_t len) { in ToUtf8() function
70 inline std::string ToUtf8(const wchar_t* wide) { in ToUtf8() function
71 return ToUtf8(wide, wcslen(wide)); in ToUtf8()
74 inline std::string ToUtf8(const std::wstring& wstr) { in ToUtf8() function
75 return ToUtf8(wstr.data(), wstr.length()); in ToUtf8()
Dwin32filesystem.cc213 pathname.SetFolder(ToUtf8(buffer)); in GetTemporaryFolder()
226 return ToUtf8(filename); in TempFilename()
343 path->SetPathname(ToUtf8(buffer)); in GetAppPathname()
371 path->SetFolder(ToUtf8(buffer)); in GetAppDataFolder()
444 cwd.SetFolder(ToUtf8(path.get())); in GetCurrentDirectory()
Dwin32windowpicker.cc55 std::string class_name = ToUtf8(class_name_w); in EnumProc()
63 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.cc194 std::string Utf8String(const tstring& str) { return ToUtf8(str); } in Utf8String()
390 path->SetFolder(ToUtf8(w_path, wcslen(w_path))); in GetFirefoxProfilePath()
675 proxy->autoconfig_url = ToUtf8(iecfg.lpszAutoConfigUrl); in GetWinHttpProxySettings()
679 proxy->bypass_list = ToUtf8(iecfg.lpszProxyBypass); in GetWinHttpProxySettings()
684 ParseProxy(ToUtf8(iecfg.lpszProxy), proxy); in GetWinHttpProxySettings()
764 proxy->bypass_list = ToUtf8(info.lpszProxyBypass); in WinHttpAutoDetectProxyForUrl()
772 success = ParseProxy(ToUtf8(info.lpszProxy), proxy); in WinHttpAutoDetectProxyForUrl()
Ddiskcache_win32.cc43 if (!FilenameToId(ToUtf8(find_data.cFileName), &id, &index)) in InitializeEntries()
Dmacutils.cc23 bool ToUtf8(const CFStringRef str16, std::string* str8) { in ToUtf8() function
Dfileutils.cc113 return ToUtf8(data_.cFileName); in DirectoryIterator()
Dflags.cc277 std::string s = rtc::ToUtf8(wide_argv[i], wcslen(wide_argv[i])); in WindowsCommandLineArguments()
Dnetwork.cc558 name = ToUtf8(adapter_addrs->FriendlyName, in CreateNetworks()
561 description = ToUtf8(adapter_addrs->Description, in CreateNetworks()
Dunixfilesystem.cc369 bool success = ToUtf8(cfpath, &path8); in GetAppPathname()
/external/webrtc/talk/media/devices/
Dwin32devicemanager.cc213 name_str = rtc::ToUtf8(name.bstrVal); in GetDevices()
217 path_str = rtc::ToUtf8(path.bstrVal); in GetDevices()
238 *out = rtc::ToUtf8(var.pwszVal); in GetStringProp()
326 devs->push_back(Device(rtc::ToUtf8(caps.szPname), in GetWaveDevices()
336 devs->push_back(Device(rtc::ToUtf8(caps.szPname), i)); in GetWaveDevices()
/external/webrtc/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/webrtc/webrtc/test/testsupport/
Dfileutils.cc173 return ToUtf8(filename); in TempFilename()
/external/webrtc/webrtc/modules/desktop_capture/
Dwindow_capturer_win.cc70 window.title = rtc::ToUtf8(window_title); in WindowsEnumerationHandler()
Dwindow_capturer_mac.mm113 if (!rtc::ToUtf8(window_title, &(window.title)) ||