Searched refs:ClearSelection (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_popup_base_view.cc129 ClearSelection();
142 ClearSelection();
152 base::Bind(&AutofillPopupBaseView::ClearSelection,
160 ClearSelection();
181 ClearSelection();
188 ClearSelection();
192 ClearSelection();
229 void AutofillPopupBaseView::ClearSelection() { function in class:autofill::AutofillPopupBaseView
H A Dautofill_popup_base_view.h77 void ClearSelection();
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_model.cc309 ClearSelection();
322 ClearSelection();
430 void TextfieldModel::ClearSelection() { function in class:views::TextfieldModel
433 render_text_->ClearSelection();
H A Dtextfield_model.h151 void ClearSelection();
H A Dtextfield.cc352 void Textfield::ClearSelection() { function in class:views::Textfield
353 model_->ClearSelection();
617 ClearSelection();
1580 ClearSelection();
H A Dtextfield.h99 void ClearSelection();
H A Dtextfield_model_unittest.cc266 model.ClearSelection();
331 model.ClearSelection();
375 model.ClearSelection();
980 model.ClearSelection();
H A Dtextfield_unittest.cc919 textfield_->ClearSelection();
1230 textfield_->ClearSelection();
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_formfield.cpp133 ClearSelection();
152 ClearSelection();
371 ClearSelection();
398 ClearSelection();
505 FX_BOOL CPDF_FormField::ClearSelection(FX_BOOL bNotify) function in class:CPDF_FormField
/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_selection_controller_unittest.cc93 void ClearSelection() { function in class:content::TouchSelectionControllerTest
98 void ClearInsertion() { ClearSelection(); }
485 ClearSelection();
674 ClearSelection();
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_ListBox.cpp179 m_pWidget->ClearSelection(FALSE);
/external/pdfium/fpdfsdk/include/
H A Dfsdk_baseform.h100 void ClearSelection(FX_BOOL bNotify);
/external/chromium_org/ui/gfx/
H A Drender_text.h306 void ClearSelection();
H A Drender_text.cc583 void RenderText::ClearSelection() { function in class:gfx::RenderText
/external/chromium_org/ui/views/touchui/
H A Dtouch_selection_controller_impl_unittest.cc269 textfield_->ClearSelection();
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h1187 FX_BOOL ClearSelection(FX_BOOL bNotify = FALSE);
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp327 void CPDFSDK_Widget::ClearSelection(FX_BOOL bNotify) function in class:CPDFSDK_Widget
332 pFormField->ClearSelection(bNotify);
/external/pdfium/fpdfsdk/src/javascript/
H A DField.cpp1136 pFormField->ClearSelection(TRUE);
3277 pFormField->ClearSelection(TRUE);
/external/chromium_org/ui/views/
H A Dview_unittest.cc1163 textfield->ClearSelection();

Completed in 728 milliseconds