Home
last modified time | relevance | path

Searched refs:GetTextInputState (Results 1 – 19 of 19) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/test/
H A Dtext_input_test_utils.cc239 ->GetTextInputState(); in GetTextInputTypeFromWebContents()
356 observer_->text_input_manager()->GetTextInputState(); in GetTextInputType()
366 observer_->text_input_manager()->GetTextInputState(); in GetTextInputValue()
380 observer_->text_input_manager()->GetTextInputState(); in GetTextInputVkPolicy()
391 observer_->text_input_manager()->GetTextInputState(); in GetTextInputVkVisibilityRequest()
402 observer_->text_input_manager()->GetTextInputState(); in GetTextInputShowImeIfNeeded()
525 ->GetTextInputState(); in SetFromCurrentState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc1212 return text_input_manager_->GetTextInputState()->type; in GetTextInputType()
1218 return text_input_manager_->GetTextInputState()->mode; in GetTextInputMode()
1229 return text_input_manager_->GetTextInputState()->flags; in GetTextInputFlags()
1319 text_input_manager_->GetTextInputState(); in GetTextRange()
1334 text_input_manager_->GetTextInputState(); in GetCompositionTextRange()
1349 text_input_manager_->GetTextInputState(); in GetEditableSelectionRange()
1380 text_input_manager_->GetTextInputState(); in GetTextFromRange()
1488 text_input_manager_->GetTextInputState()->ime_text_spans_info; in GetAutocorrectRange()
1509 text_input_manager_->GetTextInputState()->ime_text_spans_info; in GetAutocorrectCharacterBounds()
1568 text_input_manager_->GetTextInputState(); in GetActiveTextInputControlLayoutBounds()
[all …]
H A Dtext_input_manager.h150 const ui::mojom::TextInputState* GetTextInputState() const;
H A Drender_widget_host_view_child_frame.cc946 if (text_input_manager_->GetTextInputState()) in GetTextInputType()
947 return text_input_manager_->GetTextInputState()->type; in GetTextInputType()
H A Dtext_input_manager.cc63 const ui::mojom::TextInputState* TextInputManager::GetTextInputState() const { in GetTextInputState() function in content::TextInputManager
H A Drender_widget_host_view_mac.mm316 return text_input_manager_->GetTextInputState()->type;
566 text_input_manager->GetTextInputState();
H A Drender_widget_host_view_android.cc752 *GetTextInputManager()->GetTextInputState()); in OnUpdateTextInputStateCalled()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/arc/input_method_manager/
H A Dinput_connection_impl.cc84 GetTextInputState(is_input_state_update_requested)); in UpdateTextInputState()
87 mojom::TextInputStatePtr InputConnectionImpl::GetTextInputState( in GetTextInputState() function in arc::InputConnectionImpl
236 std::move(callback).Run(GetTextInputState(false)); in RequestTextInputState()
H A Dinput_connection_impl.h38 mojom::TextInputStatePtr GetTextInputState(
H A Darc_input_method_manager_service.h115 mojom::TextInputStatePtr GetTextInputState(
H A Dinput_connection_impl_unittest.cc417 connection->GetTextInputState(true); in TEST_F()
H A Darc_input_method_manager_service.cc703 active_connection_->GetTextInputState(false)); in Focus()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc1261 if (text_input_manager_ && text_input_manager_->GetTextInputState()) in GetTextInputType()
1262 return text_input_manager_->GetTextInputState()->type; in GetTextInputType()
1267 if (text_input_manager_ && text_input_manager_->GetTextInputState()) in GetTextInputMode()
1268 return text_input_manager_->GetTextInputState()->mode; in GetTextInputMode()
1278 if (text_input_manager_ && text_input_manager_->GetTextInputState()) in GetTextInputFlags()
1279 return text_input_manager_->GetTextInputState()->flags; in GetTextInputFlags()
1284 if (text_input_manager_ && text_input_manager_->GetTextInputState()) in CanComposeInline()
1285 return text_input_manager_->GetTextInputState()->can_compose_inline; in CanComposeInline()
1370 const TextInputState* state = text_input_manager_->GetTextInputState(); in GetTextRange()
1384 const TextInputState* state = text_input_manager_->GetTextInputState(); in GetCompositionTextRange()
[all …]
H A Dtext_input_manager.h156 const TextInputState* GetTextInputState() const;
H A Drender_widget_host_view_child_frame.cc925 if (text_input_manager_->GetTextInputState()) in GetTextInputType()
926 return text_input_manager_->GetTextInputState()->type; in GetTextInputType()
H A Dtext_input_manager.cc64 const TextInputState* TextInputManager::GetTextInputState() const { in GetTextInputState() function in content::TextInputManager
H A Drender_widget_host_view_mac.mm309 return text_input_manager_->GetTextInputState()->type;
553 const TextInputState* state = text_input_manager->GetTextInputState();
H A Drender_widget_host_view_android.cc709 ? *GetTextInputManager()->GetTextInputState() in OnUpdateTextInputStateCalled()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/core/
H A Drender_widget_host_view_qt.cpp776 const content::TextInputState *state = text_input_manager_->GetTextInputState(); in OnUpdateTextInputStateCalled()
879 Q_ASSERT(text_input_manager_->GetTextInputState()); in selectionChanged()
880 m_cursorPosition = text_input_manager_->GetTextInputState()->selection_start; in selectionChanged()
1829 if (text_input_manager_ && text_input_manager_->GetTextInputState()) in getTextInputType()
1830 return text_input_manager_->GetTextInputState()->type; in getTextInputType()