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 818 : proxy_button_(proxy_button),
862 bool is_active = active && proxy_button_->visible();
894 proxy_button_->OnMouseEntered(ProxyEvent(event));
904 proxy_button_->OnMouseExited(ProxyEvent(event));
913 return proxy_button_->OnMousePressed(ProxyEvent(event));
921 proxy_button_->OnMouseReleased(ProxyEvent(event));
929 proxy_button_->OnGestureEvent(event);
952 if (handler == proxy_button_)
    [all...]
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_|.

Completed in 156 milliseconds