Searched defs:GlobalShortcutListenerX11 (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/chrome/browser/extensions/
H A Dglobal_shortcut_listener_x11.cc49 static GlobalShortcutListenerX11* instance =
50 new GlobalShortcutListenerX11();
54 GlobalShortcutListenerX11::GlobalShortcutListenerX11() function in class:extensions::GlobalShortcutListenerX11
61 GlobalShortcutListenerX11::~GlobalShortcutListenerX11() {
66 void GlobalShortcutListenerX11::StartListening() {
76 void GlobalShortcutListenerX11::StopListening() {
86 bool GlobalShortcutListenerX11::CanDispatchEvent(
91 uint32_t GlobalShortcutListenerX11
[all...]
H A Dglobal_shortcut_listener_x11.h19 class GlobalShortcutListenerX11 : public GlobalShortcutListener, class in namespace:extensions
22 GlobalShortcutListenerX11();
23 virtual ~GlobalShortcutListenerX11();
52 DISALLOW_COPY_AND_ASSIGN(GlobalShortcutListenerX11);

Completed in 99 milliseconds