Home
last modified time | relevance | path

Searched refs:update_info (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/chrome/
Dautomation_extension.cc39 base::DictionaryValue update_info; in SetWindowPosition() local
40 update_info.SetInteger("left", x); in SetWindowPosition()
41 update_info.SetInteger("top", y); in SetWindowPosition()
42 update_info.SetString("state", "normal"); in SetWindowPosition()
43 return UpdateWindow(update_info); in SetWindowPosition()
52 base::DictionaryValue update_info; in SetWindowSize() local
53 update_info.SetInteger("width", width); in SetWindowSize()
54 update_info.SetInteger("height", height); in SetWindowSize()
55 update_info.SetString("state", "normal"); in SetWindowSize()
56 return UpdateWindow(update_info); in SetWindowSize()
[all …]
Dautomation_extension.h50 Status UpdateWindow(const base::DictionaryValue& update_info);
/external/chromium_org/chrome/browser/extensions/api/tabs/
Dtabs_api.cc625 switch (params->update_info.state) { in RunSync()
677 if (params->update_info.left) { in RunSync()
678 bounds.set_x(*params->update_info.left); in RunSync()
682 if (params->update_info.top) { in RunSync()
683 bounds.set_y(*params->update_info.top); in RunSync()
687 if (params->update_info.width) { in RunSync()
688 bounds.set_width(*params->update_info.width); in RunSync()
692 if (params->update_info.height) { in RunSync()
693 bounds.set_height(*params->update_info.height); in RunSync()
709 if (params->update_info.focused) { in RunSync()
[all …]
/external/libnfc-nci/src/nfc/tags/
Dce_t3t.c224 tCE_UPDATE_INFO update_info; in ce_t3t_handle_update_cmd() local
378 update_info.status = nfc_status; in ce_t3t_handle_update_cmd()
379 update_info.p_data = p_cb->ndef_info.p_scratch_buf; in ce_t3t_handle_update_cmd()
380 update_info.length = p_cb->ndef_info.scratch_ln; in ce_t3t_handle_update_cmd()
382 p_ce_cb->p_cback (CE_T3T_NDEF_UPDATE_CPLT_EVT, (tCE_DATA *) &update_info); in ce_t3t_handle_update_cmd()
Dce_t4t.c302 ce_data.update_info.status = NFC_STATUS_OK; in ce_t4t_update_binary()
303 ce_data.update_info.length = p_t4t->nlen; in ce_t4t_update_binary()
304 ce_data.update_info.p_data = p_t4t->p_scratch_buf; in ce_t4t_update_binary()
/external/libnfc-nci/src/nfa/ce/
Dnfa_ce_act.c76 conn_evt.ndef_write_cplt.len = p_ce_data->update_info.length; in nfa_ce_handle_t3t_evt()
77 conn_evt.ndef_write_cplt.p_data = p_ce_data->update_info.p_data; in nfa_ce_handle_t3t_evt()
142 conn_evt.ndef_write_cplt.len = p_ce_data->update_info.length; in nfa_ce_handle_t4t_evt()
143 conn_evt.ndef_write_cplt.p_data = p_ce_data->update_info.p_data; in nfa_ce_handle_t4t_evt()
145 …if (NDEF_MsgValidate (p_ce_data->update_info.p_data, p_ce_data->update_info.length, TRUE) != NDEF_… in nfa_ce_handle_t4t_evt()
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c515 int *const update_info = va_arg(args, int *); in ctrl_get_last_ref_updates() local
517 if (update_info) { in ctrl_get_last_ref_updates()
519 *update_info = ctx->pbi->refresh_frame_flags; in ctrl_get_last_ref_updates()
/external/libnfc-nci/src/nfc/include/
Dce_api.h80 tCE_UPDATE_INFO update_info; member
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
Dvp9_dx_iface.c543 int *const update_info = va_arg(args, int *); in ctrl_get_last_ref_updates() local
545 if (update_info) { in ctrl_get_last_ref_updates()
547 *update_info = ctx->pbi->refresh_frame_flags; in ctrl_get_last_ref_updates()
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
Dvp8_dx_iface.c710 int *update_info = va_arg(args, int *); in vp8_get_last_ref_updates() local
712 if (update_info && !ctx->yv12_frame_buffers.use_frame_threads) in vp8_get_last_ref_updates()
716 *update_info = pbi->common.refresh_alt_ref_frame * (int) VP8_ALTR_FRAME in vp8_get_last_ref_updates()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c819 int *update_info = va_arg(args, int *); in vp8_get_last_ref_updates() local
821 if (update_info && !ctx->yv12_frame_buffers.use_frame_threads) in vp8_get_last_ref_updates()
825 *update_info = pbi->common.refresh_alt_ref_frame * (int) VP8_ALTR_FRAME in vp8_get_last_ref_updates()