Home | History | Annotate | Download | only in core

Lines Matching refs:fProxy

356     : fProxy(proxy)
364 : fProxy(proxy)
395 fProxy->unref();
403 return fProxy->rewind();
408 return fProxy->getFileName();
421 return fProxy->read(buffer, size); // requesting total size
439 return remaining + fProxy->read(NULL, size - remaining);
467 s = fProxy->read(fBuffer, fBufferSize);
487 actuallyRead += fProxy->read(buffer, size);
501 return fProxy->getMemoryBase();