Lines Matching refs:AutofillPopupControllerImpl

70 WeakPtr<AutofillPopupControllerImpl> AutofillPopupControllerImpl::GetOrCreate(
71 WeakPtr<AutofillPopupControllerImpl> previous,
89 AutofillPopupControllerImpl* controller =
90 new AutofillPopupControllerImpl(
96 AutofillPopupControllerImpl::AutofillPopupControllerImpl(
111 base::Bind(&AutofillPopupControllerImpl::HandleKeyPressEvent,
124 AutofillPopupControllerImpl::~AutofillPopupControllerImpl() {}
126 void AutofillPopupControllerImpl::Show(
183 void AutofillPopupControllerImpl::UpdateDataListValues(
235 void AutofillPopupControllerImpl::Hide() {
246 void AutofillPopupControllerImpl::ViewDestroyed() {
253 bool AutofillPopupControllerImpl::HandleKeyPressEvent(
287 void AutofillPopupControllerImpl::UpdateBoundsAndRedrawPopup() {
299 void AutofillPopupControllerImpl::SetSelectionAtPoint(const gfx::Point& point) {
303 bool AutofillPopupControllerImpl::AcceptSelectedLine() {
317 void AutofillPopupControllerImpl::SelectionCleared() {
321 void AutofillPopupControllerImpl::AcceptSuggestion(size_t index) {
325 int AutofillPopupControllerImpl::GetIconResourceID(
335 bool AutofillPopupControllerImpl::CanDelete(size_t index) const {
343 bool AutofillPopupControllerImpl::IsWarning(size_t index) const {
347 gfx::Rect AutofillPopupControllerImpl::GetRowBounds(size_t index) {
360 void AutofillPopupControllerImpl::SetPopupBounds(const gfx::Rect& bounds) {
365 const gfx::Rect& AutofillPopupControllerImpl::popup_bounds() const {
369 content::WebContents* AutofillPopupControllerImpl::web_contents() {
373 gfx::NativeView AutofillPopupControllerImpl::container_view() {
377 const gfx::RectF& AutofillPopupControllerImpl::element_bounds() const {
381 bool AutofillPopupControllerImpl::IsRTL() const {
385 const std::vector<base::string16>& AutofillPopupControllerImpl::names() const {
389 const std::vector<base::string16>& AutofillPopupControllerImpl::subtexts()
394 const std::vector<base::string16>& AutofillPopupControllerImpl::icons() const {
398 const std::vector<int>& AutofillPopupControllerImpl::identifiers() const {
403 const gfx::FontList& AutofillPopupControllerImpl::GetNameFontListForRow(
411 const gfx::FontList& AutofillPopupControllerImpl::subtext_font_list() const {
416 int AutofillPopupControllerImpl::selected_line() const {
420 void AutofillPopupControllerImpl::SetSelectedLine(int selected_line) {
441 void AutofillPopupControllerImpl::SelectNextLine() {
456 void AutofillPopupControllerImpl::SelectPreviousLine() {
471 bool AutofillPopupControllerImpl::RemoveSelectedLine() {
503 int AutofillPopupControllerImpl::LineFromY(int y) {
517 int AutofillPopupControllerImpl::GetRowHeightFromId(int identifier) const {
524 bool AutofillPopupControllerImpl::CanAccept(int id) {
528 bool AutofillPopupControllerImpl::HasSuggestions() {
537 void AutofillPopupControllerImpl::SetValues(
549 void AutofillPopupControllerImpl::ShowView() {
553 void AutofillPopupControllerImpl::InvalidateRow(size_t row) {
560 int AutofillPopupControllerImpl::GetDesiredPopupWidth() const {
575 int AutofillPopupControllerImpl::GetDesiredPopupHeight() const {
585 int AutofillPopupControllerImpl::RowWidthWithoutText(int row) const {
607 void AutofillPopupControllerImpl::UpdatePopupBounds() {
616 WeakPtr<AutofillPopupControllerImpl> AutofillPopupControllerImpl::GetWeakPtr() {
620 void AutofillPopupControllerImpl::ClearState() {