Home | History | Annotate | Download | only in webui

Lines Matching defs:DataSource

32 // Invoked on the IO thread to do the actual adding of the DataSource.
35 scoped_refptr<ChromeURLDataManager::DataSource> data_source) {
49 void ChromeURLDataManager::AddDataSource(DataSource* source) {
73 void ChromeURLDataManager::DeleteDataSource(const DataSource* data_source) {
74 // Invoked when a DataSource is no longer referenced and needs to be deleted.
81 // We're not on the UI thread, add the DataSource to the list of DataSources
92 // Schedule a task to delete the DataSource back on the UI thread.
102 const DataSource* data_source) {
110 ChromeURLDataManager::DataSource::DataSource(const std::string& source_name,
117 ChromeURLDataManager::DataSource::~DataSource() {
120 void ChromeURLDataManager::DataSource::SendResponse(int request_id,
131 // count). This means it's entirely possible for the DataSource to invoke
138 NewRunnableMethod(this, &DataSource::SendResponseOnIOThread,
142 MessageLoop* ChromeURLDataManager::DataSource::MessageLoopForRequestPath(
147 bool ChromeURLDataManager::DataSource::ShouldReplaceExistingSource() const {
152 void ChromeURLDataManager::DataSource::SetFontAndTextDirection(
171 void ChromeURLDataManager::DataSource::SendResponseOnIOThread(