OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kRegLastRunTimeField
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/installer/util/
google_update_constants.h
78
extern const wchar_t
kRegLastRunTimeField
[];
google_update_constants.cc
46
const wchar_t
kRegLastRunTimeField
[] = L"lastrun";
google_update_settings.cc
355
if (!ReadGoogleUpdateStrKey(google_update::
kRegLastRunTimeField
, &time_s))
367
return WriteGoogleUpdateStrKey(google_update::
kRegLastRunTimeField
,
372
return RemoveGoogleUpdateStrKey(google_update::
kRegLastRunTimeField
);
[
all
...]
/external/chromium_org/chrome/installer/gcapi/
gcapi_last_run_test.cc
68
google_update::
kRegLastRunTimeField
,
gcapi_reactivation_test.cc
57
google_update::
kRegLastRunTimeField
,
gcapi.cc
607
if (client_state.ReadValue(google_update::
kRegLastRunTimeField
,
Completed in 89 milliseconds