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

  /external/chromium_org/chrome/browser/ui/views/location_bar/
generated_credit_card_view.cc 21 if (controller && !controller->AnchorIcon().IsEmpty()) {
23 SetImage(controller->AnchorIcon().AsImageSkia());
  /external/chromium_org/chrome/browser/ui/autofill/
generated_credit_card_bubble_controller_unittest.cc 148 TEST_F(GeneratedCreditCardBubbleControllerTest, AnchorIcon) {
150 EXPECT_FALSE(controller()->AnchorIcon().IsEmpty());
generated_credit_card_bubble_controller.h 75 gfx::Image AnchorIcon() const;
generated_credit_card_bubble_controller.cc 112 gfx::Image GeneratedCreditCardBubbleController::AnchorIcon() const {

Completed in 69 milliseconds