OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:documentInfo
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwPrintDocumentAdapter.java
42
PrintDocumentInfo
documentInfo
= new PrintDocumentInfo
46
// generate PDF here, set the page range information to
documentinfo
49
callback.onLayoutFinished(
documentInfo
, true);
/frameworks/base/core/java/android/print/
PrintFileDocumentAdapter.java
64
* @param
documentInfo
The information about the printed file.
67
PrintDocumentInfo
documentInfo
) {
71
if (
documentInfo
== null) {
72
throw new IllegalArgumentException("
documentInfo
cannot be null!");
76
mDocumentInfo =
documentInfo
;
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
PrintSpoolerService.java
707
private static final String TAG_DOCUMENT_INFO = "
documentInfo
";
[
all
...]
Completed in 42 milliseconds