OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAppIconUrl
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.cc
103
if (
GetAppIconUrl
() == url && bitmap != NULL) {
126
bool app_icon_ready =
GetAppIconUrl
().is_empty() ||
177
AddBitmapToFetchQueue(
GetAppIconUrl
());
316
GetAppIconUrl
(),
328
<< " " <<
GetAppIconUrl
() << " " << replace_key << " "
345
GetAppIconUrl
() == other.
GetAppIconUrl
() &&
484
GURL SyncedNotification::
GetAppIconUrl
() const {
synced_notification.h
59
GURL
GetAppIconUrl
() const;
synced_notification_unittest.cc
195
std::string found_icon_url = notification1_->
GetAppIconUrl
().spec();
Completed in 118 milliseconds