HomeSort by relevance Sort by last modified time
    Searched refs:image_b (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/sync/test/integration/
bookmarks_helper.cc 292 gfx::Image image_b = favicon_data_b.image; local
294 if (image_a.IsEmpty() && image_b.IsEmpty())
297 if (image_a.IsEmpty() != image_b.IsEmpty())
303 SkBitmap bitmap_b = image_b.AsImageSkia().GetRepresentation(
  /art/runtime/gc/space/
image_space.cc 356 static bool ChecksumsMatch(const char* image_a, const char* image_b) {
359 return ReadSpecificImageHeader(image_a, &hdr_a) && ReadSpecificImageHeader(image_b, &hdr_b)

Completed in 92 milliseconds