Home | History | Annotate | Download | only in views

Lines Matching refs:AboutIPCDialog

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() {
263 views::View* AboutIPCDialog::GetContentsView() {
267 int AboutIPCDialog::GetDialogButtons() const {
272 std::wstring AboutIPCDialog::GetWindowTitle() const {
276 void AboutIPCDialog::Layout() {
303 void AboutIPCDialog::Log(const IPC::LogData& data) {
348 bool AboutIPCDialog::CanResize() const {
352 void AboutIPCDialog::ButtonPressed(
375 AboutIPCDialog::RunDialog();