Home
last modified time | relevance | path

Searched refs:createPrintDocumentAdapter (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/webkit/
DWebView.java1158 public PrintDocumentAdapter createPrintDocumentAdapter() { in createPrintDocumentAdapter() method in WebView
1161 return mProvider.createPrintDocumentAdapter("default"); in createPrintDocumentAdapter()
1177 public PrintDocumentAdapter createPrintDocumentAdapter(String documentName) { in createPrintDocumentAdapter() method in WebView
1180 return mProvider.createPrintDocumentAdapter(documentName); in createPrintDocumentAdapter()
DWebViewProvider.java153 public PrintDocumentAdapter createPrintDocumentAdapter(String documentName); in createPrintDocumentAdapter() method
/frameworks/webview/chromium/java/com/android/webview/chromium/
DWebViewChromium.java2142 public PrintDocumentAdapter createPrintDocumentAdapter() {
2143 return createPrintDocumentAdapter("default");
2147 public PrintDocumentAdapter createPrintDocumentAdapter(String documentName) {
/frameworks/base/docs/html/training/printing/
Dhtml-docs.jd158 PrintDocumentAdapter printAdapter = webView.createPrintDocumentAdapter();
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt316 NO DOC BLOCK: android.webkit.WebView Method createPrintDocumentAdapter(java.lang.String)
317 NO DOC BLOCK: android.webkit.WebView Method createPrintDocumentAdapter()
/frameworks/base/api/
Dsystem-current.txt38741 method public deprecated android.print.PrintDocumentAdapter createPrintDocumentAdapter();
38742 method public android.print.PrintDocumentAdapter createPrintDocumentAdapter(java.lang.String);
38992 …method public abstract android.print.PrintDocumentAdapter createPrintDocumentAdapter(java.lang.Str…
Dcurrent.txt36435 method public deprecated android.print.PrintDocumentAdapter createPrintDocumentAdapter();
36436 method public android.print.PrintDocumentAdapter createPrintDocumentAdapter(java.lang.String);