OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetInputMethod
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/ash/shell/
keyboard_controller_proxy_stub.cc
35
ui::InputMethod* KeyboardControllerProxyStub::
GetInputMethod
() {
/external/chromium_org/chrome/browser/ui/ash/
ash_keyboard_controller_proxy.cc
92
ui::InputMethod* AshKeyboardControllerProxy::
GetInputMethod
() {
183
if (
GetInputMethod
()->GetTextInputClient()) {
186
GetInputMethod
()->GetTextInputClient()->EnsureCaretInRect(showing_area);
/external/chromium_org/chrome/browser/chromeos/input_method/
textinput_test_helper.cc
21
ui::MockInputMethod*
GetInputMethod
() {
39
GetInputMethod
()->AddObserver(this);
43
GetInputMethod
()->RemoveObserver(this);
71
return
GetInputMethod
()->GetTextInputClient();
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_win.cc
706
InputMethod* DesktopRootWindowHostWin::
GetInputMethod
() {
825
InputMethod* input_method =
GetInputMethod
();
832
InputMethod* input_method =
GetInputMethod
();
[
all
...]
/external/chromium_org/ui/views/widget/
native_widget_win.cc
609
InputMethod* NativeWidgetWin::
GetInputMethod
() {
748
InputMethod* input_method =
GetInputMethod
();
755
InputMethod* input_method =
GetInputMethod
();
788
InputMethod* input_method =
GetInputMethod
();
802
InputMethod* input_method =
GetInputMethod
();
818
InputMethod* input_method =
GetInputMethod
();
[
all
...]
widget.cc
752
InputMethod* Widget::
GetInputMethod
() {
754
const_cast<const Widget*>(this)->
GetInputMethod
());
757
const InputMethod* Widget::
GetInputMethod
() const {
769
return (toplevel && toplevel != this) ? toplevel->
GetInputMethod
() : NULL;
[
all
...]
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc
928
if (
GetInputMethod
())
929
GetInputMethod
()->OnTextInputTypeChanged(this);
936
if (
GetInputMethod
()
[
all
...]
/external/chromium_org/ui/views/
view.cc
1098
InputMethod* View::
GetInputMethod
() {
1100
return widget ? widget->
GetInputMethod
() : NULL;
1103
const InputMethod* View::
GetInputMethod
() const {
1105
return widget ? widget->
GetInputMethod
() : NULL;
[
all
...]
Completed in 142 milliseconds