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

  /external/chromium_org/chrome/browser/extensions/
global_shortcut_listener_x11.h 25 class GlobalShortcutListenerX11 : public GlobalShortcutListener,
28 virtual ~GlobalShortcutListenerX11();
38 friend struct base::DefaultLazyInstanceTraits<GlobalShortcutListenerX11>;
40 GlobalShortcutListenerX11();
53 CHROMEG_CALLBACK_1(GlobalShortcutListenerX11, GdkFilterReturn,
71 DISALLOW_COPY_AND_ASSIGN(GlobalShortcutListenerX11);
global_shortcut_listener_x11.cc 23 static base::LazyInstance<extensions::GlobalShortcutListenerX11> instance =
60 GlobalShortcutListenerX11::GlobalShortcutListenerX11()
67 GlobalShortcutListenerX11::~GlobalShortcutListenerX11() {
72 void GlobalShortcutListenerX11::StartListening() {
78 &GlobalShortcutListenerX11::OnXEventThunk,
87 void GlobalShortcutListenerX11::StopListening() {
94 &GlobalShortcutListenerX11::OnXEventThunk,
103 bool GlobalShortcutListenerX11::Dispatch(const base::NativeEvent& event)
    [all...]

Completed in 48 milliseconds