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

  /external/chromium_org/chrome/browser/web_resource/
promo_resource_service_unittest.cc 198 EXPECT_FALSE(notification_promo_.CanShow());
204 EXPECT_TRUE(notification_promo_.CanShow());
211 EXPECT_TRUE(notification_promo_.CanShow());
224 EXPECT_TRUE(new_promo.CanShow());
228 EXPECT_FALSE(new_promo.CanShow());
233 EXPECT_FALSE(new_promo.CanShow());
239 EXPECT_TRUE(new_promo.CanShow());
248 EXPECT_TRUE(new_promo.CanShow());
253 EXPECT_FALSE(new_promo.CanShow());
256 EXPECT_TRUE(new_promo.CanShow());
    [all...]
notification_promo_mobile_ntp.cc 31 bool NotificationPromoMobileNtp::CanShow() const {
32 return valid() && notification_promo_.CanShow();
notification_promo.h 50 bool CanShow() const;
notification_promo_mobile_ntp.h 30 bool CanShow() const;
notification_promo.cc 421 bool NotificationPromo::CanShow() const {
  /external/chromium_org/chrome/browser/ui/autofill/
test_generated_credit_card_bubble_controller.h 38 virtual bool CanShow() const OVERRIDE;
test_generated_credit_card_bubble_controller.cc 38 bool TestGeneratedCreditCardBubbleController::CanShow() const {
generated_credit_card_bubble_controller.h 112 virtual bool CanShow() const;
generated_credit_card_bubble_controller.cc 163 bool GeneratedCreditCardBubbleController::CanShow() const {
238 if (!CanShow())
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_resource_cache.cc 534 if (notification_promo.CanShow()) {
542 if (bubble_promo.CanShow()) {

Completed in 95 milliseconds