Lines Matching refs:strings
328 DictionaryValue* strings) { in ConstructAboutInformation() argument
329 CHECK(strings); in ConstructAboutInformation()
331 strings->SetString("summary", "SYNC DISABLED"); in ConstructAboutInformation()
336 strings->SetString("service_url", service->sync_service_url().spec()); in ConstructAboutInformation()
337 strings->SetString("summary", in ConstructAboutInformation()
341 strings->Set("authenticated", in ConstructAboutInformation()
343 strings->SetString("auth_problem", in ConstructAboutInformation()
347 strings->SetString("time_since_sync", service->GetLastSyncedTimeString()); in ConstructAboutInformation()
350 strings->Set("details", details); in ConstructAboutInformation()
399 strings->Set("unrecoverable_error_detected", new FundamentalValue(true)); in ConstructAboutInformation()
400 strings->SetString("unrecoverable_error_message", in ConstructAboutInformation()
405 strings->SetString("unrecoverable_error_location", location_str); in ConstructAboutInformation()
407 strings->SetString("summary", "Sync not yet initialized"); in ConstructAboutInformation()
412 strings->Set("routing_info", routing_info); in ConstructAboutInformation()