Searched refs:RESTORE (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/content/common/
H A Dview_message_enums.h46 RESTORE, enumerator in enum:ViewMsg_Navigate_Type::Value
48 // Like RESTORE, except that the navigation contains POST data.
/external/skia/gm/
H A Doptimizations.cpp42 // RESTORE
61 (*preOptPattern)[3] = RESTORE;
62 (*preOptPattern)[4] = RESTORE;
70 (*postOptPattern)[3] = RESTORE;
71 (*postOptPattern)[4] = RESTORE;
79 (*postOptPattern)[4] = RESTORE;
80 (*postOptPattern)[5] = RESTORE;
81 (*postOptPattern)[6] = RESTORE;
168 // RESTORE
169 // RESTORE
[all...]
/external/iptables/iptables/
H A Diptables-apply105 RESTORE=ip6tables-restore
109 RESTORE=iptables-restore
113 COMMANDS=(tempfile "$SAVE" "$RESTORE")
140 if ! "$RESTORE" <"$FILE"; then
164 "$RESTORE" <"$TMPFILE";
/external/skia/tools/
H A Dfiltermain.cpp50 // RESTORE
56 RESTORE != canvas->getDrawCommandAt(curCommand+2)->getType()) {
121 // RESTORE
122 // RESTORE
130 RESTORE != canvas->getDrawCommandAt(curCommand+4)->getType() ||
131 RESTORE != canvas->getDrawCommandAt(curCommand+5)->getType()) {
188 // RESTORE
195 RESTORE != canvas->getDrawCommandAt(curCommand+3)->getType()) {
223 // RESTORE
230 RESTORE !
[all...]
/external/chromium_org/content/renderer/
H A Dskia_benchmarking_extension_unittest.cc101 EXPECT_EQ(cmd, RESTORE);
/external/chromium_org/third_party/skia/src/core/
H A DSkPicture.cpp79 case RESTORE: return "RESTORE";
H A DSkPictureFlat.h56 RESTORE, enumerator in enum:DrawType
H A DSkPictureRecord.cpp100 0, // RESTORE - no paint
306 * RESTORE
317 int pattern[] = { SAVE_LAYER, kDRAW_BITMAP_FLAVOR, /* RESTORE */ };
366 // and signal the caller (by returning true) to not add the RESTORE op
373 // and signal the caller (by returning true) to not add the RESTORE op
423 * RESTORE
424 * RESTORE
436 int pattern[] = { SAVE_LAYER, SAVE, CLIP_RECT, kDRAW_BITMAP_FLAVOR, RESTORE, /* RESTORE */ };
521 * Add the ability to fire optimizations on any op (not just RESTORE)
[all...]
H A DSkPicturePlayback.cpp1004 case RESTORE:
1491 case RESTORE:
/external/skia/src/core/
H A DSkPicture.cpp79 case RESTORE: return "RESTORE";
H A DSkPictureFlat.h56 RESTORE, enumerator in enum:DrawType
H A DSkPictureRecord.cpp100 0, // RESTORE - no paint
306 * RESTORE
317 int pattern[] = { SAVE_LAYER, kDRAW_BITMAP_FLAVOR, /* RESTORE */ };
366 // and signal the caller (by returning true) to not add the RESTORE op
373 // and signal the caller (by returning true) to not add the RESTORE op
423 * RESTORE
424 * RESTORE
436 int pattern[] = { SAVE_LAYER, SAVE, CLIP_RECT, kDRAW_BITMAP_FLAVOR, RESTORE, /* RESTORE */ };
521 * Add the ability to fire optimizations on any op (not just RESTORE)
[all...]
H A DSkPicturePlayback.cpp1004 case RESTORE:
1491 case RESTORE:
/external/chromium_org/third_party/zlib/
H A Dinfback.c130 #define RESTORE() \ macro
476 RESTORE();
H A Dinflate.c449 #define RESTORE() \ macro
805 RESTORE();
1008 RESTORE();
1216 RESTORE();
/external/qemu/distrib/zlib-1.2.3/
H A Dinfback.c130 #define RESTORE() \ macro
467 RESTORE();
H A Dinflate.c414 #define RESTORE() \ macro
768 RESTORE();
952 RESTORE();
1134 RESTORE();
/external/zlib/src/
H A Dinfback.c139 #define RESTORE() \ macro
484 RESTORE();
H A Dinflate.c470 #define RESTORE() \ macro
821 RESTORE();
1023 RESTORE();
1231 RESTORE();
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.cpp55 case RESTORE: return "Restore";
757 fDrawType = RESTORE;
/external/skia/src/utils/debugger/
H A DSkDrawCommand.cpp55 case RESTORE: return "Restore";
757 fDrawType = RESTORE;
/external/chromium_org/v8/src/
H A Djsregexp.cc1261 enum DeferredActionUndoType { IGNORE, RESTORE, CLEAR }; enumerator in enum:v8::internal::DeferredActionUndoType
1287 undo_action = RESTORE;
1298 undo_action = RESTORE;
1317 undo_action = pc->is_capture() ? CLEAR : RESTORE;
1330 undo_action = RESTORE;
1342 if (undo_action == RESTORE) {
/external/v8/src/
H A Djsregexp.cc1020 enum DeferredActionUndoType { IGNORE, RESTORE, CLEAR }; enumerator in enum:v8::internal::DeferredActionUndoType
1046 undo_action = RESTORE;
1057 undo_action = RESTORE;
1076 undo_action = pc->is_capture() ? CLEAR : RESTORE;
1089 undo_action = RESTORE;
1101 if (undo_action == RESTORE) {
/external/qemu/tcg/sparc/
H A Dtcg-target.c256 #define RESTORE (INSN_OP(2) | INSN_OP3(0x3d)) macro
1126 tcg_out32(s, RESTORE | INSN_RD(TCG_REG_G0) | INSN_RS1(TCG_REG_G0) |
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc192 // between |RESTORE_WITH_POST| and |RESTORE|.
197 return ViewMsg_Navigate_Type::RESTORE;

Completed in 2829 milliseconds

12