/external/chromium/chrome/browser/metrics/ |
D | metrics_log_unittest.cc | 58 ASSERT_TRUE(log.GetEncodedLog(WriteInto(&encoded, size + 1), size)); in TEST() 82 ASSERT_TRUE(log.GetEncodedLog(WriteInto(&encoded, size + 1), size)); in TEST() 133 ASSERT_TRUE(log.GetEncodedLog(WriteInto(&encoded, size + 1), size)); in TEST() 162 ASSERT_TRUE(log.GetEncodedLog(WriteInto(&encoded, size + 1), size)); in TEST() 192 ASSERT_TRUE(log.GetEncodedLog(WriteInto(&encoded, size + 1), size)); in TEST() 229 WriteInto(&encoded, size + 1), size); in TEST()
|
D | metrics_service.cc | 1307 pending_log_->GetEncodedLog(WriteInto(&pending_log_text, text_size + 1), in PreparePendingLogText()
|
/external/chromium/crypto/ |
D | symmetric_key_openssl.cc | 36 reinterpret_cast<uint8*>(WriteInto(&key->key_, key_size_in_bytes + 1)); in GenerateRandomKey() 55 reinterpret_cast<uint8*>(WriteInto(&key->key_, key_size_in_bytes + 1)); in DeriveKeyFromPassword()
|
D | encryptor_mac.cc | 56 WriteInto(output, output_size+1), in Crypt()
|
D | encryptor_openssl.cc | 105 uint8* out_ptr = reinterpret_cast<uint8*>(WriteInto(&result, in Crypt()
|
/external/chromium/base/i18n/ |
D | icu_string_conversions.cc | 190 int actual_size = ucnv_toUChars(converter, WriteInto(utf16, uchar_max_length), in CodepageToUTF16() 255 reinterpret_cast<char*>(WriteInto(wide, wchar_max_length)), in CodepageToWide() 284 WriteInto(&normalized_utf16, max_length), in ConvertToUtf8AndNormalize()
|
/external/chromium/chrome/browser/ |
D | shell_integration_win.cc | 205 if (FAILED(shell_link->GetPath(WriteInto(&source, MAX_PATH), in GetExpectedAppId() 213 if (FAILED(shell_link->GetArguments(WriteInto(&arguments, MAX_PATH), in GetExpectedAppId() 339 WriteInto(&short_app_path, MAX_PATH), in IsDefaultBrowser() 357 WriteInto(&short_path, MAX_PATH), MAX_PATH); in IsDefaultBrowser()
|
D | browser_focus_uitest.cc | 89 ::GetWindowText(window, WriteInto(&caption, len), len); in ChromeInForeground() 102 if (!GetProcessImageFileName(process, WriteInto(&filename, len), len)) { in ChromeInForeground()
|
/external/chromium/base/ |
D | utf_string_conversions_unittest.cc | 201 memcpy(WriteInto(&wmultistring, arraysize(wmulti)), wmulti, sizeof(wmulti)); in TEST() 204 memcpy(WriteInto(&expected, arraysize(multi)), multi, sizeof(multi)); in TEST()
|
D | sha1_win.cc | 51 reinterpret_cast<BYTE*>(WriteInto(&result, hash_len + 1)), &hash_len, in SHA1HashString()
|
D | base_paths_mac.mm | 30 char* executable_path_c = WriteInto(&executable_path, executable_length);
|
D | string_util.h | 486 inline typename string_type::value_type* WriteInto(string_type* str, in WriteInto() function
|
/external/chromium/chrome/common/ |
D | guid_win.cc | 30 WriteInto(&guid_string, kGUIDSize), kGUIDSize); in GenerateGUID()
|
D | time_format.cc | 301 WriteInto(&result, capacity)), in FormatTimeImpl()
|
/external/chromium/chrome/browser/automation/ |
D | testing_automation_provider_win.cc | 87 ::GetWindowText(window, WriteInto(&result, length), length); in GetWindowTitle()
|
/external/chromium/net/proxy/ |
D | proxy_resolver_v8.cc | 141 s->WriteUtf8(WriteInto(&result, s->Length() + 1)); in V8StringToUTF8() 151 s->Write(reinterpret_cast<uint16_t*>(WriteInto(&result, len + 1)), 0, len); in V8StringToUTF16()
|
/external/chromium/net/base/ |
D | x509_certificate_win.cc | 508 WriteInto(&subject_info, name_size), name_size); in Initialize() 516 WriteInto(&issuer_info, name_size), name_size); in Initialize()
|
D | net_util.cc | 259 char* buf = WriteInto(output, length * 3); in DecodeBQEncoding()
|
/external/chromium/chrome/browser/autofill/ |
D | autofill_country.cc | 606 WriteInto(&likely_locale, kLocaleCapacity), in CountryCodeForLocale()
|
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_edit_view_win.cc | 629 GetWindowText(WriteInto(&str, len), len); in GetText() 2095 GetSelText(WriteInto(&str, sel.cpMax - sel.cpMin + 1)); in GetSelectedText()
|
/external/chromium/net/disk_cache/ |
D | entry_impl.cc | 770 !key_file->Read(WriteInto(&key_, key_len + 1), key_len + 1, offset)) in GetKey()
|