Home
last modified time | relevance | path

Searched refs:selectors (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Djson.h54 const std::vector<std::string>& selectors) { in GetValue() argument
56 for (const auto& selector : selectors) { in GetValue()
66 const Json::Value& array, const std::vector<std::string>& selectors) { in GetArrayValues() argument
69 result.emplace_back(CF_EXPECT(GetValue<T>(element, selectors))); in GetArrayValues()
75 const std::vector<std::string>& selectors) { in HasValue() argument
77 for (const auto& selector : selectors) { in HasValue()
/device/google/cuttlefish/host/frontend/webrtc/html_client/
Dstyle.css426 #touchpad-list .selectors {
430 #touchpad-list .selectors button {
438 #touchpad-list .selectors button:hover {
443 #touchpad-list .selectors button.selected {
/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_builder.cpp141 const std::vector<std::string> selectors{kGuestSnapshotField, in SetToRestoreFromSnapshot() local
144 CF_EXPECT(GetValue<std::string>(meta_info_json, selectors)); in SetToRestoreFromSnapshot()
Dcrosvm_manager.cpp456 const std::vector<std::string> selectors{kGuestSnapshotField, in StartCommands() local
459 CF_EXPECT(GetValue<std::string>(meta_info_json, selectors)); in StartCommands()