Home | History | Annotate | Download | only in ime

Lines Matching defs:DummyTextInputClient

10 DummyTextInputClient::DummyTextInputClient()
13 DummyTextInputClient::DummyTextInputClient(TextInputType text_input_type)
16 DummyTextInputClient::~DummyTextInputClient() {
19 void DummyTextInputClient::SetCompositionText(
23 void DummyTextInputClient::ConfirmCompositionText() {
26 void DummyTextInputClient::ClearCompositionText() {
29 void DummyTextInputClient::InsertText(const base::string16& text) {
32 void DummyTextInputClient::InsertChar(base::char16 ch, int flags) {
35 gfx::NativeWindow DummyTextInputClient::GetAttachedWindow() const {
39 TextInputType DummyTextInputClient::GetTextInputType() const {
43 TextInputMode DummyTextInputClient::GetTextInputMode() const {
47 bool DummyTextInputClient::CanComposeInline() const {
51 gfx::Rect DummyTextInputClient::GetCaretBounds() const {
55 bool DummyTextInputClient::GetCompositionCharacterBounds(
61 bool DummyTextInputClient::HasCompositionText() const {
65 bool DummyTextInputClient::GetTextRange(gfx::Range* range) const {
69 bool DummyTextInputClient::GetCompositionTextRange(gfx::Range* range) const {
73 bool DummyTextInputClient::GetSelectionRange(gfx::Range* range) const {
77 bool DummyTextInputClient::SetSelectionRange(const gfx::Range& range) {
81 bool DummyTextInputClient::DeleteRange(const gfx::Range& range) {
85 bool DummyTextInputClient::GetTextFromRange(const gfx::Range& range,
90 void DummyTextInputClient::OnInputMethodChanged() {
93 bool DummyTextInputClient::ChangeTextDirectionAndLayoutAlignment(
98 void DummyTextInputClient::ExtendSelectionAndDelete(size_t before,
102 void DummyTextInputClient::EnsureCaretInRect(const gfx::Rect& rect) {
105 void DummyTextInputClient::OnCandidateWindowShown() {
108 void DummyTextInputClient::OnCandidateWindowUpdated() {
111 void DummyTextInputClient::OnCandidateWindowHidden() {
114 bool DummyTextInputClient::IsEditingCommandEnabled(int command_id) {
118 void DummyTextInputClient::ExecuteEditingCommand(int command_id) {