OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:update_info
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/test/chromedriver/chrome/
automation_extension.cc
39
base::DictionaryValue
update_info
;
local
40
update_info
.SetInteger("left", x);
41
update_info
.SetInteger("top", y);
42
update_info
.SetString("state", "normal");
43
return UpdateWindow(
update_info
);
52
base::DictionaryValue
update_info
;
local
53
update_info
.SetInteger("width", width);
54
update_info
.SetInteger("height", height);
55
update_info
.SetString("state", "normal");
56
return UpdateWindow(
update_info
);
60
base::DictionaryValue
update_info
;
local
[
all
...]
/external/libnfc-nci/src/nfc/include/
ce_api.h
80
tCE_UPDATE_INFO
update_info
;
member in union:__anon20812
/external/libvpx/libvpx/vp8/
vp8_dx_iface.c
819
int *
update_info
= va_arg(args, int *);
local
821
if (
update_info
&& !ctx->yv12_frame_buffers.use_frame_threads)
825
*
update_info
= pbi->common.refresh_alt_ref_frame * (int) VP8_ALTR_FRAME
/external/libvpx/libvpx/vp9/
vp9_dx_iface.c
641
int *
update_info
= va_arg(args, int *);
local
644
if (
update_info
) {
645
*
update_info
= pbi->refresh_frame_flags;
Completed in 746 milliseconds