Home
last modified time | relevance | path

Searched refs:last_text (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/
Drender_frame_impl.cc665 const base::string16& last_text = text.empty() ? pepper_composition_text_ in OnImeConfirmComposition() local
670 if (last_text.empty()) in OnImeConfirmComposition()
674 base::i18n::UTF16CharIterator iterator(&last_text); in OnImeConfirmComposition()
681 char_event.windowsKeyCode = last_text[i]; in OnImeConfirmComposition()
682 char_event.nativeKeyCode = last_text[i]; in OnImeConfirmComposition()
686 char_event.text[i - char_start] = last_text[i]; in OnImeConfirmComposition()
687 char_event.unmodifiedText[i - char_start] = last_text[i]; in OnImeConfirmComposition()
696 render_view_->focused_pepper_plugin()->HandleCompositionEnd(last_text); in OnImeConfirmComposition()
697 render_view_->focused_pepper_plugin()->HandleTextInput(last_text); in OnImeConfirmComposition()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
Dautopep8.py3646 self.last_text = None
3651 if text != self.last_text:
3656 self.last_text = text