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

  /external/pdfium/core/fpdfdoc/
cpdf_bookmarktree.cpp 31 const CPDF_Bookmark& bookmark) const {
32 CPDF_Dictionary* pDict = bookmark.GetDict();
cpdf_bookmarktree.h 21 CPDF_Bookmark GetNextSibling(const CPDF_Bookmark& bookmark) const;
  /external/pdfium/public/
fpdf_doc.h 50 // Get the first child of |bookmark|, or the first top-level bookmark item.
53 // bookmark - handle to the current bookmark. Pass NULL for the first top
56 // Returns a handle to the first child of |bookmark| or the first top-level
57 // bookmark item. NULL if no child or top-level bookmark found.
59 FPDFBookmark_GetFirstChild(FPDF_DOCUMENT document, FPDF_BOOKMARK bookmark);
61 // Get the next sibling of |bookmark|.
64 // bookmark - handle to the current bookmark
    [all...]
  /external/pdfium/fpdfsdk/
fpdfdoc.cpp 26 CPDF_Bookmark bookmark,
30 if (pdfium::ContainsKey(*visited, bookmark.GetDict()))
32 visited->insert(bookmark.GetDict());
34 if (bookmark.GetDict() &&
35 bookmark.GetTitle().CompareNoCase(title.c_str()) == 0) {
37 return bookmark;
41 CPDF_Bookmark child = tree.GetFirstChild(bookmark);
71 CPDF_Bookmark bookmark = local
73 return tree.GetFirstChild(bookmark).GetDict();
84 CPDF_Bookmark bookmark local
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
MovieViewControl.java 109 final Integer bookmark = getBookmark(); local
110 if (bookmark != null) {
115 MenuHelper.formatDuration(context, bookmark)));
123 mVideoView.seekTo(bookmark);
151 Video.VideoColumns.BOOKMARK};
160 int bookmark = getCursorInteger(cursor, 1); local
161 if ((bookmark < TWO_MINUTES)
163 || (bookmark > (duration - ONE_MINUTE))) {
166 return Integer.valueOf(bookmark);
190 private void setBookmark(int bookmark) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
MoviePlayer.java 196 final Integer bookmark = mBookmarker.getBookmark(mUri); local
197 if (bookmark != null) {
198 showResumeDialog(movieActivity, bookmark);
247 private void showResumeDialog(Context context, final int bookmark) {
252 GalleryUtils.formatDuration(context, bookmark / 1000)));
263 mVideoView.seekTo(bookmark);
484 private static final String BOOKMARK_CACHE_FILE = "bookmark";
498 public void setBookmark(Uri uri, int bookmark, int duration) {
507 dos.writeInt(bookmark);
529 int bookmark = dis.readInt() local
    [all...]
  /external/protobuf/js/binary/
writer.js 126 * Begins a new message by writing the field header and returning a bookmark
134 var bookmark = this.encoder_.end();
135 this.blocks_.push(bookmark);
136 this.totalLength_ += bookmark.length;
137 bookmark.push(this.totalLength_);
138 return bookmark;
146 * @param {!Array.<number>} bookmark
149 jspb.BinaryWriter.prototype.endDelimited_ = function(bookmark) {
150 var oldLength = bookmark.pop();
155 bookmark.push((messageLength & 0x7f) | 0x80)
    [all...]
  /external/libchrome/base/
values_unittest.cc 385 DictionaryValue* bookmark; local
387 ASSERT_TRUE(bookmark_list->GetDictionary(0, &bookmark));
389 ASSERT_TRUE(bookmark->GetString("name", &bookmark_name));
392 ASSERT_TRUE(bookmark->GetString("url", &bookmark_url));
    [all...]
  /external/v8/src/parsing/
parser-base.h     [all...]
parser.cc     [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /test/vti/test_serving/gae/webapp/static/bootstrap/css/
bootstrap.css     [all...]
bootstrap.min.css     [all...]
  /external/ImageMagick/www/css/
magick.css 5 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\ (…)
    [all...]
  /external/okhttp/website/static/
bootstrap-combined.min.css     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 1032 milliseconds