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

  /external/chromium/chrome/browser/ui/views/
about_ipc_dialog.h 29 class AboutIPCDialog : public views::DialogDelegate,
38 virtual ~AboutIPCDialog();
41 friend struct DefaultSingletonTraits<AboutIPCDialog>;
43 AboutIPCDialog();
74 DISALLOW_COPY_AND_ASSIGN(AboutIPCDialog);
about_ipc_dialog.cc 71 AboutIPCDialog* g_active_dialog = NULL;
198 // AboutIPCDialog --------------------------------------------------------------
200 AboutIPCDialog::AboutIPCDialog()
210 AboutIPCDialog::~AboutIPCDialog() {
216 void AboutIPCDialog::RunDialog() {
218 g_active_dialog = new AboutIPCDialog;
226 void AboutIPCDialog::SetupControls() {
259 gfx::Size AboutIPCDialog::GetPreferredSize()
    [all...]

Completed in 46 milliseconds