Lines Matching refs:input_mode
9906 // specified |browser|. |input_mode| specifies what kind of keyboard should be
9907 // opened. If |input_mode| is CEF_TEXT_INPUT_MODE_NONE, any existing keyboard
9915 - cef_text_input_mode_t input_mode);
9916 + cef_text_input_mode_t input_mode,
11549 // specified |browser|. |input_mode| specifies what kind of keyboard
11550 // should be opened. If |input_mode| is CEF_TEXT_INPUT_MODE_NONE, any
11557 - TextInputMode input_mode) {}
11558 + TextInputMode input_mode,
29312 - cef_text_input_mode_t input_mode) {
29313 + cef_text_input_mode_t input_mode,
29322 - CefBrowserCToCpp::Wrap(browser), input_mode);
29323 + CefBrowserCToCpp::Wrap(browser), input_mode,
34483 - TextInputMode input_mode) {
34484 + TextInputMode input_mode,
34493 - _struct, CefBrowserCppToC::Wrap(browser), input_mode);
34494 + _struct, CefBrowserCppToC::Wrap(browser), input_mode, show_keyboard);
34542 - TextInputMode input_mode) override;
34543 + TextInputMode input_mode,
35626 - TextInputMode input_mode) override {
35627 + TextInputMode input_mode,
64266 + TextInputMode input_mode, bool show_keyboard) {
64267 + LOG(INFO) << "NWebRenderHandler::OnVirtualKeyboardRequested input_mode = " << input_mode << ", s…
64270 + if (input_mode != CEF_TEXT_INPUT_MODE_NONE) {
64483 + TextInputMode input_mode, bool show_keyboard) override;