Home
last modified time | relevance | path

Searched refs:is_connection_cellular (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/components/precache/core/
Dprecache_database.cc119 bool is_connection_cellular) { in RecordURLFetched() argument
140 if (is_connection_cellular) { in RecordURLFetched()
149 if (is_connection_cellular) { in RecordURLFetched()
Dprecache_database.h58 bool is_connection_cellular);
/external/chromium_org/components/precache/content/
Dprecache_manager.cc128 bool is_connection_cellular = in RecordStatsForFetch() local
135 fetch_time, size, was_cached, is_connection_cellular)); in RecordStatsForFetch()
/external/chromium_org/chrome/browser/chromeos/drive/
Dfile_system_util.cc352 const bool is_connection_cellular = in GetDriveConnectionStatus() local
358 if (is_connection_cellular && disable_sync_over_celluar) in GetDriveConnectionStatus()