Home
last modified time | relevance | path

Searched refs:bookmark (Results 1 – 25 of 29) sorted by relevance

12

/external/protobuf/js/binary/
Dwriter.js134 var bookmark = this.encoder_.end();
135 this.blocks_.push(bookmark);
136 this.totalLength_ += bookmark.length;
137 bookmark.push(this.totalLength_);
138 return bookmark;
149 jspb.BinaryWriter.prototype.endDelimited_ = function(bookmark) { argument
150 var oldLength = bookmark.pop();
155 bookmark.push((messageLength & 0x7f) | 0x80);
160 bookmark.push(messageLength);
697 var bookmark = this.beginDelimited_(field);
[all …]
/external/pdfium/fpdfsdk/
Dfpdfdoc.cpp26 CPDF_Bookmark bookmark, in FindBookmark() argument
30 if (pdfium::ContainsKey(*visited, bookmark.GetDict())) in FindBookmark()
32 visited->insert(bookmark.GetDict()); in FindBookmark()
34 if (bookmark.GetDict() && in FindBookmark()
35 bookmark.GetTitle().CompareNoCase(title.c_str()) == 0) { in FindBookmark()
37 return bookmark; in FindBookmark()
41 CPDF_Bookmark child = tree.GetFirstChild(bookmark); in FindBookmark()
71 CPDF_Bookmark bookmark = in FPDFBookmark_GetFirstChild() local
73 return tree.GetFirstChild(bookmark).GetDict(); in FPDFBookmark_GetFirstChild()
84 CPDF_Bookmark bookmark = in FPDFBookmark_GetNextSibling() local
[all …]
/external/pdfium/public/
Dfpdf_doc.h59 FPDFBookmark_GetFirstChild(FPDF_DOCUMENT document, FPDF_BOOKMARK bookmark);
69 FPDFBookmark_GetNextSibling(FPDF_DOCUMENT document, FPDF_BOOKMARK bookmark);
85 FPDFBookmark_GetTitle(FPDF_BOOKMARK bookmark,
109 FPDFBookmark_GetDest(FPDF_DOCUMENT document, FPDF_BOOKMARK bookmark);
119 FPDFBookmark_GetAction(FPDF_BOOKMARK bookmark);
/external/pdfium/testing/resources/
Dbookmarks.in39 % First bookmark
47 % Last bookmark
55 % Root bookmark
Dbookmarks_circular.in39 % First bookmark
47 % Last bookmark
55 % Root bookmark
/external/pdfium/core/fpdfdoc/
Dcpdf_bookmarktree.cpp31 const CPDF_Bookmark& bookmark) const { in GetNextSibling()
32 CPDF_Dictionary* pDict = bookmark.GetDict(); in GetNextSibling()
Dcpdf_bookmarktree.h21 CPDF_Bookmark GetNextSibling(const CPDF_Bookmark& bookmark) const;
/external/autotest/client/site_tests/policy_ManagedBookmarks/
Dcontrol.singlebookmark_shown18 ManagedBookmarks specifies a single bookmark.
21 bookmarks folder and the specified bookmark(s). The test case shall fail if the
Dcontrol.multiplebookmarks_shown21 bookmarks folder and the specified bookmark(s). The test case shall fail if the
/external/autotest/
DPRESUBMIT.cfg13 # and as a bookmark. TODO: http://crbug.com/558819 some wrapper script
/external/autotest/client/site_tests/policy_EditBookmarksEnabled/
Dcontrol.notset_enable21 new bookmark. It shall fail if that behavior is not enforced.
Dcontrol.true_enable21 new bookmark. It shall fail if that behavior is not enforced.
Dcontrol.false_disable21 to add a new bookmark. It shall fail if that behavior is not enforced.
Dcontrol21 user to add a new bookmark when the policy is true/notset (or false). It shall
/external/tensorflow/tensorflow/docs_src/programmers_guide/
Dembedding.md177 To share your findings, you can use the bookmark panel in the bottom right
183 <img src="https://www.tensorflow.org/images/embedding-bookmark.png" alt="Bookmark panel" style="wid…
/external/libchrome/base/
Dvalues_unittest.cc385 DictionaryValue* bookmark; in TEST() local
387 ASSERT_TRUE(bookmark_list->GetDictionary(0, &bookmark)); in TEST()
389 ASSERT_TRUE(bookmark->GetString("name", &bookmark_name)); in TEST()
392 ASSERT_TRUE(bookmark->GetString("url", &bookmark_url)); in TEST()
/external/pdfium/testing/
DSUPPRESSIONS91 bookmark.pdf * * *
/external/v8/src/parsing/
Dparser.cc2660 Scanner::BookmarkScope bookmark(scanner()); in ParseFunctionLiteral() local
2661 bookmark.Set(); in ParseFunctionLiteral()
2669 bookmark.Apply(); in ParseFunctionLiteral()
Dparser-base.h4168 Scanner::BookmarkScope bookmark(scanner()); in ParseArrowFunctionLiteral()
4169 bookmark.Set(); in ParseArrowFunctionLiteral()
4184 bookmark.Apply(); in ParseArrowFunctionLiteral()
/external/owasp/sanitizer/lib/htmlparser-1.3/
Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM ...
Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM ...
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/
Dtree-construction.txt963 6. Let a bookmark note the position of the formatting element in
976 the aforementioned bookmark to be immediately after the
1000 aforementioned bookmark.
/external/curl/docs/
DTheArtOfHttpScripting312 bookmark that page with your given data, but it is an obvious disadvantage
/external/icu/icu4c/source/test/testdata/
Demoji-test.txt2861 1F4D1 ; fully-qualified # �� bookmark tabs
2862 1F516 ; fully-qualified # �� bookmark
/external/unicode/
Demoji-test.txt3034 1F4D1 ; fully-qualified # �� bookmark tabs
3035 1F516 ; fully-qualified # �� bookmark

12