HomeSort by relevance Sort by last modified time
    Searched defs:InputMethodBase (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/views/ime/
input_method_base.h 25 class VIEWS_EXPORT InputMethodBase : public InputMethod,
28 InputMethodBase();
29 virtual ~InputMethodBase();
74 DISALLOW_COPY_AND_ASSIGN(InputMethodBase);
input_method_base.cc 15 InputMethodBase::InputMethodBase() : delegate_(NULL), widget_(NULL) {}
17 InputMethodBase::~InputMethodBase() {
21 void InputMethodBase::SetDelegate(internal::InputMethodDelegate* delegate) {
26 void InputMethodBase::Init(Widget* widget) {
39 views::View* InputMethodBase::GetFocusedView() const {
43 void InputMethodBase::OnTextInputTypeChanged(View* view) {}
45 ui::TextInputClient* InputMethodBase::GetTextInputClient() const {
50 ui::TextInputType InputMethodBase::GetTextInputType() const
    [all...]
  /external/chromium_org/ui/base/ime/
input_method_base.cc 14 InputMethodBase::InputMethodBase()
20 InputMethodBase::~InputMethodBase() {
26 void InputMethodBase::SetDelegate(internal::InputMethodDelegate* delegate) {
30 void InputMethodBase::Init(bool focused) {
35 void InputMethodBase::OnFocus() {
40 void InputMethodBase::OnBlur() {
45 void InputMethodBase::SetFocusedTextInputClient(TextInputClient* client) {
55 TextInputClient* InputMethodBase::GetTextInputClient() const
    [all...]
input_method_base.h 26 class UI_EXPORT InputMethodBase : NON_EXPORTED_BASE(public InputMethod) {
28 InputMethodBase();
29 virtual ~InputMethodBase();
96 DISALLOW_COPY_AND_ASSIGN(InputMethodBase);

Completed in 266 milliseconds