Searched refs:kNoDaystart (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/common/extensions/
H A Dupdate_manifest.h49 static const int kNoDaystart = -1; member in class:UpdateManifest
55 // This will be >= 0, or kNoDaystart if the <daystart> tag was not present.
H A Dupdate_manifest.cc26 UpdateManifest::Results::Results() : daystart_elapsed_seconds(kNoDaystart) {}
199 results_.daystart_elapsed_seconds = kNoDaystart;
248 int parsed_elapsed = kNoDaystart;
/external/chromium_org/chrome/common/extensions/
H A Dupdate_manifest.h63 static const int kNoDaystart = -1; member in class:UpdateManifest
69 // This will be >= 0, or kNoDaystart if the <daystart> tag was not present.
H A Dupdate_manifest.cc28 UpdateManifest::Results::Results() : daystart_elapsed_seconds(kNoDaystart) {}
217 results_.daystart_elapsed_seconds = kNoDaystart;
266 int parsed_elapsed = kNoDaystart;
/external/chromium_org/chrome/browser/component_updater/
H A Dupdate_response.h100 static const int kNoDaystart = -1; member in class:component_updater::UpdateResponse
105 // This will be >= 0, or kNoDaystart if the <daystart> tag was not present.
H A Dupdate_response.cc23 UpdateResponse::Results::Results() : daystart_elapsed_seconds(kNoDaystart) {}
273 results_.daystart_elapsed_seconds = kNoDaystart;
316 int parsed_elapsed = kNoDaystart;

Completed in 189 milliseconds