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

  /external/chromium_org/chrome/browser/sync/glue/
model_association_manager.cc 159 pending_model_load_.begin();
160 it != pending_model_load_.end();
168 pending_model_load_.clear();
239 pending_model_load_.size() > 0 ||
425 // Move from |needs_start_| to |pending_model_load_|.
426 pending_model_load_.insert(pending_model_load_.begin(), dtc);
453 pending_model_load_.begin();
454 it != pending_model_load_.end();
468 if (it == pending_model_load_.begin())
    [all...]
model_association_manager.h 152 // Step 2 : |LoadModelForNextType| - |needs_start_| -> |pending_model_load_|
153 // Step 3 : |ModelLoadCallback| - |pending_model_load_| ->
168 std::vector<DataTypeController*> pending_model_load_; member in class:browser_sync::ModelAssociationManager
171 // association. Controllers will be moved from |pending_model_load_|

Completed in 55 milliseconds