OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddBitmapToFetchQueue
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification_unittest.cc
363
notification6->
AddBitmapToFetchQueue
(GURL(kIconUrl1));
364
notification6->
AddBitmapToFetchQueue
(GURL(kIconUrl2));
370
notification6->
AddBitmapToFetchQueue
(GURL(kIconUrl2));
384
notification1_->
AddBitmapToFetchQueue
(GURL(kIconUrl1));
385
notification1_->
AddBitmapToFetchQueue
(GURL(kImageUrl1));
386
notification1_->
AddBitmapToFetchQueue
(GURL(kButtonOneIconUrl));
387
notification1_->
AddBitmapToFetchQueue
(GURL(kButtonTwoIconUrl));
synced_notification.h
116
void
AddBitmapToFetchQueue
(const GURL& gurl);
synced_notification.cc
166
AddBitmapToFetchQueue
(GetButtonIconUrl(i));
173
AddBitmapToFetchQueue
(GetProfilePictureUrl(0));
177
AddBitmapToFetchQueue
(GetAppIconUrl());
178
AddBitmapToFetchQueue
(GetImageUrl());
194
void SyncedNotification::
AddBitmapToFetchQueue
(const GURL& url) {
Completed in 342 milliseconds