OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ucs_domain_buf
(Results
1 - 1
of
1
) sorted by null
/external/chromium/net/http/
http_auth_handler_ntlm_portable.cc
472
string16
ucs_domain_buf
, ucs_user_buf;
local
489
ucs_domain_buf
= domain;
490
domain_ptr =
ucs_domain_buf
.data();
491
domain_len =
ucs_domain_buf
.length() * 2;
493
ucs_domain_buf
.length());
Completed in 41 milliseconds