HomeSort by relevance Sort by last modified time
    Searched defs:saved_state (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/printing/
printed_document_win.cc 54 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/ash/shell/
toplevel_window.cc 28 SavedState* saved_state = NULL; member in namespace:ash::shell::__anon6576
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->bounds
    [all...]
  /development/ndk/platforms/android-9/samples/native-activity/jni/
main.c 35 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/chromium_org/third_party/webrtc/modules/audio_processing/test/android/apmtest/jni/
main.c 35 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/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
main.c 35 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/chromium_org/third_party/boringssl/src/ssl/
d1_both.c 1126 struct dtls1_retransmit_state saved_state; local
    [all...]
  /external/openssl/ssl/
d1_both.c 1260 struct dtls1_retransmit_state saved_state; local
    [all...]
  /external/chromium_org/components/invalidation/
sync_invalidation_listener_unittest.cc 373 const UnackedInvalidationsMap& saved_state = GetSavedInvalidations(); local
375 saved_state.find(kBookmarksId_);
376 if (it == saved_state.end()) {
    [all...]
  /external/libunwind/src/ia64/
unwind_i.h 474 struct ia64_reg_state saved_state; member in struct:ia64_labeled_state
  /external/libvpx/libvpx/third_party/nestegg/src/
nestegg.c 281 struct saved_state { struct
834 ne_ctx_save(nestegg * ctx, struct saved_state * s)
847 ne_ctx_restore(nestegg * ctx, struct saved_state * s)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
nestegg.c 281 struct saved_state { struct
834 ne_ctx_save(nestegg * ctx, struct saved_state * s)
847 ne_ctx_restore(nestegg * ctx, struct saved_state * s)
    [all...]

Completed in 510 milliseconds