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

  /external/chromium_org/base/message_loop/
message_pump_io_ios.h 73 bool is_persistent);
message_pump_io_ios.cc 40 bool is_persistent) {
44 is_persistent_ = is_persistent;
  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_private_api.cc 379 bool is_persistent = local
387 wallpaper_manager->SetUserWallpaperInfo(user_id_, info, is_persistent);
493 bool is_persistent = local
507 wallpaper_manager->SetUserWallpaperInfo(user_id_, info, is_persistent);
531 bool is_persistent = local
533 wallpaper_manager->SetUserWallpaperInfo(user_id, info, is_persistent);
668 bool is_persistent = local
670 wallpaper_manager->SetUserWallpaperInfo(email, info, is_persistent);
    [all...]
  /external/chromium_org/ash/system/tray/
system_tray.cc 90 bool is_persistent) {
99 is_persistent_ = is_persistent;
114 bool is_persistent() const { return is_persistent_; } function in class:ash::SystemBubbleWrapper
638 if (!system_bubble_ || system_bubble_->is_persistent())
  /external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager.cc 786 SetUserWallpaperInfo(user_id, info, true /* is_persistent */);
794 SetUserWallpaperInfo(user_id, info, true /* is_persistent */);
878 bool is_persistent = local
888 if (is_persistent) {
1519 bool is_persistent = local
    [all...]
wallpaper_manager.h 290 // State if |is_persistent| is true.
293 bool is_persistent);
393 void InitInitialUserWallpaper(const std::string& user_id, bool is_persistent);

Completed in 164 milliseconds