HomeSort by relevance Sort by last modified time
    Searched refs:AddDataSource (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/chromium_org/content/browser/webui/
url_data_manager.h 23 // with AddDataSource. DataSources must be added on the UI thread (they are also
34 // If |AddDataSource| is called more than once for a particular name it will
41 void AddDataSource(URLDataSourceImpl* source);
50 static void AddDataSource(BrowserContext* browser_context,
url_data_manager.cc 43 GetURLDataManagerForResourceContext(resource_context)->AddDataSource(
59 void URLDataManager::AddDataSource(URLDataSourceImpl* source) {
110 void URLDataManager::AddDataSource(BrowserContext* browser_context,
113 AddDataSource(new URLDataSourceImpl(source->GetSource(), source));
120 GetFromBrowserContext(browser_context)->AddDataSource(impl);
url_data_manager_backend.h 55 void AddDataSource(URLDataSourceImpl* source);
  /external/chromium/chrome/browser/ui/webui/
print_preview_ui.cc 22 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source_);
bookmarks_ui.cc 53 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
keyboard_ui.cc 23 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
chrome_url_data_manager_backend.h 42 void AddDataSource(ChromeURLDataManager::DataSource* source);
remoting_ui.cc 69 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
devtools_ui.cc 94 context->GetChromeURLDataManagerBackend()->AddDataSource(data_source);
101 contents->profile()->GetChromeURLDataManager()->AddDataSource(data_source);
chrome_url_data_manager.h 24 // 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);
sync_internals_ui.cc 34 contents->profile()->GetChromeURLDataManager()->AddDataSource(
textfields_ui.cc 74 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
chrome_url_data_manager.cc 39 GetChromeURLDataManagerBackend()->AddDataSource(data_source.get());
49 void ChromeURLDataManager::AddDataSource(DataSource* source) {
downloads_ui.cc 142 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
slideshow_ui.cc 153 profile_->GetChromeURLDataManager()->AddDataSource(
283 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
conflicts_ui.cc 208 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
crashes_ui.cc 217 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
flags_ui.cc 216 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
chrome_url_data_manager_backend.cc 144 AddDataSource(new SharedResourcesDataSource());
165 void ChromeURLDataManagerBackend::AddDataSource(
  /external/chromium_org/content/public/browser/
url_data_source.cc 16 URLDataManager::AddDataSource(browser_context, source);
  /external/chromium/chrome/browser/ui/webui/chromeos/login/
login_ui.cc 118 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
  /external/chromium/chrome/browser/ui/webui/chromeos/
proxy_settings_ui.cc 84 contents->profile()->GetChromeURLDataManager()->AddDataSource(source);
system_info_ui.cc 184 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
  /external/chromium/chrome/browser/ui/webui/options/
options_ui.cc 244 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
248 contents->profile()->GetChromeURLDataManager()->AddDataSource(theme);
254 contents->profile()->GetChromeURLDataManager()->AddDataSource(
  /external/chromium/webkit/glue/
webmediaplayer_impl.h 129 void AddDataSource(WebDataSource* data_source);

Completed in 132 milliseconds

1 2 3