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

  /external/chromium_org/base/message_loop/
message_pump_io_ios.cc 40 bool is_persistent) {
44 is_persistent_ = is_persistent;
message_pump_io_ios.h 73 bool is_persistent);
  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_private_api.cc 381 bool is_persistent = !user_manager::UserManager::Get() local
386 wallpaper_manager->SetUserWallpaperInfo(user_id_, info, is_persistent);
492 bool is_persistent = !user_manager::UserManager::Get() local
503 wallpaper_manager->SetUserWallpaperInfo(user_id_, info, is_persistent);
525 bool is_persistent = local
527 wallpaper_manager->SetUserWallpaperInfo(user_id, info, is_persistent);
663 bool is_persistent = !user_manager::UserManager::Get() local
665 wallpaper_manager->SetUserWallpaperInfo(email, info, is_persistent);
    [all...]
  /external/chromium_org/content/renderer/media/crypto/
proxy_decryptor.cc 335 bool is_persistent = local
337 active_sessions_.insert(std::make_pair(web_session_id, is_persistent));
  /external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager.cc 781 SetUserWallpaperInfo(user_id, info, true /* is_persistent */);
789 SetUserWallpaperInfo(user_id, info, true /* is_persistent */);
905 bool is_persistent = local
1556 bool is_persistent = local
    [all...]
wallpaper_manager.h 302 // State if |is_persistent| is true.
305 bool is_persistent);
402 void InitInitialUserWallpaper(const std::string& user_id, bool is_persistent);
  /external/chromium_org/ash/system/tray/
system_tray.cc 89 bool is_persistent) {
98 is_persistent_ = is_persistent;
113 bool is_persistent() const { return is_persistent_; } function in class:ash::SystemBubbleWrapper
651 if (!system_bubble_ || system_bubble_->is_persistent())
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store.cc 299 // Version 5 adds the columns has_expires and is_persistent, so that the
    [all...]

Completed in 973 milliseconds