OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetLastRunTime
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/google/
google_update_settings_unittest.cc
28
EXPECT_EQ(-1, GoogleUpdateSettings::
GetLastRunTime
());
32
EXPECT_EQ(0, GoogleUpdateSettings::
GetLastRunTime
());
google_update_settings_posix.cc
67
//
GetLastRunTime
and SetLastRunTime are not implemented for posix. Their
72
int GoogleUpdateSettings::
GetLastRunTime
() {
/external/chromium_org/chrome/browser/google/
google_update_settings_unittest.cc
42
EXPECT_EQ(-1, GoogleUpdateSettings::
GetLastRunTime
());
46
EXPECT_EQ(0, GoogleUpdateSettings::
GetLastRunTime
());
google_update_settings_posix.cc
81
//
GetLastRunTime
and SetLastRunTime are not implemented for posix. Their
86
int GoogleUpdateSettings::
GetLastRunTime
() {
/external/chromium_org/chrome/installer/util/
google_update_settings.h
96
static int
GetLastRunTime
();
99
// form of the system local time. Retrieve the time using
GetLastRunTime
().
google_update_settings.cc
333
int GoogleUpdateSettings::
GetLastRunTime
() {
Completed in 80 milliseconds