Home | History | Annotate | Download | only in chromedriver

Lines Matching refs:unmodified_text

179 KeyEvent CreateCharEvent(const std::string& unmodified_text,
185 unmodified_text,
249 std::string unmodified_text, modified_text;
268 modified_text = unmodified_text = "\r";
271 modified_text = unmodified_text = std::string();
280 key_code, webdriver_modifiers, &unmodified_text, &error_msg))
294 if (!ConvertKeyCodeToText(key_code, 0, &unmodified_text, &error_msg))
299 if (unmodified_text.empty() || modified_text.empty()) {
301 unmodified_text.clear();
306 unmodified_text = UTF16ToUTF8(keys.substr(i, 1));
324 if (unmodified_text.length() || modified_text.length()) {
326 CreateCharEvent(unmodified_text, modified_text, all_modifiers));