Searched refs:selectors (Results 1 – 4 of 4) sorted by relevance
62 const std::vector<std::string>& selectors) { in GetValue() argument64 for (const auto& selector : selectors) { in GetValue()74 const Json::Value& array, const std::vector<std::string>& selectors) { in GetArrayValues() argument77 result.emplace_back(CF_EXPECT(GetValue<T>(element, selectors))); in GetArrayValues()83 const std::vector<std::string>& selectors) { in HasValue() argument85 for (const auto& selector : selectors) { in HasValue()
71 const std::vector<std::string> selectors{kGuestSnapshotField, in Commands() local74 CF_EXPECT(GetValue<std::string>(meta_info_json, selectors)); in Commands()
472 #touchpad-list .selectors {476 #touchpad-list .selectors button {484 #touchpad-list .selectors button:hover {489 #touchpad-list .selectors button.selected {
546 const std::vector<std::string> selectors{kGuestSnapshotField, in StartCommands() local549 CF_EXPECT(GetValue<std::string>(meta_info_json, selectors)); in StartCommands()