Home | History | Annotate | Download | only in chromeos

Lines Matching defs:current_url

835     std::string current_url =
837 if (!current_url.empty()) {
840 << "but current value is non-empty: '" << current_url
893 std::string current_url =
895 if (current_url != wallpaper_url.spec()) {
900 << current_url << "'."
901 << (GURL(current_url).is_valid() && default_wallpaper_file_exists
907 << "but current value is non-empty: '" << current_url
919 // current_url == wallpaper_url.spec() )
920 if (GURL(current_url).is_valid() && default_wallpaper_file_exists) {
923 OnOEMWallpaperDownloaded(applying.Pass(), true, GURL(current_url));