OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPhotoLibraryParser
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/utility/media_galleries/
iphoto_library_parser.h
15
class
IPhotoLibraryParser
{
17
IPhotoLibraryParser
();
18
~
IPhotoLibraryParser
();
29
DISALLOW_COPY_AND_ASSIGN(
IPhotoLibraryParser
);
iphoto_library_parser.cc
231
IPhotoLibraryParser
::
IPhotoLibraryParser
() {}
232
IPhotoLibraryParser
::~
IPhotoLibraryParser
() {}
234
bool
IPhotoLibraryParser
::Parse(const std::string& library_xml) {
iphoto_library_parser_unittest.cc
155
IPhotoLibraryParser
parser;
/external/chromium_org/chrome/utility/
chrome_content_utility_client.cc
777
iphoto::
IPhotoLibraryParser
parser;
Completed in 76 milliseconds