OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:image_b
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/sync/test/integration/
bookmarks_helper.cc
299
gfx::Image
image_b
= favicon_data_b.image;
local
301
if (image_a.IsEmpty() &&
image_b
.IsEmpty())
304
if (image_a.IsEmpty() !=
image_b
.IsEmpty())
310
SkBitmap bitmap_b =
image_b
.AsImageSkia().GetRepresentation(
/art/runtime/gc/space/
image_space.cc
381
static bool ChecksumsMatch(const char* image_a, const char*
image_b
) {
384
return ReadSpecificImageHeader(image_a, &hdr_a) && ReadSpecificImageHeader(
image_b
, &hdr_b)
[
all
...]
Completed in 158 milliseconds