OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IMM32Manager
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/base/ime/win/
imm32_manager.h
31
// 1. Add an instance of the
IMM32Manager
class to its window class.
32
// (The
IMM32Manager
class needs a window handle.)
34
// instructions written in each subsection, and use the
IMM32Manager
class.
37
// -
IMM32Manager
::CreateImeWindow();
38
// -
IMM32Manager
::CleanupComposition(), and;
39
// -
IMM32Manager
::SetImeWindowStyle().
43
// -
IMM32Manager
::CreateImeWindow(), and;
44
// -
IMM32Manager
::ResetComposition().
48
// -
IMM32Manager
::UpdateImeWindow();
49
// -
IMM32Manager
::GetResult()
[
all
...]
imm32_manager.cc
30
//
IMM32Manager
41
// Helper function for
IMM32Manager
::GetCompositionInfo() method, to get the
68
// Helper function for
IMM32Manager
::GetCompositionInfo() method, to get
119
IMM32Manager
::
IMM32Manager
()
128
IMM32Manager
::~
IMM32Manager
() {
131
bool
IMM32Manager
::SetInputLanguage() {
158
void
IMM32Manager
::CreateImeWindow(HWND window_handle) {
181
LRESULT
IMM32Manager
::SetImeWindowStyle(HWND window_handle, UINT message
[
all
...]
Completed in 70 milliseconds