HomeSort by relevance Sort by last modified time
    Searched refs:ASCIIToWide (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /external/chromium_org/rlz/win/lib/
rlz_value_store_registry.cc 48 return ASCIIToWide(GetProductName(product));
65 ret = key->Create(HKEY_CURRENT_USER, ASCIIToWide(key_location).c_str(),
68 ret = key->Open(HKEY_CURRENT_USER, ASCIIToWide(key_location).c_str(),
98 ret = key->Create(HKEY_CURRENT_USER, ASCIIToWide(key_location).c_str(),
101 ret = key->Open(HKEY_CURRENT_USER, ASCIIToWide(key_location).c_str(),
161 return ASCIIToWide(kLibKeyName);
208 std::wstring access_point_name_wide(ASCIIToWide(access_point_name));
229 if (!RegKeyReadValue(key, ASCIIToWide(access_point_name).c_str(),
245 std::wstring access_point_name_wide(ASCIIToWide(access_point_name));
263 std::wstring event_rlz_wide(ASCIIToWide(event_rlz))
    [all...]
registry_util.cc 41 std::wstring value_string(ASCIIToWide(value));
  /external/chromium_org/chrome_frame/test/
policy_settings_unittest.cc 29 ASCIIToWide(policy::key::kChromeFrameRendererSettings).c_str());
30 key.DeleteKey(ASCIIToWide(policy::key::kRenderInChromeFrameList).c_str());
31 key.DeleteKey(ASCIIToWide(policy::key::kRenderInHostList).c_str());
32 key.DeleteKey(ASCIIToWide(policy::key::kChromeFrameContentTypes).c_str());
33 key.DeleteValue(ASCIIToWide(policy::key::kApplicationLocaleValue).c_str());
35 ASCIIToWide(policy::key::kSuppressChromeFrameTurndownPrompt).c_str());
70 ASCIIToWide(policy::key::kChromeFrameRendererSettings).c_str(),
73 std::wstring in_cf(ASCIIToWide(policy::key::kRenderInChromeFrameList));
74 std::wstring in_host(ASCIIToWide(policy::key::kRenderInHostList));
90 std::wstring type_list(ASCIIToWide(policy::key::kChromeFrameContentTypes))
    [all...]
http_negotiate_unittest.cc 71 ASCIIToWide(http_utils::GetDefaultUserAgentHeaderWithCFTag()));
73 ASCIIToWide(http_utils::GetChromeFrameUserAgent()));
137 ASCIIToWide(http_utils::RemoveChromeFrameFromUserAgentValue(
140 ASCIIToWide(http_utils::AddChromeFrameToUserAgentValue(
dll_redirector_test.cc 245 base::SharedMemory squatter(ASCIIToWide(kTestVersionBeaconName));
321 base::SharedMemory shared_memory(ASCIIToWide(kTestVersionBeaconName));
341 base::SharedMemory shared_memory(ASCIIToWide(kTestVersionBeaconName));
365 base::SharedMemory shared_memory(ASCIIToWide(kTestVersionBeaconName));
384 base::SharedMemory shared_memory(ASCIIToWide(kTestVersionBeaconName));
header_test.cc 25 return ASCIIToWide("/" + name_);
29 return server_mock->Resolve(ASCIIToWide(name_));
  /external/chromium_org/base/strings/
utf_string_conversions.h 57 BASE_EXPORT std::wstring ASCIIToWide(const StringPiece& ascii);
69 using base::ASCIIToWide;
  /external/chromium/net/proxy/
proxy_resolver_winhttp.cc 57 std::wstring pac_url_wide = ASCIIToWide(pac_url_.spec());
69 session_handle_, ASCIIToWide(query_url.spec()).c_str(), &options, &info);
74 session_handle_, ASCIIToWide(query_url.spec()).c_str(),
  /external/chromium_org/net/proxy/
proxy_resolver_winhttp.cc 57 std::wstring pac_url_wide = ASCIIToWide(pac_url_.spec());
69 session_handle_, ASCIIToWide(query_url.spec()).c_str(), &options, &info);
74 session_handle_, ASCIIToWide(query_url.spec()).c_str(),
  /external/chromium/chrome/browser/extensions/
external_registry_extension_loader_win.cc 46 kRegRoot, ASCIIToWide(kRegistryExtensions).c_str());
49 std::wstring key_path = ASCIIToWide(kRegistryExtensions);
  /external/chromium_org/chrome_frame/
policy_settings.cc 75 ASCIIToWide(policy::key::kChromeFrameRendererSettings));
99 ASCIIToWide(exclusion_list_name).c_str(), renderer_exclusion_list);
114 sub_key += ASCIIToWide(policy::key::kChromeFrameContentTypes);
129 std::wstring value_name_str(ASCIIToWide(value_name));
144 string16 value_name_str(ASCIIToWide(value_name));
  /external/chromium/chrome/browser/ui/views/
accessibility_event_router_views_unittest.cc 134 NULL, ASCIIToWide(kButton1ASCII));
137 NULL, ASCIIToWide(kButton2ASCII));
140 NULL, ASCIIToWide(kButton3ASCII));
external_protocol_dialog.cc 170 std::wstring url_spec = ASCIIToWide(url.possibly_invalid_spec());
172 ASCIIToWide(url.scheme() + "\\shell\\open\\command");
  /external/chromium_org/chrome/browser/extensions/
