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

1 2

  /external/chromium/chrome/browser/ui/webui/
print_preview_ui_html_source_unittest.cc 42 PrintPreviewUIHTMLSource* html_source = preview_ui->html_source(); local
45 html_source->GetPrintPreviewData(&data);
52 html_source->SetPrintPreviewData(dummy_data);
53 html_source->GetPrintPreviewData(&data);
58 html_source->SetPrintPreviewData(dummy_data);
bookmarks_ui.cc 50 BookmarksUIHTMLSource* html_source = new BookmarksUIHTMLSource(); local
53 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
keyboard_ui.cc 22 KeyboardHTMLSource* html_source = new KeyboardHTMLSource(); local
23 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
print_preview_ui.h 19 PrintPreviewUIHTMLSource* html_source();
remoting_ui.cc 66 RemotingUIHTMLSource* html_source = new RemotingUIHTMLSource(); local
69 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
print_preview_ui.cc 28 PrintPreviewUIHTMLSource* PrintPreviewUI::html_source() { function in class:PrintPreviewUI
textfields_ui.cc 71 TextfieldsUIHTMLSource* html_source = new TextfieldsUIHTMLSource(); local
74 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
downloads_ui.cc 139 DownloadsUIHTMLSource* html_source = new DownloadsUIHTMLSource(); local
142 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
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);
  /external/chromium/chrome/browser/printing/
print_preview_message_handler.cc 80 PrintPreviewUIHTMLSource* html_source = print_preview_ui->html_source(); local
81 html_source->SetPrintPreviewData(
  /external/chromium/chrome/browser/ui/webui/chromeos/login/
login_ui.cc 115 LoginUIHTMLSource* html_source = local
118 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
  /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);
  /external/chromium/chrome/browser/ui/webui/options/
options_ui.cc 240 OptionsUIHTMLSource* html_source = local
244 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);

Completed in 306 milliseconds

1 2