OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddDataSource
(Results
1 - 25
of
52
) sorted by null
1
2
3
/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
(
history2_ui.cc
132
profile->GetChromeURLDataManager()->
AddDataSource
(
384
contents->profile()->GetChromeURLDataManager()->
AddDataSource
(html_source);
history_ui.cc
132
profile->GetChromeURLDataManager()->
AddDataSource
(
372
contents->profile()->GetChromeURLDataManager()->
AddDataSource
(html_source);
most_visited_handler.cc
70
profile->GetChromeURLDataManager()->
AddDataSource
(thumbnail_src);
72
profile->GetChromeURLDataManager()->
AddDataSource
(new FaviconSource(profile));
bug_report_ui.cc
458
tab_->profile()->GetChromeURLDataManager()->
AddDataSource
(
473
tab_->profile()->GetChromeURLDataManager()->
AddDataSource
(screenshot_source_);
744
tab->profile()->GetChromeURLDataManager()->
AddDataSource
(html_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 344 milliseconds
1
2
3