HomeSort by relevance Sort by last modified time
    Searched refs:FakeInputMethod (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/base/ime/
fake_input_method.cc 39 FakeInputMethod::FakeInputMethod(internal::InputMethodDelegate* delegate)
45 FakeInputMethod::~FakeInputMethod() {
48 void FakeInputMethod::SetDelegate(internal::InputMethodDelegate* delegate) {
52 void FakeInputMethod::SetFocusedTextInputClient(TextInputClient* client) {
58 TextInputClient* FakeInputMethod::GetTextInputClient() const {
62 bool FakeInputMethod::DispatchKeyEvent(const base::NativeEvent& native_event) {
102 bool FakeInputMethod::DispatchFabricatedKeyEvent(const ui::KeyEvent& event) {
113 void FakeInputMethod::Init(bool focused) {
    [all...]
fake_input_method.h 24 class UI_EXPORT FakeInputMethod : NON_EXPORTED_BASE(public InputMethod) {
26 explicit FakeInputMethod(internal::InputMethodDelegate* delegate);
27 virtual ~FakeInputMethod();
58 DISALLOW_COPY_AND_ASSIGN(FakeInputMethod);
input_method_factory.cc 49 return new FakeInputMethod(delegate);

Completed in 71 milliseconds