Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/
Dsync_ui_util.h63 bool stat_value);
71 int64 stat_value);
Dsync_ui_util.cc286 bool stat_value) { in AddBoolSyncDetail() argument
289 val->SetBoolean("stat_value", stat_value); in AddBoolSyncDetail()
294 int64 stat_value) { in AddIntSyncDetail() argument
297 val->SetString("stat_value", base::FormatNumber(stat_value)); in AddIntSyncDetail()