Searched refs:oldAttributes (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/printing/android/java/src/org/chromium/printing/ |
D | PrintDocumentAdapterWrapper.java | 30 PrintAttributes oldAttributes, in onLayout() argument 119 PrintAttributes oldAttributes, in onLayout() argument 124 mPdfGenerator.onLayout(oldAttributes, newAttributes, cancellationSignal, in onLayout()
|
D | PrintingControllerImpl.java | 200 PrintAttributes oldAttributes, in onLayout() argument 210 mNeedNewPdf = !newAttributes.equals(oldAttributes); in onLayout()
|
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/printing/ |
D | PrintingControllerTest.java | 202 final PrintAttributes oldAttributes, in callLayoutOnUiThread() argument 210 oldAttributes, in callLayoutOnUiThread()
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
D | AwPrintDocumentAdapter.java | 51 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() argument
|
/external/chromium_org/third_party/libxml/src/ |
D | valid.c | 1387 xmlAttributePtr oldAttributes = NULL; in xmlAddElementDecl() local 1473 oldAttributes = ret->attributes; in xmlAddElementDecl() 1555 ret->attributes = oldAttributes; in xmlAddElementDecl()
|
/external/libxml2/ |
D | valid.c | 1387 xmlAttributePtr oldAttributes = NULL; in xmlAddElementDecl() local 1473 oldAttributes = ret->attributes; in xmlAddElementDecl() 1555 ret->attributes = oldAttributes; in xmlAddElementDecl()
|