HomeSort by relevance Sort by last modified time
    Searched refs:name_tree (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/common/extensions/
extension_message_bundle.cc 137 DictionaryValue* name_tree; local
138 if (!catalog.GetDictionaryWithoutPathExpansion(key, &name_tree)) {
143 if (!name_tree->GetString(kMessageKey, value)) {
150 if (!GetPlaceholders(*name_tree, key, &placeholders, error))
162 bool ExtensionMessageBundle::GetPlaceholders(const DictionaryValue& name_tree,
166 if (!name_tree.HasKey(kPlaceholdersKey))
170 if (!name_tree.GetDictionary(kPlaceholdersKey, &placeholders_tree)) {
extension_message_bundle.h 131 bool GetPlaceholders(const DictionaryValue& name_tree,
extension_l10n_util_unittest.cc 221 DictionaryValue* name_tree = new DictionaryValue(); local
222 name_tree->SetString("message", "name");
223 catalog->Set("name", name_tree);
  /external/chromium/net/tools/spdyshark/
packet-spdy.c 1162 proto_tree *name_tree; local
    [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 49 milliseconds