OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IMM32Manager
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/ui/base/ime/win/
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
...]
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_unittest.cc
78
IMM32Manager
::ConvertInputModeToImmFlags(test_case.input_mode,
/external/chromium_org/ui/base/ime/
input_method_win.h
75
ui::
IMM32Manager
imm32_manager_;
input_method_win.cc
53
if (ui::
IMM32Manager
::IsRTLKeyboardLayoutInstalled() &&
62
if (ui::
IMM32Manager
::IsCtrlShiftPressed(&dir))
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_win.h
47
class
IMM32Manager
;
489
scoped_ptr<ui::
IMM32Manager
> imm32_manager_;
render_widget_host_view_win.cc
393
imm32_manager_(new ui::
IMM32Manager
),
[
all
...]
Completed in 780 milliseconds