Searched defs:saved_state (Results 1 - 10 of 10) sorted by path

/external/chromium_org/ash/shell/
H A Dtoplevel_window.cc28 SavedState* saved_state = NULL; member in namespace:ash::shell::__anon1951
51 delete saved_state;
52 saved_state = NULL;
71 if (!saved_state)
72 saved_state = new SavedState;
73 saved_state->bounds = bounds;
74 saved_state->show_state = show_state;
81 bool is_saved_bounds = !!saved_state;
82 if (saved_state) {
83 *bounds = saved_state
[all...]
/external/chromium_org/components/invalidation/
H A Dsync_invalidation_listener_unittest.cc373 const UnackedInvalidationsMap& saved_state = GetSavedInvalidations(); local
375 saved_state.find(kBookmarksId_);
376 if (it == saved_state.end()) {
/external/chromium_org/printing/
H A Dprinted_document_win.cc54 int saved_state = SaveDC(context); local
55 DCHECK_NE(saved_state, 0);
59 int saved_state = SaveDC(context); local
60 DCHECK_NE(saved_state, 0);
78 BOOL res = RestoreDC(context, saved_state);
82 int res = RestoreDC(context, saved_state);
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dd1_both.c1126 struct dtls1_retransmit_state saved_state; local
1164 saved_state.enc_write_ctx = s->enc_write_ctx;
1165 saved_state.write_hash = s->write_hash;
1166 saved_state.session = s->session;
1167 saved_state.epoch = s->d1->w_epoch;
1177 if (frag->msg_header.saved_retransmit_state.epoch == saved_state.epoch - 1)
1187 s->enc_write_ctx = saved_state.enc_write_ctx;
1188 s->write_hash = saved_state.write_hash;
1189 s->session = saved_state.session;
1190 s->d1->w_epoch = saved_state
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c35 struct saved_state { struct
57 struct saved_state state;
187 engine->app->savedState = malloc(sizeof(struct saved_state));
188 *((struct saved_state*)engine->app->savedState) = engine->state;
189 engine->app->savedStateSize = sizeof(struct saved_state);
252 engine.state = *(struct saved_state*)state->savedState;
/external/libunwind/src/ia64/
H A Dunwind_i.h474 struct ia64_reg_state saved_state; member in struct:ia64_labeled_state
/external/libvpx/libvpx/third_party/nestegg/src/
H A Dnestegg.c281 struct saved_state { struct
834 ne_ctx_save(nestegg * ctx, struct saved_state * s)
847 ne_ctx_restore(nestegg * ctx, struct saved_state * s)
1539 struct saved_state state;
/external/lldb/source/Target/
H A DThread.cpp491 Thread::CheckpointThreadState (ThreadStateCheckpoint &saved_state) argument
493 if (!SaveFrameZeroState(saved_state.register_backup))
496 saved_state.stop_info_sp = GetStopInfo();
499 saved_state.orig_stop_id = process_sp->GetStopID();
500 saved_state.current_inlined_depth = GetCurrentInlinedDepth();
506 Thread::RestoreRegisterStateFromCheckpoint (ThreadStateCheckpoint &saved_state) argument
508 RestoreSaveFrameZero(saved_state.register_backup);
513 Thread::RestoreThreadStateFromCheckpoint (ThreadStateCheckpoint &saved_state) argument
515 if (saved_state.stop_info_sp)
516 saved_state
[all...]
/external/openssl/ssl/
H A Dd1_both.c1260 struct dtls1_retransmit_state saved_state; local
1298 saved_state.enc_write_ctx = s->enc_write_ctx;
1299 saved_state.write_hash = s->write_hash;
1300 saved_state.compress = s->compress;
1301 saved_state.session = s->session;
1302 saved_state.epoch = s->d1->w_epoch;
1303 saved_state.epoch = s->d1->w_epoch;
1314 if (frag->msg_header.saved_retransmit_state.epoch == saved_state.epoch - 1)
1324 s->enc_write_ctx = saved_state.enc_write_ctx;
1325 s->write_hash = saved_state
[all...]
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c35 struct saved_state { struct
57 struct saved_state state;
187 engine->app->savedState = malloc(sizeof(struct saved_state));
188 *((struct saved_state*)engine->app->savedState) = engine->state;
189 engine->app->savedStateSize = sizeof(struct saved_state);
252 engine.state = *(struct saved_state*)state->savedState;

Completed in 1151 milliseconds