OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:store_birthday
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/sync/syncable/
directory.h
115
std::string
store_birthday
;
member in struct:syncer::syncable::Directory::PersistedKernelInfo
207
std::string
store_birthday
() const;
208
void set_store_birthday(const std::string&
store_birthday
);
directory.cc
839
string Directory::
store_birthday
() const {
function in class:syncer::syncable::Directory
841
return kernel_->persisted_info.
store_birthday
;
844
void Directory::set_store_birthday(const string&
store_birthday
) {
846
if (kernel_->persisted_info.
store_birthday
==
store_birthday
)
848
kernel_->persisted_info.
store_birthday
=
store_birthday
;
[
all
...]
/external/chromium_org/sync/test/engine/
mock_connection_manager.h
252
const std::string
store_birthday
() {
function in class:syncer::MockConnectionManager
/external/chromium/chrome/browser/sync/syncable/
syncable.cc
875
string Directory::
store_birthday
() const {
function in class:syncable::Directory
877
return kernel_->persisted_info.
store_birthday
;
880
void Directory::set_store_birthday(const string&
store_birthday
) {
882
if (kernel_->persisted_info.
store_birthday
==
store_birthday
)
884
kernel_->persisted_info.
store_birthday
=
store_birthday
;
[
all
...]
syncable.h
703
std::string
store_birthday
;
member in struct:syncable::Directory::PersistedKernelInfo
787
std::string
store_birthday
() const;
788
void set_store_birthday(const std::string&
store_birthday
);
[
all
...]
Completed in 639 milliseconds