external_registry_loader_win.cc 59 HKEY_LOCAL_MACHINE, ASCIIToWide(kRegistryExtensions).c_str());
63 HKEY_CURRENT_USER, ASCIIToWide(kRegistryExtensions).c_str());
73 string16 key_path = ASCIIToWide(kRegistryExtensions);
  /external/chromium_org/chrome/browser/history/
history_publisher_win.cc 104 base::win::ScopedBstr url(ASCIIToWide(page_data.url.spec()).c_str());
107 // Don't send a NULL string through ASCIIToWide.
109 ASCIIToWide(page_data.thumbnail_format).c_str() :
  /external/chromium_org/win8/delegate_execute/
delegate_execute_util_unittest.cc 31 base::StringPrintf(L"--%ls", ASCIIToWide(kSomeSwitch).c_str()).c_str());
61 base::StringPrintf(L"--%ls -- %ls", ASCIIToWide(kSomeSwitch).c_str(),
  /external/chromium/base/
utf_string_conversions.h 54 BASE_API std::wstring ASCIIToWide(const base::StringPiece& ascii);
shared_memory_win.cc 93 name_ = ASCIIToWide(name);
124 name_ = ASCIIToWide(name);
  /external/chromium/chrome/common/
child_process_logging_linux.cc 48 std::wstring wstr = ASCIIToWide(str);
child_process_logging_win.cc 66 std::wstring wstr = ASCIIToWide(str);
121 (set_extension_id)(i, ASCIIToWide(iter->c_str()).c_str());
  /external/chromium/net/http/
url_security_manager_win.cc 56 std::wstring url_w = ASCIIToWide(auth_origin.spec());
  /external/chromium_org/media/audio/win/
audio_device_listener_win_unittest.cc 50 ASCIIToWide(new_device_id).c_str()) == S_OK;
  /external/chromium_org/net/http/
url_security_manager_win.cc 56 std::wstring url_w = ASCIIToWide(auth_origin.spec());
  /external/chromium/chrome/browser/history/
history_publisher_win.cc 121 base::win::ScopedBstr url(ASCIIToWide(page_data.url.spec()).c_str());
124 // Don't send a NULL string through ASCIIToWide.
126 ASCIIToWide(page_data.thumbnail_format).c_str() :
  /external/chromium_org/chrome/browser/ui/views/
external_protocol_dialog.cc 175 std::wstring url_spec = ASCIIToWide(url.possibly_invalid_spec());
177 ASCIIToWide(url.scheme() + "\\shell\\open\\command");

Completed in 361 milliseconds

1 2 3 4 5