OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDefaultWallpaperUrl
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/chromeos/
customization_document.h
172
bool
GetDefaultWallpaperUrl
(GURL* out_url) const;
customization_document.cc
656
bool ServicesCustomizationDocument::
GetDefaultWallpaperUrl
(
833
if (!
GetDefaultWallpaperUrl
(&wallpaper_url)) {
889
const bool wallpaper_url_present =
GetDefaultWallpaperUrl
(&wallpaper_url);
[
all
...]
customization_document_unittest.cc
331
EXPECT_FALSE(doc->
GetDefaultWallpaperUrl
(&wallpaper_url));
Completed in 175 milliseconds