HomeSort by relevance Sort by last modified time
    Searched refs:AutofillPopupController (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_popup_view_cocoa.h 13 class AutofillPopupController;
20 __weak autofill::AutofillPopupController* controller_;
24 - (id)initWithController:(autofill::AutofillPopupController*)controller
autofill_popup_view_bridge.h 28 explicit AutofillPopupViewBridge(AutofillPopupController* controller);
45 AutofillPopupController* controller_; // Weak.
password_generation_popup_view_bridge.h 19 class AutofillPopupController;
password_generation_popup_view_cocoa.h 15 class AutofillPopupController;
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_popup_view_views.h 11 class AutofillPopupController;
22 AutofillPopupViewViews(AutofillPopupController* controller,
42 AutofillPopupController* controller_; // Weak reference.
autofill_popup_view_views.cc 23 AutofillPopupController* controller, views::Widget* observing_widget)
127 AutofillPopupController* controller) {
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_view.h 20 class AutofillPopupController;
55 static AutofillPopupView* Create(AutofillPopupController* controller);
autofill_popup_controller.h 24 class AutofillPopupController : public AutofillPopupViewDelegate {
83 virtual ~AutofillPopupController() {}
autofill_popup_controller_impl.h 24 // AutofillPopupController to allow calls from AutofillPopupView. The
26 class AutofillPopupControllerImpl : public AutofillPopupController {
75 // AutofillPopupController implementation.
autofill_popup_controller_unittest.cc 472 static_cast<AutofillPopupController*>(controller3.get())->
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_popup_view_android.h 20 class AutofillPopupController;
24 explicit AutofillPopupViewAndroid(AutofillPopupController* controller);
46 AutofillPopupController* controller_; // weak.
autofill_popup_view_android.cc 20 AutofillPopupController* controller)
103 AutofillPopupController* controller) {

Completed in 1761 milliseconds