OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_timestamps
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/webdata/
autocomplete_syncable_service.cc
39
std::vector<base::Time>*
new_timestamps
) {
40
DCHECK(
new_timestamps
);
42
new_timestamps
->clear();
47
new_timestamps
->insert(
new_timestamps
->begin(),
52
new_timestamps
->reserve(2);
53
new_timestamps
->push_back(base::Time::FromInternalValue(
56
new_timestamps
->push_back(base::Time::FromInternalValue(
67
new_timestamps
->push_back(
70
if (
new_timestamps
->back() != timestamps.back() |
[
all
...]
/external/chromium_org/build/android/pylib/
surface_stats_collector.py
158
refresh_period,
new_timestamps
= self._GetSurfaceFlingerFrameData()
172
timestamps += [timestamp for timestamp in
new_timestamps
/external/chromium/chrome/browser/sync/glue/
autofill_model_associator.cc
477
std::vector<base::Time>*
new_timestamps
) {
478
DCHECK(
new_timestamps
);
493
new_timestamps
->insert(
new_timestamps
->begin(),
autofill_model_associator.h
97
std::vector<base::Time>*
new_timestamps
);
Completed in 158 milliseconds