HomeSort by relevance Sort by last modified time
    Searched refs:UseNewStyleForThisDialog (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/browser/ui/views/
user_manager_view.h 47 virtual bool UseNewStyleForThisDialog() const OVERRIDE;
about_ipc_dialog.h 57 virtual bool UseNewStyleForThisDialog() const OVERRIDE;
hung_renderer_view.h 130 virtual bool UseNewStyleForThisDialog() const OVERRIDE;
user_manager_view.cc 167 bool UserManagerView::UseNewStyleForThisDialog() const {
constrained_window_views.cc 125 if (!dialog->UseNewStyleForThisDialog())
hung_renderer_view.cc 353 bool HungRendererDialogView::UseNewStyleForThisDialog() const {
359 return views::DialogDelegateView::UseNewStyleForThisDialog();
task_manager_view.cc 180 virtual bool UseNewStyleForThisDialog() const OVERRIDE;
596 bool TaskManagerView::UseNewStyleForThisDialog() const {
about_ipc_dialog.cc 338 bool AboutIPCDialog::UseNewStyleForThisDialog() const {
  /external/chromium_org/ui/views/window/
dialog_delegate.cc 36 if (!dialog || dialog->UseNewStyleForThisDialog()) {
150 if (UseNewStyleForThisDialog())
192 bool DialogDelegate::UseNewStyleForThisDialog() const {
dialog_delegate.h 104 virtual bool UseNewStyleForThisDialog() const;
dialog_client_view.cc 260 if (dialog && !dialog->UseNewStyleForThisDialog())
364 if (GetDialogDelegate()->UseNewStyleForThisDialog() &&
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_dialog.h 79 virtual bool UseNewStyleForThisDialog() const OVERRIDE;
extension_dialog.cc 178 bool ExtensionDialog::UseNewStyleForThisDialog() const {

Completed in 309 milliseconds