OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eaten
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/base/win/
text_services_message_filter.cc
59
BOOL
eaten
= FALSE;
local
60
HRESULT hr = keystroke_mgr_->TestKeyDown(msg.wParam, msg.lParam, &
eaten
);
61
if (FAILED(hr) && !
eaten
)
63
eaten
= FALSE;
64
hr = keystroke_mgr_->KeyDown(msg.wParam, msg.lParam, &
eaten
);
65
return (SUCCEEDED(hr) && !!
eaten
);
69
BOOL
eaten
= FALSE;
local
70
HRESULT hr = keystroke_mgr_->TestKeyUp(msg.wParam, msg.lParam, &
eaten
);
71
if (FAILED(hr) && !
eaten
)
73
eaten
= FALSE
[
all
...]
/external/chromium_org/third_party/mach_override/
mach_override.c
224
//printf ("Too many instructions
eaten
\n");
611
int
eaten
= ud_insn_len(&ud_obj);
local
612
remainsToEat -=
eaten
;
613
totalEaten +=
eaten
;
615
if (originalInstructionSizes) originalInstructionSizes[instructionIndex] =
eaten
;
/external/bison/build-aux/
texinfo.tex
[
all
...]
Completed in 3206 milliseconds