Home
last modified time | relevance | path

Searched refs:UpdateBoundsAndRedrawPopup (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/ui/android/autofill/
Dautofill_popup_view_android.cc37 UpdateBoundsAndRedrawPopup(); in Show()
46 void AutofillPopupViewAndroid::UpdateBoundsAndRedrawPopup() { in UpdateBoundsAndRedrawPopup() function in autofill::AutofillPopupViewAndroid
Dautofill_popup_view_android.h41 virtual void UpdateBoundsAndRedrawPopup() OVERRIDE;
/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller_impl.cc181 UpdateBoundsAndRedrawPopup(); in Show()
219 UpdateBoundsAndRedrawPopup(); in UpdateDataListValues()
246 UpdateBoundsAndRedrawPopup(); in UpdateDataListValues()
308 void AutofillPopupControllerImpl::UpdateBoundsAndRedrawPopup() { in UpdateBoundsAndRedrawPopup() function in autofill::AutofillPopupControllerImpl
317 view_->UpdateBoundsAndRedrawPopup(); in UpdateBoundsAndRedrawPopup()
380 UpdateBoundsAndRedrawPopup(); in SetPopupBounds()
530 UpdateBoundsAndRedrawPopup(); in RemoveSelectedLine()
Dautofill_popup_view.h55 virtual void UpdateBoundsAndRedrawPopup() = 0;
Dautofill_popup_controller.h37 virtual void UpdateBoundsAndRedrawPopup() = 0;
Dautofill_popup_controller_unittest.cc108 MOCK_METHOD0(UpdateBoundsAndRedrawPopup, void());
179 UpdateBoundsAndRedrawPopup()); in TEST_F()
256 EXPECT_CALL(*autofill_popup_controller_, UpdateBoundsAndRedrawPopup()); in TEST_F()
Dautofill_popup_controller_impl.h90 virtual void UpdateBoundsAndRedrawPopup() OVERRIDE;
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dautofill_popup_view_bridge.mm49 UpdateBoundsAndRedrawPopup();
60 void AutofillPopupViewBridge::UpdateBoundsAndRedrawPopup() {
Dautofill_popup_view_bridge.h35 virtual void UpdateBoundsAndRedrawPopup() OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/autofill/
Dautofill_popup_view_views.h38 virtual void UpdateBoundsAndRedrawPopup() OVERRIDE;
Dautofill_popup_view_views.cc228 UpdateBoundsAndRedrawPopup(); in Show()
239 void AutofillPopupViewViews::UpdateBoundsAndRedrawPopup() { in UpdateBoundsAndRedrawPopup() function in autofill::AutofillPopupViewViews
/external/chromium_org/chrome/browser/ui/gtk/autofill/
Dautofill_popup_view_gtk.h54 virtual void UpdateBoundsAndRedrawPopup() OVERRIDE;
Dautofill_popup_view_gtk.cc79 UpdateBoundsAndRedrawPopup(); in Show()
94 void AutofillPopupViewGtk::UpdateBoundsAndRedrawPopup() { in UpdateBoundsAndRedrawPopup() function in autofill::AutofillPopupViewGtk