Searched defs:Unselect (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinfolist_window_view.cc46 void Unselect();
138 void InfolistEntryView::Unselect() { function in class:chromeos::input_method::InfolistEntryView
220 infolist_row->Unselect();
H A Dcandidate_window_view.cc485 void CandidateView::Unselect() { function in class:chromeos::input_method::CandidateView
765 // Unselect the currently selected candidate.
769 candidate_views_[selected_candidate_index_in_page_]->Unselect();
915 // Unselect the currently selected candidate.
919 candidate_views_[selected_candidate_index_in_page_]->Unselect();
/external/chromium_org/content/browser/renderer_host/
H A Dime_adapter_android.cc233 void ImeAdapterAndroid::Unselect(JNIEnv* env, jobject) { function in class:content::ImeAdapterAndroid
238 rwhi->Unselect();
H A Drender_widget_host_impl.cc2283 void RenderWidgetHostImpl::Unselect() { function in class:content::RenderWidgetHostImpl
2285 RecordAction(UserMetricsAction("Unselect"));
/external/chromium/chrome/browser/chromeos/input_method/
H A Dcandidate_window.cc521 void Unselect();
700 void CandidateView::Unselect() { function in class:chromeos::CandidateView
1145 // Unselect the currently selected candidate.
1146 candidate_views_[selected_candidate_index_in_page_]->Unselect();

Completed in 116 milliseconds