HomeSort by relevance Sort by last modified time
    Searched refs:kNoDaystart (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/common/extensions/
update_manifest.h 49 static const int kNoDaystart = -1;
55 // This will be >= 0, or kNoDaystart if the <daystart> tag was not present.
update_manifest.cc 26 UpdateManifest::Results::Results() : daystart_elapsed_seconds(kNoDaystart) {}
199 results_.daystart_elapsed_seconds = kNoDaystart;
248 int parsed_elapsed = kNoDaystart;

Completed in 364 milliseconds