Searched refs:interval_dict (Results 1 – 1 of 1) sorted by relevance
659 const base::DictionaryValue* interval_dict; in GetDisallowedTimeIntervals() local660 if (!interval_value.GetAsDictionary(&interval_dict)) { in GetDisallowedTimeIntervals()666 if (!interval_dict->GetDictionary("start", &start) || in GetDisallowedTimeIntervals()667 !interval_dict->GetDictionary("end", &end)) { in GetDisallowedTimeIntervals()