OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LookUpGalleryByPath
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences_unittest.cc
333
EXPECT_TRUE(gallery_prefs()->
LookUpGalleryByPath
(MakePath("new_auto"), NULL));
334
EXPECT_TRUE(gallery_prefs()->
LookUpGalleryByPath
(MakePath("new_user"), NULL));
335
EXPECT_FALSE(gallery_prefs()->
LookUpGalleryByPath
(MakePath("other"), NULL));
339
EXPECT_TRUE(gallery_prefs()->
LookUpGalleryByPath
(MakePath("new_auto"),
343
EXPECT_TRUE(gallery_prefs()->
LookUpGalleryByPath
(MakePath("new_user"),
349
EXPECT_FALSE(gallery_prefs()->
LookUpGalleryByPath
(path, &gallery_info));
393
EXPECT_TRUE(gallery_prefs()->
LookUpGalleryByPath
(MakePath("new_auto"),
[
all
...]
media_galleries_preferences.h
176
// void
LookUpGalleryByPath
(base::FilePath& path,
178
bool
LookUpGalleryByPath
(const base::FilePath& path,
media_galleries_dialog_controller.cc
305
bool gallery_exists = preferences_->
LookUpGalleryByPath
(path, &gallery);
media_galleries_preferences.cc
623
bool MediaGalleriesPreferences::
LookUpGalleryByPath
(
839
if (
LookUpGalleryByPath
(path, &gallery_info) &&
[
all
...]
/external/chromium_org/chrome/browser/extensions/api/media_galleries/
media_galleries_apitest.cc
144
ASSERT_FALSE(preferences->
LookUpGalleryByPath
(fake_gallery_temp_dir_.path(),
Completed in 41 milliseconds