Home | History | Annotate | Download | only in syncable

Lines Matching refs:entry_info

1286   DictionaryValue* entry_info = new DictionaryValue();
1287 entry_info->SetBoolean("good", good());
1289 entry_info->Set("kernel", kernel_->ToValue());
1290 entry_info->Set("serverModelType",
1292 entry_info->Set("modelType",
1294 entry_info->SetBoolean("shouldMaintainPosition",
1296 entry_info->SetBoolean("existsOnClientBecauseNameIsNonEmpty",
1298 entry_info->SetBoolean("isRoot", IsRoot());
1300 return entry_info;