HomeSort by relevance Sort by last modified time
    Searched defs:data_sources_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager_backend.h 70 DataSourceMap data_sources_; member in class:ChromeURLDataManagerBackend
chrome_url_data_manager.h 42 // is added to |data_sources_| and a task is posted to the UI thread to handle
162 // otherwise it is added to |data_sources_| and a task is scheduled to handle
172 // Lock used when accessing |data_sources_|.
175 // |data_sources_| that are no longer referenced and scheduled for deletion.
176 static DataSources* data_sources_; member in class:ChromeURLDataManager
chrome_url_data_manager.cc 30 ChromeURLDataManager::DataSources* ChromeURLDataManager::data_sources_ = NULL; member in class:ChromeURLDataManager
64 if (!data_sources_)
66 data_sources_->swap(sources);
86 if (!data_sources_)
87 data_sources_ = new DataSources();
88 schedule_delete = data_sources_->empty();
89 data_sources_->push_back(data_source);
104 if (!data_sources_)
106 return std::find(data_sources_->begin(), data_sources_->end(), data_source) !
    [all...]
  /external/chromium/webkit/glue/
webmediaplayer_impl.h 128 // Adds a data source to data_sources_.
156 DataSourceList data_sources_; member in class:webkit_glue::WebMediaPlayerImpl::Proxy

Completed in 138 milliseconds