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

  /external/chromium_org/chrome/browser/ui/views/
about_ipc_dialog.h 57 virtual bool UseNewStyleForThisDialog() const OVERRIDE;
task_manager_view.cc 199 virtual bool UseNewStyleForThisDialog() const OVERRIDE;
615 bool TaskManagerView::UseNewStyleForThisDialog() const {
about_ipc_dialog.cc 338 bool AboutIPCDialog::UseNewStyleForThisDialog() const {
constrained_window_views.cc 693 if (!dialog->UseNewStyleForThisDialog())
  /external/chromium_org/ui/views/window/
dialog_delegate.cc 45 dialog->UseNewStyleForThisDialog() : DialogDelegate::UseNewStyle();
167 if (UseNewStyleForThisDialog())
205 bool DialogDelegate::UseNewStyleForThisDialog() const {
dialog_delegate.h 35 // See UseNewStyleForThisDialog() for dialog-specific styling.
108 virtual bool UseNewStyleForThisDialog() const;
dialog_client_view.cc 260 dialog->UseNewStyleForThisDialog() : DialogDelegate::UseNewStyle();
354 if (GetDialogDelegate()->UseNewStyleForThisDialog() &&
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_dialog.h 79 virtual bool UseNewStyleForThisDialog() const OVERRIDE;
extension_dialog.cc 195 bool ExtensionDialog::UseNewStyleForThisDialog() const {

Completed in 68 milliseconds