HomeSort by relevance Sort by last modified time
    Searched defs:UpdateCheckResult (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/extensions/browser/api/runtime/
runtime_api_delegate.cc 9 RuntimeAPIDelegate::UpdateCheckResult::UpdateCheckResult(
runtime_api_delegate.h 29 struct UpdateCheckResult {
34 UpdateCheckResult(bool success,
42 typedef base::Callback<void(const UpdateCheckResult&)> UpdateCheckCallback;
  /external/chromium_org/chromeos/dbus/
update_engine_client.h 57 enum UpdateCheckResult {
79 // - UpdateCheckResult: the result of the update check.
80 typedef base::Callback<void(UpdateCheckResult)> UpdateCheckCallback;

Completed in 318 milliseconds