Home | History | Annotate | Download | only in base

Lines Matching full:dictionary

202 // DictionaryValue provides a key-value dictionary with (optional) "path"
207 // Returns |value| if it is a dictionary, nullptr otherwise.
217 // Returns true if the current dictionary has a value for the given key.
220 // Returns the number of Values in this dictionary.
223 // Returns whether the dictionary is empty.
226 // Clears any current contents of this dictionary.
267 // Note that the dictionary always owns the value that's returned.
314 // Removes the Value with the specified path from this dictionary (or one
336 // Merge |dictionary| into this dictionary. This is done recursively, i.e. any
338 // passed in dictionary takes precedence and data already present will be
339 // replaced. Values within |dictionary| are deep-copied, so |dictionary| may
341 void MergeDictionary(const DictionaryValue* dictionary);
343 // Swaps contents with the |other| dictionary.
347 // dictionary. It can't be used to modify the dictionary.