HomeSort by relevance Sort by last modified time
    Searched refs:html_source (Results 26 - 50 of 55) sorted by null

12 3

  /external/chromium/chrome/browser/ui/webui/chromeos/
system_info_ui.cc 181 SystemInfoUIHTMLSource* html_source = new SystemInfoUIHTMLSource(); local
184 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
choose_mobile_network_ui.cc 228 ChooseMobileNetworkHTMLSource* html_source = local
231 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
register_page_ui.cc 314 RegisterPageUIHTMLSource* html_source = new RegisterPageUIHTMLSource(); local
317 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
keyboard_overlay_ui.cc 303 KeyboardOverlayUIHTMLSource* html_source = new KeyboardOverlayUIHTMLSource(); local
306 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
sim_unlock_ui.cc 660 SimUnlockUIHTMLSource* html_source = new SimUnlockUIHTMLSource(); local
663 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
  /external/chromium/chrome/browser/ui/webui/
conflicts_ui.cc 205 ConflictsUIHTMLSource* html_source = new ConflictsUIHTMLSource(); local
208 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
crashes_ui.cc 214 CrashesUIHTMLSource* html_source = new CrashesUIHTMLSource(); local
217 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
flags_ui.cc 213 FlagsUIHTMLSource* html_source = new FlagsUIHTMLSource(); local
216 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
slideshow_ui.cc 280 SlideshowUIHTMLSource* html_source = new SlideshowUIHTMLSource(); local
283 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
history2_ui.cc 381 HistoryUIHTMLSource2* html_source = new HistoryUIHTMLSource2(); local
384 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
history_ui.cc 369 HistoryUIHTMLSource* html_source = new HistoryUIHTMLSource(); local
372 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
plugins_ui.cc 356 PluginsUIHTMLSource* html_source = new PluginsUIHTMLSource(); local
359 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
active_downloads_ui.cc 382 ActiveDownloadsUIHTMLSource* html_source = new ActiveDownloadsUIHTMLSource(); local
385 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
new_tab_ui.cc 338 NewTabHTMLSource* html_source = local
340 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
bug_report_ui.cc 741 BugReportUIHTMLSource* html_source = local
744 tab->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
gpu_internals_ui.cc 646 GpuHTMLSource* html_source = new GpuHTMLSource(); local
649 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
mediaplayer_ui.cc 614 MediaplayerUIHTMLSource* html_source = local
618 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
print_preview_handler.cc 362 pp_ui->html_source()->GetPrintPreviewData(&data);