OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kNoDaystart
(Results
1 - 6
of
6
) 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
;
/external/chromium_org/chrome/common/extensions/
update_manifest.h
63
static const int
kNoDaystart
= -1;
69
// This will be >= 0, or
kNoDaystart
if the <daystart> tag was not present.
update_manifest.cc
28
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/
update_response.h
100
static const int
kNoDaystart
= -1;
105
// This will be >= 0, or
kNoDaystart
if the <daystart> tag was not present.
update_response.cc
23
UpdateResponse::Results::Results() : daystart_elapsed_seconds(
kNoDaystart
) {}
273
results_.daystart_elapsed_seconds =
kNoDaystart
;
316
int parsed_elapsed =
kNoDaystart
;
Completed in 400 milliseconds