HomeSort by relevance Sort by last modified time
    Searched refs:DOWNLOAD_PENDING (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/sync/glue/
data_type_manager.h 24 DOWNLOAD_PENDING, // Not implemented yet: Waiting for the syncer to
data_type_manager_impl.cc 171 state_ = DOWNLOAD_PENDING;
179 DCHECK(state_ == DOWNLOAD_PENDING);
314 const bool download_pending = state_ == DOWNLOAD_PENDING; local
316 if (download_pending) {
data_type_manager_impl2_unittest.cc 474 // Configure should stop in the DOWNLOAD_PENDING state because we
476 EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm.state());
508 // Configure should stop in the DOWNLOAD_PENDING state because we
510 EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm.state());

Completed in 479 milliseconds