NotificationBitmapToGfxImage  253 chrome/browser/extensions/api/notifications/notifications_api.cc   NotificationBitmapToGfxImage(options->icon_bitmap.get(), &icon);
NotificationBitmapToGfxImage  272 chrome/browser/extensions/api/notifications/notifications_api.cc         NotificationBitmapToGfxImage((*options->buttons)[i]->icon_bitmap.get(),
NotificationBitmapToGfxImage  283 chrome/browser/extensions/api/notifications/notifications_api.cc     bool has_image = NotificationBitmapToGfxImage(options->image_bitmap.get(),
NotificationBitmapToGfxImage  359 chrome/browser/extensions/api/notifications/notifications_api.cc     NotificationBitmapToGfxImage(options->icon_bitmap.get(), &icon);
NotificationBitmapToGfxImage  379 chrome/browser/extensions/api/notifications/notifications_api.cc         NotificationBitmapToGfxImage((*options->buttons)[i]->icon_bitmap.get(),
NotificationBitmapToGfxImage  392 chrome/browser/extensions/api/notifications/notifications_api.cc     if (NotificationBitmapToGfxImage(options->image_bitmap.get(), &image)) {