This source file includes following definitions.
- DispatchKeyEvent
- Reset
- OnTextInputTypeChanged
- OnCaretBoundsChanged
#include "ui/ozone/ime/fake_input_method_context_ozone.h"
namespace ui {
FakeInputMethodContextOzone::FakeInputMethodContextOzone() {
}
FakeInputMethodContextOzone::~FakeInputMethodContextOzone() {
}
bool FakeInputMethodContextOzone::DispatchKeyEvent(
const ui::KeyEvent& ) {
return false;
}
void FakeInputMethodContextOzone::Reset() {
}
void FakeInputMethodContextOzone::OnTextInputTypeChanged(
ui::TextInputType ) {
}
void FakeInputMethodContextOzone::OnCaretBoundsChanged(
const gfx::Rect& ) {
}
}