Searched refs:AutocheckoutBubbleController (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautocheckout_bubble_controller.cc17 AutocheckoutBubbleController::AutocheckoutBubbleController( function in class:autofill::AutocheckoutBubbleController
29 AutocheckoutBubbleController::~AutocheckoutBubbleController() {}
32 base::string16 AutocheckoutBubbleController::AcceptText() {
37 base::string16 AutocheckoutBubbleController::CancelText() {
41 base::string16 AutocheckoutBubbleController::PromptText() {
50 gfx::Image AutocheckoutBubbleController::NormalImage() {
55 gfx::Image AutocheckoutBubbleController::HoverImage() {
60 gfx::Image AutocheckoutBubbleController
[all...]
H A Dautocheckout_bubble.h13 class AutocheckoutBubbleController;
27 scoped_ptr<AutocheckoutBubbleController> controller);
H A Dautocheckout_bubble.cc17 scoped_ptr<AutocheckoutBubbleController> controller) {
H A Dautocheckout_bubble_controller.h26 class AutocheckoutBubbleController { class in namespace:autofill
34 AutocheckoutBubbleController(
39 ~AutocheckoutBubbleController();
88 DISALLOW_COPY_AND_ASSIGN(AutocheckoutBubbleController);
H A Dautocheckout_bubble_controller_unittest.cc63 public autofill::AutocheckoutBubbleController {
67 : AutocheckoutBubbleController(gfx::RectF(),
77 AutocheckoutBubbleController::metric_logger()));
H A Dtab_autofill_manager_delegate.cc127 AutocheckoutBubble::Create(scoped_ptr<AutocheckoutBubbleController>(
128 new AutocheckoutBubbleController(
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautocheckout_bubble_views.h20 class AutocheckoutBubbleController;
29 AutocheckoutBubbleViews(scoped_ptr<AutocheckoutBubbleController> controller,
49 scoped_ptr<AutocheckoutBubbleController> controller_;
H A Dautocheckout_bubble_views.cc26 scoped_ptr<AutocheckoutBubbleController> controller,
105 this, AutocheckoutBubbleController::AcceptText());
112 new views::LabelButton(this, AutocheckoutBubbleController::CancelText());
142 scoped_ptr<AutocheckoutBubbleController> controller) {

Completed in 129 milliseconds