Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller_impl.cc176 UpdateBoundsAndRedrawPopup(); in Show()
208 UpdateBoundsAndRedrawPopup(); in UpdateDataListValues()
232 UpdateBoundsAndRedrawPopup(); in UpdateDataListValues()
287 void AutofillPopupControllerImpl::UpdateBoundsAndRedrawPopup() { in UpdateBoundsAndRedrawPopup() function in autofill::AutofillPopupControllerImpl
296 view_->UpdateBoundsAndRedrawPopup(); in UpdateBoundsAndRedrawPopup()
362 UpdateBoundsAndRedrawPopup(); in SetPopupBounds()
495 UpdateBoundsAndRedrawPopup(); in RemoveSelectedLine()
Dpassword_generation_popup_view.h28 virtual void UpdateBoundsAndRedrawPopup() = 0;
Dautofill_popup_view.h52 virtual void UpdateBoundsAndRedrawPopup() = 0;
Dautofill_popup_controller.h27 virtual void UpdateBoundsAndRedrawPopup() = 0;
Dpassword_generation_popup_controller_impl.cc145 view_->UpdateBoundsAndRedrawPopup(); in PasswordSelected()
248 view_->UpdateBoundsAndRedrawPopup(); in Show()
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.h76 virtual void UpdateBoundsAndRedrawPopup() OVERRIDE;
/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/cocoa/autofill/
Dpassword_generation_popup_view_bridge.h35 virtual void UpdateBoundsAndRedrawPopup() OVERRIDE;
Dautofill_popup_view_bridge.h37 virtual void UpdateBoundsAndRedrawPopup() OVERRIDE;
Dautofill_popup_view_bridge.mm42 void AutofillPopupViewBridge::UpdateBoundsAndRedrawPopup() {
Dpassword_generation_popup_view_bridge.mm38 void PasswordGenerationPopupViewBridge::UpdateBoundsAndRedrawPopup() {
/external/chromium_org/chrome/browser/ui/views/autofill/
Dautofill_popup_view_views.h32 virtual void UpdateBoundsAndRedrawPopup() OVERRIDE;
Dpassword_generation_popup_view_views.h32 virtual void UpdateBoundsAndRedrawPopup() OVERRIDE;
Dautofill_popup_view_views.cc41 void AutofillPopupViewViews::UpdateBoundsAndRedrawPopup() { in UpdateBoundsAndRedrawPopup() function in autofill::AutofillPopupViewViews
Dpassword_generation_popup_view_views.cc127 void PasswordGenerationPopupViewViews::UpdateBoundsAndRedrawPopup() { in UpdateBoundsAndRedrawPopup() function in autofill::PasswordGenerationPopupViewViews