HomeSort by relevance Sort by last modified time
    Searched refs:WriteInto (Results 1 - 20 of 20) sorted by null

  /external/chromium/chrome/common/
guid_win.cc 30 WriteInto(&guid_string, kGUIDSize), kGUIDSize);
time_format.cc 301 WriteInto(&result, capacity)),
  /external/chromium/crypto/
symmetric_key_openssl.cc 36 reinterpret_cast<uint8*>(WriteInto(&key->key_, key_size_in_bytes + 1));
55 reinterpret_cast<uint8*>(WriteInto(&key->key_, key_size_in_bytes + 1));
encryptor_mac.cc 56 WriteInto(output, output_size+1),
encryptor_openssl.cc 105 uint8* out_ptr = reinterpret_cast<uint8*>(WriteInto(&result,
  /external/chromium/chrome/browser/metrics/
metrics_log_unittest.cc 58 ASSERT_TRUE(log.GetEncodedLog(WriteInto(&encoded, size + 1), size));
82 ASSERT_TRUE(log.GetEncodedLog(WriteInto(&encoded, size + 1), size));
133 ASSERT_TRUE(log.GetEncodedLog(WriteInto(&encoded, size + 1), size));
162 ASSERT_TRUE(log.GetEncodedLog(WriteInto(&encoded, size + 1), size));
192 ASSERT_TRUE(log.GetEncodedLog(WriteInto(&encoded, size + 1), size));
229 WriteInto(&encoded, size + 1), size);
metrics_service.cc     [all...]
  /external/chromium/base/
sha1_win.cc 51 reinterpret_cast<BYTE*>(WriteInto(&result, hash_len + 1)), &hash_len,
utf_string_conversions_unittest.cc 201 memcpy(WriteInto(&wmultistring, arraysize(wmulti)), wmulti, sizeof(wmulti));
204 memcpy(WriteInto(&expected, arraysize(multi)), multi, sizeof(multi));
string_util.h 486 inline typename string_type::value_type* WriteInto(string_type* str,
  /external/chromium/chrome/browser/automation/
testing_automation_provider_win.cc 87 ::GetWindowText(window, WriteInto(&result, length), length);
  /external/chromium/base/i18n/
icu_string_conversions.cc 190 int actual_size = ucnv_toUChars(converter, WriteInto(utf16, uchar_max_length),
255 reinterpret_cast<char*>(WriteInto(wide, wchar_max_length)),
284 WriteInto(&normalized_utf16, max_length),
  /external/chromium/chrome/browser/
shell_integration_win.cc 205 if (FAILED(shell_link->GetPath(WriteInto(&source, MAX_PATH),
213 if (FAILED(shell_link->GetArguments(WriteInto(&arguments, MAX_PATH),
339 WriteInto(&short_app_path, MAX_PATH),
357 WriteInto(&short_path, MAX_PATH), MAX_PATH);
browser_focus_uitest.cc 89 ::GetWindowText(window, WriteInto(&caption, len), len);
102 if (!GetProcessImageFileName(process, WriteInto(&filename, len), len)) {
    [all...]
  /external/chromium/net/proxy/
proxy_resolver_v8.cc 141 s->WriteUtf8(WriteInto(&result, s->Length() + 1));
151 s->Write(reinterpret_cast<uint16_t*>(WriteInto(&result, len + 1)), 0, len);
  /external/chromium/net/base/
x509_certificate_win.cc 508 WriteInto(&subject_info, name_size), name_size);
516 WriteInto(&issuer_info, name_size), name_size);
    [all...]
net_util.cc 259 char* buf = WriteInto(output, length * 3);
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_country.cc 606 WriteInto(&likely_locale, kLocaleCapacity),
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.cc 629 GetWindowText(WriteInto(&str, len), len);
    [all...]
  /external/chromium/net/disk_cache/
entry_impl.cc 770 !key_file->Read(WriteInto(&key_, key_len + 1), key_len + 1, offset))
    [all...]

Completed in 526 milliseconds