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

  /external/chromium_org/components/sync_driver/
data_type_manager_impl.cc 269 association_types_queue_ = std::queue<AssociationTypesInfo>();
320 if (!(download_types_queue_.empty() && association_types_queue_.empty()))
401 association_types_queue_.push(association_info);
402 if (association_types_queue_.size() == 1u)
421 CHECK(!association_types_queue_.empty());
423 association_types_queue_.front().association_request_time =
426 association_types_queue_.front().types);
452 DCHECK(!association_types_queue_.empty());
465 AssociationTypesInfo& info = association_types_queue_.front();
496 association_types_queue_ = std::queue<AssociationTypesInfo>()
    [all...]
data_type_manager_impl.h 182 std::queue<AssociationTypesInfo> association_types_queue_; member in class:sync_driver::DataTypeManagerImpl

Completed in 434 milliseconds