Searched refs:name_tree (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/core/src/fpdfdoc/ |
D | doc_action.cpp | 22 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()
|
D | doc_bookmark.cpp | 77 CPDF_NameTree name_tree(pDocument, FX_BSTRC("Dests")); in GetDest() local 79 return name_tree.LookupNamedDest(pDocument, name); in GetDest()
|
D | doc_link.cpp | 94 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/ |
D | message_bundle.cc | 137 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()
|
D | message_bundle.h | 135 bool GetPlaceholders(const base::DictionaryValue& name_tree,
|
D | extension_l10n_util_unittest.cc | 225 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/ |
D | fpdfview.cpp | 877 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/ |
D | smaliParser.java | 10855 CommonTree name_tree=null; in local_directive() local
|