HomeSort by relevance Sort by last modified time
    Searched refs:PDF (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/chromium_org/ppapi/cpp/private/
pdf.cc 5 #include "ppapi/cpp/private/pdf.h"
24 bool PDF::IsAvailable() {
29 Var PDF::GetLocalizedString(const InstanceHandle& instance,
40 ImageData PDF::GetResourceImage(const InstanceHandle& instance,
51 PP_Resource PDF::GetFontFileWithFallback(
63 bool PDF::GetFontTableForPrivateFontFile(PP_Resource font_file,
75 void PDF::SearchString(const InstanceHandle& instance,
88 void PDF::DidStartLoading(const InstanceHandle& instance) {
94 void PDF::DidStopLoading(const InstanceHandle& instance) {
100 void PDF::SetContentRestriction(const InstanceHandle& instance
    [all...]
pdf.h 20 class PDF {
  /external/chromium_org/ppapi/tests/
test_pdf.cc 10 #include "ppapi/cpp/private/pdf.h"
14 REGISTER_TEST_CASE(PDF);
26 pp::Var string = pp::PDF::GetLocalizedString(instance_,
36 pp::PDF::GetResourceImage(instance_, PP_RESOURCEIMAGE_PDF_BUTTON_ZOOMIN);
  /external/nist-pkits/
generate-tests.sh 32 echo "Usage: $0 PKITS.pdf PKITS_data.zip"
40 PDF="${1}"
43 if [ ! -f "${PDF}" -o "${PDF#${PDF%.pdf}}" != ".pdf" ]; then
44 echo "The first argument must point to PKITS.pdf"
71 ${PDFTOTEXT} -layout -nopgbrk -eol unix "${PDF}" "${TEMP_TEXT}"
94 shasum_file "${PDF}" >> pkits.versio
    [all...]
  /frameworks/support/v4/tests/java/android/support/v4/text/
BidiFormatterTest.java 41 private static final String PDF = "\u202C";
67 RLE + "." + HE + "." + PDF + LRM,
70 LRM + RLE + "." + HE + "." + PDF + LRM,
73 RLE + "." + HE + "." + PDF,
76 RLE + "." + PDF + LRM,
79 LRE + "." + EN + "." + PDF + RLM,
82 RLM + LRE + "." + EN + "." + PDF + RLM,
85 LRE + "." + EN + "." + PDF,
88 LRE + "." + PDF + RLM,
157 RLE + EN + HE + EN + PDF + LRM
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
BidiFormatterTest.java 42 private static final String PDF = "\u202C";
112 RLE + "." + HE + "." + PDF + LRM,
115 LRM + RLE + "." + HE + "." + PDF + LRM,
118 RLE + "." + HE + "." + PDF,
121 RLE + "." + PDF + LRM,
124 LRE + "." + EN + "." + PDF + RLM,
127 RLM + LRE + "." + EN + "." + PDF + RLM,
130 LRE + "." + EN + "." + PDF,
133 LRE + "." + PDF + RLM,
202 RLE + EN + HE + EN + PDF + LRM
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cbididat.c 23 "LRE", "LRO", "AL", "RLE", "RLO", "PDF", "NSM", "BN"
30 /* LRE LRO AL RLE RLO PDF NSM BN */
142 RLE, WS, R, R, R, WS, PDF, WS, B
159 AN, RLO, NSM, LRE, PDF, RLE, ES, EN, ON
176 LRE, BN, CS, RLO, S, PDF, EN, LRO, AN, ES
192 L, WS, LRE, WS, R, R, R, WS, PDF, WS, L, L, L, WS, PDF, WS,
193 AL, AL, AL, WS, PDF, WS, L, L, L, WS, PDF, WS, L, L, L, WS, PDF,
    [all...]
cbiditst.h 51 #define PDF U_POP_DIRECTIONAL_FORMAT
  /external/icu/icu4c/source/test/cintltst/
cbididat.c 23 "LRE", "LRO", "AL", "RLE", "RLO", "PDF", "NSM", "BN",
31 /* LRE LRO AL RLE RLO PDF NSM BN */
145 RLE, WS, R, R, R, WS, PDF, WS, B
162 AN, RLO, NSM, LRE, PDF, RLE, ES, EN, ON /* 9 entries */
183 LRE, BN, CS, RLO, S, PDF, EN, LRO, AN, ES /* 10 entries */
203 WS, LRE, WS, R, R, R, WS, PDF, WS, L, L, L, WS, PDF, WS, AL, AL, AL, WS, PDF, /* 20 entries */
204 WS, L, L, L, WS, PDF, WS, L, L, L, WS, PDF, ON, PDF, BN, BN, ON, PDF /* 18 entries *
    [all...]
cbiditst.h 51 #define PDF U_POP_DIRECTIONAL_FORMAT
  /external/chromium_org/chrome/browser/resources/pdf/
pdf_scripting_api.js 7 * the PDF viewer so that it can be customized by things like print preview.
8 * @param {Window} window the window of the page containing the pdf viewer.
9 * @param {string} extensionUrl the url of the PDF extension.
64 * Sets the destination window containing the PDF viewer. This will be called
65 * when a 'readyToReceive' message is received from the PDF viewer or it can
67 * @param {Window} pdfWindow the window containing the PDF viewer.
78 * Sets the callback which will be run when the PDF viewport changes.
86 * Sets the callback which will be run when the PDF document has finished
95 * Resets the PDF viewer into print preview mode.
96 * @param {string} url the url of the PDF to load
    [all...]
background.js 27 // mask the URL with the URL of the PDF.
pdf.js 42 // of the pdf and zoom level.
66 this.plugin_.type = 'application/x-google-chrome-pdf';
80 // PDF to load. This is used for print preview in particular.
89 // "chrome-extension://<extension id>?<pdf url>". We pull out the <pdf url>
453 // If the PDF isn't modifiable we send 0 as the page count so that no
454 // blank placeholder pages get appended to the PDF.
480 * @type {Viewport} the viewport of the PDF viewer.
  /external/chromium_org/tools/grit/grit/
pseudo_rtl.py 65 PDF = u'\u202c'
81 part = ALPHABETIC_RUN.sub(lambda run: RLO + run.group() + PDF, part)
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
pdf_processor.js 13 * Process PDFs created with Chrome's built-in PDF plug-in, which has an
21 var es = document.querySelectorAll('embed[type="application/pdf"]');
34 'Unable to access copy-protected PDF. Skipping.');
  /external/chromium_org/pdf/
instance.cc 5 #include "pdf/instance.h"
24 #include "pdf/draw_utils.h"
25 #include "pdf/number_image_generator.h"
26 #include "pdf/pdf.h"
27 #include "pdf/resource_consts.h"
39 #include "ppapi/cpp/private/pdf.h"
105 // For more possible parameters, see RFC 3778 and the "PDF Open Parameters"
224 // Sample |src_url| format: chrome://print/id/page_index/print.pdf
230 if (url_substr[2] != "print.pdf")
    [all...]
out_of_process_instance.cc 5 #include "pdf/out_of_process_instance.h"
22 #include "pdf/draw_utils.h"
23 #include "pdf/pdf.h"
36 #include "ppapi/cpp/private/pdf.h"
51 // For more possible parameters, see RFC 3778 and the "PDF Open Parameters"
174 // Sample |src_url| format: chrome://print/id/page_index/print.pdf
180 if (url_substr[2] != "print.pdf")
268 // Check if the PDF is being loaded in the PDF chrome extension. We only allo
    [all...]
pdf.cc 5 #include "pdf/pdf.h"
13 #include "pdf/instance.h"
14 #include "pdf/out_of_process_instance.h"
16 #include "ppapi/cpp/private/pdf.h"
100 if (pp::PDF::IsOutOfProcess(pp::InstanceHandle(instance)))
110 // the internal PDF SDK (such as LoadDocument, LoadPage etc). Determine if we
112 // Wrapper exports over the PDF engine that can be used by an external module
115 // |pdf_buffer| is the buffer that contains the entire PDF document to be
123 // specify a bounds rectangle within the DC in which to render the PDF page
    [all...]
  /external/libvorbis/doc/
Vorbis_I_spec.tex 25 % Hyperref enriches the generated PDF with clickable links,
83 % Configure graphics formats: Prefer PDF, fall back to PNG or JPG, as available.
84 \DeclareGraphicsExtensions{.pdf,.png,.jpg,.jpeg}
  /external/chromium_org/third_party/icu/source/common/
ubidiimp.h 53 PDF=U_POP_DIRECTIONAL_FORMAT,
80 #define MASK_EXPLICIT (MASK_LRX|MASK_RLX|DIRPROP_FLAG(PDF))
  /frameworks/base/core/java/android/text/
BidiFormatter.java 100 * Unicode "Pop Directional Formatting" (PDF) character.
102 private static final char PDF = '\u202C';
360 * the string with Unicode bidi formatting characters: RLE+{@code str}+PDF for RTL text, or
361 * LRE+{@code str}+PDF for LTR text.
392 result.append(PDF);
460 * the string. Treats a non-BN character between an LRE/RLE/LRO/RLO and its matching PDF as a
462 * string containing unbalanced LRE/RLE/LRO/RLO/PDF characters. The intended use is to check
478 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RTL after
479 * RLE/RLO. The results are undefined for a string containing unbalanced LRE/RLE/LRO/RLO/PDF
568 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RT
    [all...]
  /frameworks/support/v4/java/android/support/v4/text/
BidiFormatter.java 96 * Unicode "Pop Directional Formatting" (PDF) character.
98 private static final char PDF = '\u202C';
352 * the string with Unicode bidi formatting characters: RLE+{@code str}+PDF for RTL text, or
353 * LRE+{@code str}+PDF for LTR text.
383 result.append(PDF);
450 * the string. Treats a non-BN character between an LRE/RLE/LRO/RLO and its matching PDF as a
452 * string containing unbalanced LRE/RLE/LRO/RLO/PDF characters. The intended use is to check
468 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RTL after
469 * RLE/RLO. The results are undefined for a string containing unbalanced LRE/RLE/LRO/RLO/PDF
558 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RT
    [all...]
  /external/icu/icu4c/source/common/
ubidiimp.h 53 PDF=U_POP_DIRECTIONAL_FORMAT, /* 16 */
83 #define MASK_EXPLICIT (DIRPROP_FLAG(LRE)|DIRPROP_FLAG(LRO)|DIRPROP_FLAG(RLE)|DIRPROP_FLAG(RLO)|DIRPROP_FLAG(PDF))
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_type.js 96 {type: 'document', icon: 'pdf', name: 'PDF_DOCUMENT_FILE_TYPE',
97 subtype: 'PDF', pattern: /\.pdf$/i},
  /external/chromium_org/native_client_sdk/src/doc/
faq.rst 123 <https://nativeclient.googlecode.com/svn/data/site/NaCl_SFI.pdf>`_ (PDF).
125 <http://research.google.com/pubs/pub34913.html>`_ (PDF).
387 (PDF).

Completed in 370 milliseconds

1 2 3