PlatformAcceleratorGtk 37 ui/base/accelerators/platform_accelerator_gtk.cc PlatformAcceleratorGtk::PlatformAcceleratorGtk() PlatformAcceleratorGtk 42 ui/base/accelerators/platform_accelerator_gtk.cc PlatformAcceleratorGtk::PlatformAcceleratorGtk(guint gdk_key_code, PlatformAcceleratorGtk 48 ui/base/accelerators/platform_accelerator_gtk.cc PlatformAcceleratorGtk::~PlatformAcceleratorGtk() { PlatformAcceleratorGtk 51 ui/base/accelerators/platform_accelerator_gtk.cc scoped_ptr<PlatformAccelerator> PlatformAcceleratorGtk::CreateCopy() const { PlatformAcceleratorGtk 52 ui/base/accelerators/platform_accelerator_gtk.cc scoped_ptr<PlatformAcceleratorGtk> copy(new PlatformAcceleratorGtk); PlatformAcceleratorGtk 58 ui/base/accelerators/platform_accelerator_gtk.cc bool PlatformAcceleratorGtk::Equals(const PlatformAccelerator& rhs) const { PlatformAcceleratorGtk 59 ui/base/accelerators/platform_accelerator_gtk.cc const PlatformAcceleratorGtk& rhs_gtk = PlatformAcceleratorGtk 60 ui/base/accelerators/platform_accelerator_gtk.cc static_cast<const PlatformAcceleratorGtk&>(rhs); PlatformAcceleratorGtk 70 ui/base/accelerators/platform_accelerator_gtk.cc new PlatformAcceleratorGtk(gdk_key_code, gdk_modifier)); PlatformAcceleratorGtk 77 ui/base/accelerators/platform_accelerator_gtk.cc return static_cast<const PlatformAcceleratorGtk*>( PlatformAcceleratorGtk 87 ui/base/accelerators/platform_accelerator_gtk.cc return static_cast<const PlatformAcceleratorGtk*>( PlatformAcceleratorGtk 19 ui/base/accelerators/platform_accelerator_gtk.h class UI_BASE_EXPORT PlatformAcceleratorGtk : public PlatformAccelerator { PlatformAcceleratorGtk 21 ui/base/accelerators/platform_accelerator_gtk.h PlatformAcceleratorGtk(); PlatformAcceleratorGtk 22 ui/base/accelerators/platform_accelerator_gtk.h PlatformAcceleratorGtk(guint gdk_key_code, GdkModifierType gdk_modifier); PlatformAcceleratorGtk 23 ui/base/accelerators/platform_accelerator_gtk.h virtual ~PlatformAcceleratorGtk(); PlatformAcceleratorGtk 36 ui/base/accelerators/platform_accelerator_gtk.h DISALLOW_COPY_AND_ASSIGN(PlatformAcceleratorGtk);