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

  /external/chromium_org/chrome/browser/sync/glue/
non_frontend_data_type_controller.cc 223 DCHECK(!components_container_);
230 components_container_.reset(new BackendComponentsContainer(this));
235 base::Unretained(components_container_.get())))) {
270 if (components_container_) {
271 components_container_->Disconnect();
275 components_container_.release()));
non_frontend_data_type_controller.h 185 scoped_ptr<BackendComponentsContainer> components_container_; member in class:browser_sync::NonFrontendDataTypeController

Completed in 45 milliseconds