Home
last modified time | relevance | path

Searched refs:sync_transaction_version_str (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/components/bookmarks/browser/
Dbookmark_codec.cc227 std::string sync_transaction_version_str; in DecodeHelper() local
229 &sync_transaction_version_str) && in DecodeHelper()
230 !base::StringToInt64(sync_transaction_version_str, in DecodeHelper()
364 std::string sync_transaction_version_str; in DecodeNode() local
365 if (value.GetString(kSyncTransactionVersion, &sync_transaction_version_str) && in DecodeNode()
366 !base::StringToInt64(sync_transaction_version_str, in DecodeNode()