OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MediaGalleryPrefInfo
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences.h
45
struct
MediaGalleryPrefInfo
{
53
MediaGalleryPrefInfo
();
54
~
MediaGalleryPrefInfo
();
116
typedef std::map<MediaGalleryPrefId,
MediaGalleryPrefInfo
>
179
MediaGalleryPrefInfo
* gallery) const;
media_galleries_preferences.cc
106
bool GetType(const DictionaryValue& dict,
MediaGalleryPrefInfo
::Type* type) {
112
*type =
MediaGalleryPrefInfo
::kAutoDetected;
116
*type =
MediaGalleryPrefInfo
::kUserAdded;
120
*type =
MediaGalleryPrefInfo
::kBlackListed;
128
const DictionaryValue& dict,
MediaGalleryPrefInfo
* out_gallery_info) {
133
MediaGalleryPrefInfo
::Type type =
MediaGalleryPrefInfo
::kAutoDetected;
178
const
MediaGalleryPrefInfo
& gallery) {
189
case
MediaGalleryPrefInfo
::kAutoDetected:
192
case
MediaGalleryPrefInfo
::kUserAdded
[
all
...]
Completed in 305 milliseconds