OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FakeInputMethod
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/base/ime/
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
);
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
...]
Completed in 25 milliseconds