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.h 27 class UI_BASE_EXPORT InputMethodBase
29 public base::SupportsWeakPtr<InputMethodBase> {
31 InputMethodBase();
32 virtual ~InputMethodBase();
112 DISALLOW_COPY_AND_ASSIGN(InputMethodBase);
input_method_base.cc 19 InputMethodBase::InputMethodBase()
25 InputMethodBase::~InputMethodBase() {
31 void InputMethodBase::SetDelegate(internal::InputMethodDelegate* delegate) {
35 void InputMethodBase::Init(bool focused) {
40 void InputMethodBase::OnFocus() {
45 void InputMethodBase::OnBlur() {
50 void InputMethodBase::SetFocusedTextInputClient(TextInputClient* client) {
54 void InputMethodBase::DetachTextInputClient(TextInputClient* client)
    [all...]

Completed in 1600 milliseconds