Home
last modified time | relevance | path

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

/external/chromium_org/sync/internal_api/
Dsyncapi_internal.h31 SYNC_EXPORT void ServerNameToSyncAPIName(const std::string& server_name,
Dbase_node.cc164 ServerNameToSyncAPIName(GetBookmarkSpecifics().title(), &result); in GetTitle()
166 ServerNameToSyncAPIName(GetEntry()->GetNonUniqueName(), in GetTitle()
Dsyncapi_internal.cc53 void ServerNameToSyncAPIName(const std::string& server_name, in ServerNameToSyncAPIName() function
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service_bookmark_unittest.cc577 syncer::ServerNameToSyncAPIName(truncated_title, &truncated_title); in ExpectSyncerNodeMatching()