Searched refs:selectors (Results 1 – 4 of 4) sorted by relevance
54 const std::vector<std::string>& selectors) { in GetValue() argument56 for (const auto& selector : selectors) { in GetValue()66 const Json::Value& array, const std::vector<std::string>& selectors) { in GetArrayValues() argument69 result.emplace_back(CF_EXPECT(GetValue<T>(element, selectors))); in GetArrayValues()75 const std::vector<std::string>& selectors) { in HasValue() argument77 for (const auto& selector : selectors) { in HasValue()
426 #touchpad-list .selectors {430 #touchpad-list .selectors button {438 #touchpad-list .selectors button:hover {443 #touchpad-list .selectors button.selected {
141 const std::vector<std::string> selectors{kGuestSnapshotField, in SetToRestoreFromSnapshot() local144 CF_EXPECT(GetValue<std::string>(meta_info_json, selectors)); in SetToRestoreFromSnapshot()
456 const std::vector<std::string> selectors{kGuestSnapshotField, in StartCommands() local459 CF_EXPECT(GetValue<std::string>(meta_info_json, selectors)); in StartCommands()