OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:min_update_time
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/contacts/
gdata_contacts_service_unittest.cc
106
// test data directory). |
min_update_time
| is appended to the URL and the
110
const base::Time&
min_update_time
,
120
min_update_time
);
local
google_contact_store.cc
213
base::Time
min_update_time
;
local
227
min_update_time
=
230
if (
min_update_time
.is_null()) {
234
<< google_apis::util::FormatTimeAsString(
min_update_time
) << " for "
241
min_update_time
.is_null(),
245
min_update_time
);
local
Completed in 31 milliseconds