Searched defs:PmpColumnReader (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/utility/media_galleries/
H A Dpmp_column_reader.h23 class PmpColumnReader { class in namespace:picasa
25 PmpColumnReader();
26 virtual ~PmpColumnReader();
60 DISALLOW_COPY_AND_ASSIGN(PmpColumnReader);
H A Dpmp_column_reader.cc23 PmpColumnReader::PmpColumnReader() function in class:picasa::PmpColumnReader
28 PmpColumnReader::~PmpColumnReader() {}
30 bool PmpColumnReader::ReadFile(base::File* file,
62 bool PmpColumnReader::ReadString(const uint32 row, std::string* result) const {
73 bool PmpColumnReader::ReadUInt32(const uint32 row, uint32* result) const {
83 bool PmpColumnReader::ReadDouble64(const uint32 row, double* result) const {
93 bool PmpColumnReader::ReadUInt8(const uint32 row, uint8* result) const {
103 bool PmpColumnReader
[all...]

Completed in 542 milliseconds