Home
last modified time | relevance | path

Searched refs:avoid_bitmap_fetching_for_test_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/notifications/sync_notifier/
Dsynced_notification_app_info_service.h122 avoid_bitmap_fetching_for_test_ = avoid; in set_avoid_bitmap_fetching_for_test()
148 static bool avoid_bitmap_fetching_for_test_; variable
Dchrome_notifier_service.h139 avoid_bitmap_fetching_for_test_ = avoid; in set_avoid_bitmap_fetching_for_test()
215 static bool avoid_bitmap_fetching_for_test_; variable
Dsynced_notification_app_info_service.cc32 bool SyncedNotificationAppInfoService::avoid_bitmap_fetching_for_test_ = false; member in notifier::SyncedNotificationAppInfoService
220 if (!avoid_bitmap_fetching_for_test_) { in ProcessIncomingAppInfoProtobuf()
Dchrome_notifier_service.cc58 bool ChromeNotifierService::avoid_bitmap_fetching_for_test_ = false; member in notifier::ChromeNotifierService
554 if (avoid_bitmap_fetching_for_test_) { in Display()