Searched refs:IsImeComposing (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/ui/base/ime/win/
H A Dtsf_event_router.h58 bool IsImeComposing();
H A Dtsf_event_router.cc53 bool IsImeComposing();
212 bool TSFEventRouter::Delegate::IsImeComposing() { function in class:ui::TSFEventRouter::Delegate
283 bool TSFEventRouter::IsImeComposing() { function in class:ui::TSFEventRouter
284 return delegate_->IsImeComposing();
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view.h175 virtual bool IsImeComposing() const = 0;
H A Dautocomplete_edit_unittest.cc63 virtual bool IsImeComposing() const { return false; } function in class:__anon1856::TestingAutocompleteEditView
H A Dautocomplete_edit_view_mac.h90 virtual bool IsImeComposing() const;
H A Dautocomplete_edit_view_views.h121 virtual bool IsImeComposing() const OVERRIDE;
H A Dautocomplete_edit_view_gtk.h146 virtual bool IsImeComposing() const;
H A Dautocomplete_edit_view_gtk.cc619 std::max(sel.cp_max, sel.cp_min) < GetTextLength() || IsImeComposing();
738 !IsImeComposing());
841 bool AutocompleteEditViewGtk::IsImeComposing() const {
1972 DCHECK(!IsImeComposing());
H A Dautocomplete_edit_view_views.cc536 bool AutocompleteEditViewViews::IsImeComposing() const { function in class:AutocompleteEditViewViews
H A Dautocomplete_edit_view_win.h141 virtual bool IsImeComposing() const;
H A Dautocomplete_edit_view_win.cc731 (sel.cpMax < GetTextLength()) || IsImeComposing());
899 text_differs, just_deleted_text, !IsImeComposing());
944 bool AutocompleteEditViewWin::IsImeComposing() const { function in class:AutocompleteEditViewWin
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_view.h210 virtual bool IsImeComposing() const = 0;
H A Domnibox_edit_unittest.cc70 virtual bool IsImeComposing() const OVERRIDE { return false; }
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
H A Domnibox_view_mac.h66 virtual bool IsImeComposing() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.h106 virtual bool IsImeComposing() const OVERRIDE;
H A Domnibox_view_win.h116 virtual bool IsImeComposing() const OVERRIDE;
H A Domnibox_view_win.cc781 (sel.cpMax < GetTextLength()) || IsImeComposing());
957 selection_differs, text_differs, just_deleted_text, !IsImeComposing());
1037 bool OmniboxViewWin::IsImeComposing() const { function in class:OmniboxViewWin
1039 return tsf_event_router_->IsImeComposing();
H A Domnibox_view_views.cc599 bool OmniboxViewViews::IsImeComposing() const { function in class:OmniboxViewViews
/external/chromium_org/chrome/browser/ui/gtk/omnibox/
H A Domnibox_view_gtk.h103 virtual bool IsImeComposing() const OVERRIDE;
H A Domnibox_view_gtk.cc572 IsImeComposing();
688 just_deleted_text, !IsImeComposing());
782 bool OmniboxViewGtk::IsImeComposing() const {
1882 DCHECK(!IsImeComposing());
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc416 if (animate_to_complete && !location_entry_->IsImeComposing())
/external/chromium_org/ui/views/controls/textfield/
H A Dnative_textfield_win.cc331 return tsf_event_router_->IsImeComposing();
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc807 !location_entry_->IsImeComposing()) {

Completed in 384 milliseconds