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

  /external/chromium_org/chrome/installer/util/
language_selector.h 46 static bool SelectIf(const std::vector<std::wstring>& candidates,
language_selector.cc 159 // A predicate function for LanguageSelector::SelectIf that searches for the
176 // A predicate function for LanguageSelector::SelectIf that searches for a
257 bool LanguageSelector::SelectIf(const std::vector<std::wstring>& candidates,
283 if (!SelectIf(candidates, &GetLanguageOffset, &matched_candidate_,
285 !SelectIf(candidates, &MatchLanguageOffset, &matched_candidate_,

Completed in 579 milliseconds