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

  /external/chromium_org/chrome/browser/ui/autofill/
generated_credit_card_bubble_view.h 12 class GeneratedCreditCardBubbleController;
36 const base::WeakPtr<GeneratedCreditCardBubbleController>& controller);
generated_credit_card_bubble_controller.cc 32 autofill::GeneratedCreditCardBubbleController);
43 GeneratedCreditCardBubbleController* GetOrCreate(content::WebContents* wc) {
44 GeneratedCreditCardBubbleController::CreateForWebContents(wc);
45 return GeneratedCreditCardBubbleController::FromWebContents(wc);
54 GeneratedCreditCardBubbleController::GeneratedCreditCardBubbleController(
63 GeneratedCreditCardBubbleController::~GeneratedCreditCardBubbleController() {
70 void GeneratedCreditCardBubbleController::RegisterUserPrefs(
79 void GeneratedCreditCardBubbleController::Show
    [all...]
test_generated_credit_card_bubble_view.h 27 const base::WeakPtr<GeneratedCreditCardBubbleController>& controller);
42 const base::WeakPtr<GeneratedCreditCardBubbleController>& controller);
45 base::WeakPtr<GeneratedCreditCardBubbleController> controller_;
generated_credit_card_bubble_view.cc 18 const base::WeakPtr<GeneratedCreditCardBubbleController>& controller) {
generated_credit_card_bubble_controller.h 45 // GeneratedCreditCardBubbleController
51 class GeneratedCreditCardBubbleController
53 public content::WebContentsUserData<GeneratedCreditCardBubbleController> {
55 virtual ~GeneratedCreditCardBubbleController();
100 explicit GeneratedCreditCardBubbleController(content::WebContents* contents);
103 base::WeakPtr<GeneratedCreditCardBubbleController> GetWeakPtr();
127 content::WebContentsUserData<GeneratedCreditCardBubbleController>;
162 base::WeakPtrFactory<GeneratedCreditCardBubbleController> weak_ptr_factory_;
164 DISALLOW_COPY_AND_ASSIGN(GeneratedCreditCardBubbleController);
test_generated_credit_card_bubble_view.cc 14 const base::WeakPtr<GeneratedCreditCardBubbleController>& controller) {
38 const base::WeakPtr<GeneratedCreditCardBubbleController>& controller)
generated_credit_card_bubble_controller_unittest.cc 46 : public GeneratedCreditCardBubbleController {
50 : GeneratedCreditCardBubbleController(contents) {
62 GeneratedCreditCardBubbleController::bubble().get());
autofill_dialog_controller_unittest.cc 296 public GeneratedCreditCardBubbleController {
300 : GeneratedCreditCardBubbleController(contents) {
    [all...]
autofill_dialog_controller_impl.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/location_bar/
generated_credit_card_view.h 18 class GeneratedCreditCardBubbleController;
44 // Helper to get the GeneratedCreditCardBubbleController associated with the
46 autofill::GeneratedCreditCardBubbleController* GetController() const;
generated_credit_card_view.cc 22 autofill::GeneratedCreditCardBubbleController* controller = GetController();
35 autofill::GeneratedCreditCardBubbleController* controller = GetController();
40 autofill::GeneratedCreditCardBubbleController* controller = GetController();
45 autofill::GeneratedCreditCardBubbleController* GeneratedCreditCardView::
51 return autofill::GeneratedCreditCardBubbleController::FromWebContents(wc);
  /external/chromium_org/chrome/browser/ui/views/autofill/
generated_credit_card_bubble_views.h 17 class GeneratedCreditCardBubbleController;
45 const base::WeakPtr<GeneratedCreditCardBubbleController>& controller);
48 const base::WeakPtr<GeneratedCreditCardBubbleController>& controller);
51 base::WeakPtr<GeneratedCreditCardBubbleController> controller_;
generated_credit_card_bubble_views.cc 26 const base::WeakPtr<GeneratedCreditCardBubbleController>& controller) {
94 const base::WeakPtr<GeneratedCreditCardBubbleController>& controller) {
100 const base::WeakPtr<GeneratedCreditCardBubbleController>& controller)
  /external/chromium_org/chrome/browser/prefs/
browser_prefs.cc 298 autofill::GeneratedCreditCardBubbleController::RegisterUserPrefs(registry);

Completed in 3899 milliseconds