HomeSort by relevance Sort by last modified time
    Searched defs:cancel_composition_called (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/ime/
mock_input_method.h 48 bool cancel_composition_called() const { return cancel_composition_called_; } function in class:views::MockInputMethod
  /external/chromium_org/ui/base/ime/
remote_input_method_win_unittest.cc 180 bool cancel_composition_called() const { function in class:ui::__anon351::MockRemoteInputMethodDelegateWin
347 EXPECT_FALSE(mock_remote_delegate.cancel_composition_called());
351 EXPECT_TRUE(mock_remote_delegate.cancel_composition_called());

Completed in 46 milliseconds