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

  /external/chromium_org/tools/memory_watcher/
hotkey.h 13 class HotKeyHandler : public gfx::WindowImpl {
15 HotKeyHandler(UINT modifiers, UINT vk)
20 ~HotKeyHandler() { Stop(); }
22 BEGIN_MSG_MAP_EX(HotKeyHandler)
dllmain.cc 33 class MemoryWatcherDumpKey : public HotKeyHandler {
36 : HotKeyHandler(modifiers, vkey) {}

Completed in 26 milliseconds