OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sync_username
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/chrome/browser/password_manager/
password_store_mac.h
42
const std::string&
sync_username
) OVERRIDE;
54
virtual void ReportMetricsImpl(const std::string&
sync_username
) OVERRIDE;
password_store_factory.cc
230
std::string
sync_username
=
local
234
sync_username
)) {
password_store_mac.cc
[
all
...]
/external/chromium_org/components/password_manager/core/browser/
password_store.h
130
// |
sync_username
| is specified to aid in metrics reporting.
132
const std::string&
sync_username
);
174
virtual void ReportMetrics(const std::string&
sync_username
);
208
virtual void ReportMetricsImpl(const std::string&
sync_username
) = 0;
password_store.cc
91
const std::string&
sync_username
) {
92
ReportMetrics(
sync_username
);
177
void PasswordStore::ReportMetrics(const std::string&
sync_username
) {
179
sync_username
));
password_store_default.h
30
virtual void ReportMetricsImpl(const std::string&
sync_username
) OVERRIDE;
test_password_store.h
61
virtual void ReportMetricsImpl(const std::string&
sync_username
) OVERRIDE {}
password_store_default.cc
29
void PasswordStoreDefault::ReportMetricsImpl(const std::string&
sync_username
) {
31
login_db_->ReportMetrics(
sync_username
);
login_database.h
34
void ReportMetrics(const std::string&
sync_username
);
login_database.cc
280
void LoginDatabase::ReportMetrics(const std::string&
sync_username
) {
330
if (!
sync_username
.empty()) {
343
if (gaia::AreEmailsSame(
sync_username
, username)) {
350
2 *
sync_username
.empty() + syncing_account_saved,
/external/chromium_org/chrome/browser/sync/
profile_sync_service_android.cc
337
const std::string&
sync_username
=
local
342
base::ASCIIToUTF16(
sync_username
)));
Completed in 919 milliseconds