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

  /external/chromium_org/chrome/browser/media_galleries/
gallery_watch_manager.h 101 std::set<WatchOwner> owners; member in struct:GalleryWatchManager::NotificationInfo
gallery_watch_manager.cc 312 it->second.owners.erase(owner);
313 if (it->second.owners.empty()) {
330 watched_paths_[path].owners.insert(owner);
347 std::set<WatchOwner> owners = notification_info->second.owners; local
348 for (std::set<WatchOwner>::iterator it = owners.begin(); it != owners.end();
385 for (it = notification_info->second.owners.begin();
386 it != notification_info->second.owners.end();
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager_chromeos_unittest.cc 228 std::set<std::string> owners; local
229 multi_user_window_manager_->GetOwnersOfVisibleWindows(&owners);
232 owner_list.insert(owner_list.begin(), owners.begin(), owners.end());
257 // drawn on the owners desktop - not on any other.
346 // Set some owners and make sure we got what we asked for.
427 // Set some owners and make sure we got what we asked for.
753 // Set some owners and make sure we got what we asked for.
    [all...]

Completed in 377 milliseconds