OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:url_hash
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/webdata/
logins_table_win.cc
16
"(
url_hash
, password_value, date_created) "
23
s.BindString(0, WideToUTF8(info.
url_hash
));
37
"DELETE FROM ie7_logins WHERE
url_hash
= ?"));
42
s.BindString(0, WideToUTF8(info.
url_hash
));
56
"WHERE
url_hash
== ? "));
62
s.BindString(0, WideToUTF8(info.
url_hash
));
66
result->
url_hash
= info.
url_hash
;
/external/chromium/chrome/browser/password_manager/
ie7_password.h
19
std::wstring
url_hash
;
member in struct:IE7PasswordInfo
ie7_password.cc
94
std::wstring
url_hash
;
local
103
url_hash
+= StringPrintf(L"%2.2X", static_cast<unsigned>(hash_byte));
105
url_hash
+= StringPrintf(L"%2.2X", checksum);
107
return
url_hash
;
password_store_win_unittest.cc
97
info->
url_hash
= ie7_password::GetUrlHash(url);
158
password_info.
url_hash
);
password_store_win.cc
99
info.
url_hash
= ie7_password::GetUrlHash(UTF8ToWide(url.spec()));
/external/chromium/chrome/browser/importer/
ie_importer.cc
346
password_info.
url_hash
= reg_iterator.Name();
Completed in 1647 milliseconds