Searched refs:UseNewStyleForThisDialog (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/profiles/
H A Duser_manager_view.h53 virtual bool UseNewStyleForThisDialog() const OVERRIDE;
H A Duser_manager_view.cc204 bool UserManagerView::UseNewStyleForThisDialog() const { function in class:UserManagerView
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_dialog.h77 virtual bool UseNewStyleForThisDialog() const OVERRIDE;
H A Dextension_dialog.cc189 bool ExtensionDialog::UseNewStyleForThisDialog() const { function in class:ExtensionDialog
/external/chromium_org/ui/views/window/
H A Ddialog_delegate.h105 virtual bool UseNewStyleForThisDialog() const;
H A Ddialog_delegate.cc60 if (!dialog || dialog->UseNewStyleForThisDialog()) {
178 if (UseNewStyleForThisDialog())
199 bool DialogDelegate::UseNewStyleForThisDialog() const { function in class:views::DialogDelegate
H A Ddialog_client_view.cc305 if (dialog && !dialog->UseNewStyleForThisDialog()) {
379 if (GetDialogDelegate()->UseNewStyleForThisDialog() &&
H A Ddialog_delegate_unittest.cc44 virtual bool UseNewStyleForThisDialog() const OVERRIDE { return true; }
/external/chromium_org/chrome/browser/ui/views/
H A Dconstrained_window_views.cc154 if (!dialog->UseNewStyleForThisDialog())
H A Dhung_renderer_view.h126 virtual bool UseNewStyleForThisDialog() const OVERRIDE;
H A Dhung_renderer_view.cc328 bool HungRendererDialogView::UseNewStyleForThisDialog() const { function in class:HungRendererDialogView
334 return views::DialogDelegateView::UseNewStyleForThisDialog();
H A Dtask_manager_view.cc181 virtual bool UseNewStyleForThisDialog() const OVERRIDE;
563 bool TaskManagerView::UseNewStyleForThisDialog() const { function in class:__anon5368::TaskManagerView

Completed in 180 milliseconds