/external/webkit/WebCore/rendering/ |
RenderTableCell.cpp | 856 paintInfo.context->restore(); [all...] |
/external/webkit/WebKit/android/WebCoreSupport/ |
FrameLoaderClientAndroid.cpp | 813 // restore the scale (only) for the top frame [all...] |
/external/webkit/WebKit/qt/Api/ |
qwebelement.cpp | [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
GradientDrawable.java | 360 canvas.restore(); [all...] |
/packages/apps/Email/src/com/android/email/ |
LegacyConversions.java | 386 Attachment dbAttachment = new Attachment().restore(cursor); 587 * Used for backup/restore. 638 * Used for backup/restore and for account migration. [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
LatinKeyboard.java | 741 canvas.restore();
|
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ |
ndapi.c | 839 NJ_EXTERN NJ_INT16 njx_check_dic(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT8 restore, NJ_UINT32 size) {
|
/frameworks/base/core/java/android/widget/ |
TextView.java | [all...] |
/external/iproute2/doc/ |
api-ip6-flowlabels.tex | 331 labels at stable storage and restore them back after reboot before the first
|
/external/v8/src/ |
v8natives.js | 64 // functions on String.prototype etc. and then restore the old function
|
string.js | 469 regexp.lastIndex = last_idx; // restore lastIndex
|
/external/webkit/WebCore/platform/graphics/mac/ |
MediaPlayerPrivateQTKit.mm | 659 // restore playback only if not at end, otherwise QTMovie will loop 912 // If this movie is reloading and we mean to restore the current time/rate, this might be the right time to do it. [all...] |
/external/webkit/WebKit/android/nav/ |
WebView.cpp | 439 SkAutoCanvasRestore restore(canvas, true); [all...] |
/external/webkit/WebKit/win/ |
WebFrame.cpp | 356 gc.restore(); [all...] |
/packages/apps/Email/src/com/android/exchange/ |
SyncManager.java | 613 Account account = new Account().restore(c); [all...] |
/external/webkit/WebCore/platform/graphics/cairo/ |
GraphicsContextCairo.cpp | 233 m_data->restore(); [all...] |
/external/webkit/WebCore/plugins/ |
PluginView.cpp | [all...] |
/frameworks/base/awt/com/android/internal/awt/ |
AndroidGraphics2D.java | [all...] |
/frameworks/base/core/java/android/app/ |
Activity.java | [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
CalendarView.java | [all...] |
/external/skia/src/core/ |
SkPicturePlayback.cpp | 7 a save/restore block because a clip... command returned false (empty). 716 case RESTORE: 717 canvas.restore(); [all...] |
/external/webkit/WebCore/loader/ |
FrameLoader.cpp | [all...] |
/dalvik/vm/mterp/out/ |
InterpAsm-armv4t.S | 43 Callee must save/restore r4+ (except r12) if it modifies them. If VFP 81 /* save/restore the PC and/or FP from the glue struct */ 270 * got pushed onto the stack. From this it figures out how to restore 373 * Restore the stack pointer and PC from the save point established on entry. 378 * SP and LR. Here we restore SP, restore the registers, and then restore 389 LDMFD_PC "r4-r10,fp" @ restore 9 regs and return [all...] |
InterpAsm-armv5te-vfp.S | 43 Callee must save/restore r4+ (except r12) if it modifies them. If VFP 81 /* save/restore the PC and/or FP from the glue struct */ 270 * got pushed onto the stack. From this it figures out how to restore 373 * Restore the stack pointer and PC from the save point established on entry. 378 * SP and LR. Here we restore SP, restore the registers, and then restore 389 LDMFD_PC "r4-r10,fp" @ restore 9 regs and return [all...] |
InterpAsm-armv5te.S | 43 Callee must save/restore r4+ (except r12) if it modifies them. If VFP 81 /* save/restore the PC and/or FP from the glue struct */ 270 * got pushed onto the stack. From this it figures out how to restore 373 * Restore the stack pointer and PC from the save point established on entry. 378 * SP and LR. Here we restore SP, restore the registers, and then restore 389 LDMFD_PC "r4-r10,fp" @ restore 9 regs and return [all...] |