OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTopLevelId
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sync/test/fake_server/
fake_server_entity.h
30
static std::string
GetTopLevelId
(const syncer::ModelType& model_type);
fake_server_entity.cc
71
std::string FakeServerEntity::
GetTopLevelId
(const ModelType& model_type) {
unique_client_entity.cc
68
return FakeServerEntity::
GetTopLevelId
(model_type_);
permanent_entity.cc
59
string id = FakeServerEntity::
GetTopLevelId
(model_type);
Completed in 485 milliseconds