Searched defs:mAttributes (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwPrintDocumentAdapter.java25 private PrintAttributes mAttributes; field in class:AwPrintDocumentAdapter
54 mAttributes = newAttributes;
68 mPdfExporter.exportToPdf(destination, mAttributes, new ValueCallback<Boolean>() {
H A DAwPdfExporter.java29 private PrintAttributes mAttributes; field in class:AwPdfExporter
71 mAttributes = attributes;
103 mAttributes = null;
110 return mAttributes.getMediaSize().getWidthMils();
115 return mAttributes.getMediaSize().getHeightMils();
120 return getPrintDpi(mAttributes);
125 return mAttributes.getMinMargins().getLeftMils();
130 return mAttributes.getMinMargins().getRightMils();
135 return mAttributes.getMinMargins().getTopMils();
140 return mAttributes
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 246 milliseconds