HomeSort by relevance Sort by last modified time
    Searched defs:is_persistent (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_private_api.cc 412 bool is_persistent = local
421 wallpaper_manager->SetUserWallpaperInfo(email, info, is_persistent);
520 bool is_persistent = local
528 wallpaper_manager->SetUserWallpaperInfo(email_, info, is_persistent);
552 bool is_persistent = local
554 wallpaper_manager->SetUserWallpaperInfo(email, info, is_persistent);
679 bool is_persistent = local
681 wallpaper_manager->SetUserWallpaperInfo(email, info, is_persistent);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
wallpaper_manager.cc 471 bool is_persistent = local
495 is_persistent,
510 SetUserWallpaperInfo(username, info, is_persistent);
521 bool is_persistent) {
528 SetUserWallpaperInfo(username, info, is_persistent);
540 bool is_persistent) {
543 if (!is_persistent)
    [all...]

Completed in 76 milliseconds