autofill_dialog_views.h | 307 // Sets whether mouse events should be forwarded to |proxy_button_|. 322 // Converts |event| to one suitable for |proxy_button_|. 325 // Returns true if the given event should be forwarded to |proxy_button_|. 329 views::Button* proxy_button_; // Weak reference. member in class:autofill::AutofillDialogViews::SectionContainer 331 // When true, all mouse events will be forwarded to |proxy_button_|.
|