Home | History | Annotate | Download | only in themes

Lines Matching defs:memory

278 // Returns a piece of memory with the contents of the file |path|.
510 scoped_refptr<RefCountedMemory> memory;
512 memory = data_pack_->GetStaticMemory(prs_id);
516 memory = it->second;
520 if (memory.get()) {
523 if (!gfx::PNGCodec::Decode(memory->front(), memory->size(),
540 RefCountedMemory* memory = NULL;
545 memory = data_pack_->GetStaticMemory(prs_id);
549 memory = it->second;
554 return memory;