OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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