OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kImageUrl1
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/notifications/sync_notifier/
sync_notifier_test_utils.h
53
extern const char
kImageUrl1
[];
synced_notification_unittest.cc
127
sync_data1_ = CreateSyncData(kTitle1, kText1, kIconUrl1,
kImageUrl1
,
136
sync_data4_ = CreateSyncData(kTitle1, kText1, kIconUrl1,
kImageUrl1
,
219
GURL expected_image_url = GURL(
kImageUrl1
);
385
notification1_->AddBitmapToFetchQueue(GURL(
kImageUrl1
));
406
notification1_->OnFetchComplete(GURL(
kImageUrl1
), &bitmap);
chrome_notifier_service_unittest.cc
279
CreateNotification(kTitle1, kText1, kIconUrl1,
kImageUrl1
, kAppId1,
323
kTitle1, kText1, kIconUrl1,
kImageUrl1
, kAppId1, kKey1, kUnread)));
346
kTitle1, kText1, kIconUrl1,
kImageUrl1
, kAppId1, kKey1, kUnread));
398
kTitle1, kText1, kIconUrl1,
kImageUrl1
, kAppId1, kKey1, kUnread));
449
kTitle1, kText1, kIconUrl1,
kImageUrl1
, kAppId1, kKey1, kUnread));
513
kTitle1, kText1, kIconUrl1,
kImageUrl1
, kAppId1, kKey1, kUnread));
521
initial_data.push_back(CreateSyncData(kTitle1, kText1, kIconUrl1,
kImageUrl1
,
558
kTitle1, kText1, kIconUrl1,
kImageUrl1
, kAppId1, kKey1, kDismissed));
566
initial_data.push_back(CreateSyncData(kTitle1, kText1, kIconUrl1,
kImageUrl1
,
600
kTitle1, kText1, kIconUrl1,
kImageUrl1
, kAppId1, kKey1, kDismissed))
[
all
...]
chrome_notifier_delegate_unittest.cc
59
kTitle1, kText1, kIconUrl1,
kImageUrl1
, kAppId1, kKey1, kUnread);
sync_notifier_test_utils.cc
45
const char
kImageUrl1
[] = "http://www.google.com/image1.jpg";
Completed in 39 milliseconds