Searched defs:OnCandidateWindowCountChanged (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/base/ime/win/
H A Dtsf_event_router.h30 virtual void OnCandidateWindowCountChanged(size_t window_count) {} function in class:ui::TSFEventRouterObserver
61 void OnCandidateWindowCountChanged(size_t window_count);
H A Dtsf_event_router.cc157 router_->OnCandidateWindowCountChanged(open_candidate_window_ids_.size());
170 router_->OnCandidateWindowCountChanged(open_candidate_window_ids_.size());
287 void TSFEventRouter::OnCandidateWindowCountChanged(size_t window_count) { function in class:ui::TSFEventRouter
288 observer_->OnCandidateWindowCountChanged(window_count);
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_win.cc981 void OmniboxViewWin::OnCandidateWindowCountChanged(size_t window_count) { function in class:OmniboxViewWin

Completed in 140 milliseconds