Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(875)

Side by Side Diff: ui/keyboard/webui/vk_mojo_handler.cc

Issue 826713002: [ChromeOS] Show autofill popup after keyboard (if any) is shown. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable autofill popup waiting for keyboard when keyboard has been disabled. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/keyboard/webui/vk_mojo_handler.h ('k') | ui/views/ime/input_method_bridge.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ui/keyboard/webui/vk_mojo_handler.h" 5 #include "ui/keyboard/webui/vk_mojo_handler.h"
6 6
7 #include "ui/aura/window.h" 7 #include "ui/aura/window.h"
8 #include "ui/base/ime/input_method.h" 8 #include "ui/base/ime/input_method.h"
9 #include "ui/base/ime/text_input_client.h" 9 #include "ui/base/ime/text_input_client.h"
10 #include "ui/keyboard/keyboard_controller.h" 10 #include "ui/keyboard/keyboard_controller.h"
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 binding_.client()->OnTextInputTypeChanged(type_name); 109 binding_.client()->OnTextInputTypeChanged(type_name);
110 } 110 }
111 111
112 void VKMojoHandler::OnInputMethodDestroyed( 112 void VKMojoHandler::OnInputMethodDestroyed(
113 const ui::InputMethod* input_method) { 113 const ui::InputMethod* input_method) {
114 } 114 }
115 115
116 void VKMojoHandler::OnShowImeIfNeeded() { 116 void VKMojoHandler::OnShowImeIfNeeded() {
117 } 117 }
118 118
119 void VKMojoHandler::OnKeyboardBoundsUnchanged() {
120 }
121
119 } // namespace keyboard 122 } // namespace keyboard
OLDNEW
« no previous file with comments | « ui/keyboard/webui/vk_mojo_handler.h ('k') | ui/views/ime/input_method_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698