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

  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 782 : proxy_button_(proxy_button),
825 bool is_active = active && proxy_button_->visible();
857 proxy_button_->OnMouseEntered(ProxyEvent(event));
867 proxy_button_->OnMouseExited(ProxyEvent(event));
876 return proxy_button_->OnMousePressed(ProxyEvent(event));
884 proxy_button_->OnMouseReleased(ProxyEvent(event));
892 proxy_button_->OnGestureEvent(event);
915 if (handler == proxy_button_)
    [all...]
autofill_dialog_views.h 322 // Sets whether mouse events should be forwarded to |proxy_button_|.
337 // Converts |event| to one suitable for |proxy_button_|.
340 // Returns true if the given event should be forwarded to |proxy_button_|.
344 views::Button* proxy_button_; // Weak reference. member in class:autofill::AutofillDialogViews::SectionContainer
346 // When true, all mouse events will be forwarded to |proxy_button_|.

Completed in 312 milliseconds