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

  /external/chromium/chrome/browser/chromeos/login/
update_screen.h 77 // Returns a static InstanceSet.
78 typedef std::set<UpdateScreen*> InstanceSet;
79 static InstanceSet& GetInstanceSet();
update_screen.cc 43 UpdateScreen::InstanceSet& UpdateScreen::GetInstanceSet() {
51 InstanceSet& instance_set = GetInstanceSet();
52 InstanceSet::iterator found = instance_set.find(inst);

Completed in 830 milliseconds