Home
last modified time | relevance | path

Searched refs:name_tree (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_action.cpp22 CPDF_NameTree name_tree(pDoc, FX_BSTRC("Dests")); in GetDest() local
24 return name_tree.LookupNamedDest(pDoc, name); in GetDest()
334 CPDF_NameTree name_tree(m_pDocument, FX_BSTRC("JavaScript")); in CountJSActions() local
335 return name_tree.GetCount(); in CountJSActions()
340 CPDF_NameTree name_tree(m_pDocument, FX_BSTRC("JavaScript")); in GetJSAction() local
341 CPDF_Object *pAction = name_tree.LookupValue(index, csName); in GetJSAction()
350 CPDF_NameTree name_tree(m_pDocument, FX_BSTRC("JavaScript")); in GetJSAction() local
351 CPDF_Object *pAction = name_tree.LookupValue(csName); in GetJSAction()
360 CPDF_NameTree name_tree(m_pDocument, FX_BSTRC("JavaScript")); in FindJSAction() local
361 return name_tree.GetIndex(csName); in FindJSAction()
Ddoc_bookmark.cpp77 CPDF_NameTree name_tree(pDocument, FX_BSTRC("Dests")); in GetDest() local
79 return name_tree.LookupNamedDest(pDocument, name); in GetDest()
Ddoc_link.cpp94 CPDF_NameTree name_tree(pDoc, FX_BSTRC("Dests")); in GetDest() local
96 return name_tree.LookupNamedDest(pDoc, name); in GetDest()
/external/chromium_org/extensions/common/
Dmessage_bundle.cc137 const base::DictionaryValue* name_tree; in GetMessageValue() local
138 if (!name_value.GetAsDictionary(&name_tree)) { in GetMessageValue()
143 if (!name_tree->GetString(kMessageKey, value)) { in GetMessageValue()
150 if (!GetPlaceholders(*name_tree, key, &placeholders, error)) in GetMessageValue()
162 bool MessageBundle::GetPlaceholders(const base::DictionaryValue& name_tree, in GetPlaceholders() argument
166 if (!name_tree.HasKey(kPlaceholdersKey)) in GetPlaceholders()
170 if (!name_tree.GetDictionary(kPlaceholdersKey, &placeholders_tree)) { in GetPlaceholders()
Dmessage_bundle.h135 bool GetPlaceholders(const base::DictionaryValue& name_tree,
Dextension_l10n_util_unittest.cc225 base::DictionaryValue* name_tree = new base::DictionaryValue(); in CreateManifestBundle() local
226 name_tree->SetString("message", "name"); in CreateManifestBundle()
227 catalog->Set("name", name_tree); in CreateManifestBundle()
/external/pdfium/fpdfsdk/src/
Dfpdfview.cpp877 CPDF_NameTree name_tree(pDoc, FX_BSTRC("Dests")); in FPDF_GetNamedDestByName() local
878 return name_tree.LookupNamedDest(pDoc, name); in FPDF_GetNamedDestByName()
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliParser.java10855 CommonTree name_tree=null; in local_directive() local