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

  /external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager.h 24 // with AddDataSource. DataSources must be added on the UI thread (they are also
25 // deleted on the UI thread). Internally the DataSources are maintained by
36 // DataSources are no longer referenced (which happens when IO thread stops)
38 // has stopped by the time this happens the DataSources would be leaked.
40 // To make sure DataSources are properly deleted ChromeURLDataManager manages
41 // deletion of the DataSources. When a DataSource is no longer referenced it
44 // all pending DataSources are properly deleted.
52 // asynchronously. DataSources are collectively owned with refcounting smart
159 typedef std::vector<const ChromeURLDataManager::DataSource*> DataSources;
176 static DataSources* data_sources_
    [all...]
chrome_url_data_manager.cc 30 ChromeURLDataManager::DataSources* ChromeURLDataManager::data_sources_ = NULL;
61 DataSources sources;
81 // We're not on the UI thread, add the DataSource to the list of DataSources
87 data_sources_ = new DataSources();
128 // This scenario occurs with DataSources that make history requests. Such
129 // DataSources do a history query in |StartDataRequest| and the request is

Completed in 662 milliseconds