OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kButtonTwoIconUrl
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/notifications/sync_notifier/
sync_notifier_test_utils.h
68
extern const char
kButtonTwoIconUrl
[];
sync_notifier_test_utils.cc
61
const char
kButtonTwoIconUrl
[] = "http://www.google.com/image9.jpg";
188
action2->mutable_icon()->set_url(
kButtonTwoIconUrl
);
synced_notification_unittest.cc
276
EXPECT_EQ(GURL(
kButtonTwoIconUrl
), button_two_icon_url);
387
notification1_->AddBitmapToFetchQueue(GURL(
kButtonTwoIconUrl
));
412
notification1_->OnFetchComplete(GURL(
kButtonTwoIconUrl
), &bitmap);
Completed in 28 milliseconds