OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iphoto
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/chrome/utility/media_galleries/
iphoto_library_parser.h
13
namespace
iphoto
{
namespace
32
} // namespace
iphoto
iphoto_library_parser.cc
16
namespace
iphoto
{
namespace
184
std::set<
iphoto
::parser::Photo>* all_photos) {
302
} // namespace
iphoto
iphoto_library_parser_unittest.cc
103
namespace
iphoto
{
namespace
324
} // namespace
iphoto
/external/chromium_org/chrome/browser/media_galleries/
imported_media_gallery_registry.h
16
namespace
iphoto
{
namespace
59
static
iphoto
::IPhotoDataProvider* IPhotoDataProvider();
64
friend class
iphoto
::IPhotoDataProviderTest;
100
scoped_ptr<
iphoto
::IPhotoDataProvider> iphoto_data_provider_;
imported_media_gallery_registry.cc
197
iphoto
::IPhotoDataProvider*
250
iphoto_data_provider_.reset(new
iphoto
::IPhotoDataProvider(xml_library_path));
/external/chromium_org/chrome/common/media_galleries/
iphoto_library.cc
7
namespace
iphoto
{
namespace
37
} // namespace
iphoto
iphoto_library.h
5
// These data structures can be used to describe the contents of an
iPhoto
16
namespace
iphoto
{
namespace
44
} // namespace
iphoto
/external/chromium_org/chrome/browser/media_galleries/fileapi/
safe_iapps_library_parser.h
37
typedef base::Callback<void(bool, const
iphoto
::parser::Library&)>
44
// Start the parse of the
iPhoto
library file.
76
//
iPhoto
XML. Runs on the IO thread.
78
void OnGotIPhotoLibrary(bool result, const
iphoto
::parser::Library& library);
iphoto_data_provider.h
22
namespace
iphoto
{
namespace
24
// This class is the holder for
iPhoto
parsed data. Given a path to the
iPhoto
75
} // namespace
iphoto
safe_iapps_library_parser.cc
111
bool result, const
iphoto
::parser::Library& library) {
155
OnGotIPhotoLibrary(false /* failed */,
iphoto
::parser::Library());
iphoto_file_util.h
14
namespace
iphoto
{
namespace
18
// Presents a virtual file system containing
iPhoto
contents in the
97
} // namespace
iphoto
media_file_system_backend.cc
65
iphoto_file_util_(new
iphoto
::IPhotoFileUtil(media_path_filter_.get()))
iphoto_data_provider.cc
21
namespace
iphoto
{
namespace
188
} // namespace
iphoto
iphoto_data_provider_browsertest.cc
28
namespace
iphoto
{
namespace
478
} // namespace
iphoto
iphoto_file_util.cc
28
namespace
iphoto
{
namespace
328
} // namespace
iphoto
iphoto_file_util_unittest.cc
36
namespace
iphoto
{
namespace
346
} // namespace
iphoto
/external/chromium_org/chrome/common/
chrome_utility_messages.h
69
IPC_STRUCT_TRAITS_BEGIN(
iphoto
::parser::Photo)
75
IPC_STRUCT_TRAITS_BEGIN(
iphoto
::parser::Library)
198
// Tell the utility process to parse the
iPhoto
library XML file and
199
// return the parse result as well as the
iPhoto
library as an
iphoto
::Library.
343
// Reply after parsing the
iPhoto
library XML file with the parser result and
344
// an
iphoto
::Library data structure.
347
iphoto
::parser::Library /*
iPhoto
library */)
/external/chromium_org/chrome/utility/
chrome_content_utility_client.cc
777
iphoto
::IPhotoLibraryParser parser;
Completed in 92 milliseconds