OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gallery_pref_id
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
media_galleries_private_api.cc
55
// Gets the |gallery_file_path| and |
gallery_pref_id
| of the gallery specified
57
// |
gallery_pref_id
| if the |gallery_id| is valid and returns false otherwise.
62
chrome::MediaGalleryPrefId*
gallery_pref_id
) {
73
*
gallery_pref_id
= pref_id;
185
chrome::MediaGalleryPrefId
gallery_pref_id
= 0;
local
187
&gallery_file_path, &
gallery_pref_id
)) {
189
HandleResponse(
gallery_pref_id
, false);
202
gallery_pref_id
,
208
gallery_pref_id
));
212
HandleResponse(
gallery_pref_id
, false)
265
chrome::MediaGalleryPrefId
gallery_pref_id
= 0;
local
282
state_tracker->OnGalleryWatchRemoved(extension_id(),
gallery_pref_id
);
local
[
all
...]
Completed in 63 milliseconds