Searched refs:AddDataSource (Results 1 - 25 of 52) sorted by relevance

123

/external/chromium/chrome/browser/ui/webui/
H A Dprint_preview_ui.cc22 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source_);
H A Dbookmarks_ui.cc53 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
H A Dkeyboard_ui.cc23 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
H A Dchrome_url_data_manager_backend.h42 void AddDataSource(ChromeURLDataManager::DataSource* source);
H A Dremoting_ui.cc69 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
H A Ddevtools_ui.cc94 context->GetChromeURLDataManagerBackend()->AddDataSource(data_source);
101 contents->profile()->GetChromeURLDataManager()->AddDataSource(data_source);
H A Dsync_internals_ui.cc34 contents->profile()->GetChromeURLDataManager()->AddDataSource(
H A Dtextfields_ui.cc74 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
H A Dchrome_url_data_manager.cc39 GetChromeURLDataManagerBackend()->AddDataSource(data_source.get());
49 void ChromeURLDataManager::AddDataSource(DataSource* source) { function in class:ChromeURLDataManager
H A Dchrome_url_data_manager.h24 // with AddDataSource. DataSources must be added on the UI thread (they are also
145 // If |AddDataSource| is called more than once for a particular name it will
152 void AddDataSource(DataSource* source);
H A Ddownloads_ui.cc142 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
H A Dslideshow_ui.cc153 profile_->GetChromeURLDataManager()->AddDataSource(
283 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
H A Dconflicts_ui.cc208 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
H A Dcrashes_ui.cc217 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
H A Dflags_ui.cc216 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
H A Dchrome_url_data_manager_backend.cc144 AddDataSource(new SharedResourcesDataSource());
165 void ChromeURLDataManagerBackend::AddDataSource( function in class:ChromeURLDataManagerBackend
H A Dhistory2_ui.cc132 profile->GetChromeURLDataManager()->AddDataSource(
384 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
H A Dhistory_ui.cc132 profile->GetChromeURLDataManager()->AddDataSource(
372 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
H A Dmost_visited_handler.cc70 profile->GetChromeURLDataManager()->AddDataSource(thumbnail_src);
72 profile->GetChromeURLDataManager()->AddDataSource(new FaviconSource(profile));
H A Dbug_report_ui.cc458 tab_->profile()->GetChromeURLDataManager()->AddDataSource(
473 tab_->profile()->GetChromeURLDataManager()->AddDataSource(screenshot_source_);
744 tab->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
H A Dactive_downloads_ui.cc212 profile_->GetChromeURLDataManager()->AddDataSource(
385 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
/external/chromium/chrome/browser/ui/webui/chromeos/login/
H A Dlogin_ui.cc118 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dproxy_settings_ui.cc84 contents->profile()->GetChromeURLDataManager()->AddDataSource(source);
H A Dsystem_info_ui.cc184 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
/external/chromium/chrome/browser/ui/webui/options/
H A Doptions_ui.cc244 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
248 contents->profile()->GetChromeURLDataManager()->AddDataSource(theme);
254 contents->profile()->GetChromeURLDataManager()->AddDataSource(

Completed in 285 milliseconds

123