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

  /external/chromium_org/chrome/browser/sync/glue/
data_type_manager_impl.cc 223 association_types_queue_ = std::queue<AssociationTypesInfo>();
267 if (!(download_types_queue_.empty() && association_types_queue_.empty()))
344 association_types_queue_.push(association_info);
345 if (association_types_queue_.size() == 1u)
364 CHECK(!association_types_queue_.empty());
366 association_types_queue_.front().association_request_time =
369 association_types_queue_.front().types);
375 DCHECK(!association_types_queue_.empty());
384 AssociationTypesInfo& info = association_types_queue_.front();
434 association_types_queue_ = std::queue<AssociationTypesInfo>()
    [all...]
data_type_manager_impl.h 180 std::queue<AssociationTypesInfo> association_types_queue_; member in class:browser_sync::DataTypeManagerImpl

Completed in 162 milliseconds