OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:date_synced
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/password_manager/
native_backend_gnome_x.cc
139
int64
date_synced
= 0;
local
140
base::StringToInt64(string_attr_map["
date_synced
"], &
date_synced
);
141
form->
date_synced
= base::Time::FromInternalValue(
date_synced
);
229
{ "
date_synced
", GNOME_KEYRING_ATTRIBUTE_TYPE_STRING },
327
int64
date_synced
= form.
date_synced
.ToInternalValue();
local
350
"
date_synced
", base::Int64ToString(
date_synced
).c_str()
[
all
...]
native_backend_kwallet_x.cc
685
: &autofill::PasswordForm::
date_synced
;
729
pickle->WriteInt64(form->
date_synced
.ToInternalValue());
816
int64
date_synced
= 0;
local
817
if (!iter.ReadInt64(&
date_synced
)) {
821
form->
date_synced
= base::Time::FromInternalValue(
date_synced
);
[
all
...]
/external/chromium_org/components/autofill/core/common/
password_form.h
171
base::Time
date_synced
;
member in struct:autofill::PasswordForm
Completed in 135 milliseconds