OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:saved_state
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/ash/shell/
toplevel_window.cc
29
SavedState*
saved_state
= NULL;
member in namespace:ash::shell::__anon3246
52
delete
saved_state
;
53
saved_state
= NULL;
72
if (!
saved_state
)
73
saved_state
= new SavedState;
74
saved_state
->bounds = bounds;
75
saved_state
->show_state = show_state;
82
bool is_saved_bounds = !!
saved_state
;
83
if (
saved_state
) {
84
*bounds =
saved_state
->bounds
[
all
...]
/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);
76
BOOL res = RestoreDC(context,
saved_state
);
80
int res = RestoreDC(context,
saved_state
);
/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/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/openssl/openssl/ssl/
d1_both.c
1228
struct dtls1_retransmit_state
saved_state
;
local
[
all
...]
/external/openssl/ssl/
d1_both.c
1228
struct dtls1_retransmit_state
saved_state
;
local
[
all
...]
/external/kernel-headers/original/linux/
pm.h
177
void *
saved_state
;
member in struct:dev_pm_info
/external/chromium_org/sync/notifier/
sync_invalidation_listener_unittest.cc
381
const UnackedInvalidationsMap&
saved_state
= GetSavedInvalidations();
local
383
saved_state
.find(kBookmarksId_);
384
if (it ==
saved_state
.end()) {
[
all
...]
/external/libvpx/libvpx/nestegg/src/
nestegg.c
272
struct
saved_state
{
struct
803
ne_ctx_save(nestegg * ctx, struct
saved_state
* s)
815
ne_ctx_restore(nestegg * ctx, struct
saved_state
* s)
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py
336
saved_state
= self._release_save()
370
self._acquire_restore(
saved_state
)
[
all
...]
_pyio.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py
336
saved_state
= self._release_save()
370
self._acquire_restore(
saved_state
)
[
all
...]
_pyio.py
[
all
...]
Completed in 1497 milliseconds