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

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dautomation_extension.cc39 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
98 UpdateWindow( const base::DictionaryValue& update_info) argument
[all...]
H A Dautomation_extension.h50 Status UpdateWindow(const base::DictionaryValue& update_info);
/external/libnfc-nci/src/nfc/include/
H A Dce_api.h80 tCE_UPDATE_INFO update_info; member in union:__anon24263
/external/libnfc-nci/src/nfc/tags/
H A Dce_t3t.c224 tCE_UPDATE_INFO update_info; local
378 update_info.status = nfc_status;
379 update_info.p_data = p_cb->ndef_info.p_scratch_buf;
380 update_info.length = p_cb->ndef_info.scratch_ln;
382 p_ce_cb->p_cback (CE_T3T_NDEF_UPDATE_CPLT_EVT, (tCE_DATA *) &update_info);
H A Dce_t4t.c302 ce_data.update_info.status = NFC_STATUS_OK;
303 ce_data.update_info.length = p_t4t->nlen;
304 ce_data.update_info.p_data = p_t4t->p_scratch_buf;
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_api.cc625 switch (params->update_info.state) {
677 if (params->update_info.left) {
678 bounds.set_x(*params->update_info.left);
682 if (params->update_info.top) {
683 bounds.set_y(*params->update_info.top);
687 if (params->update_info.width) {
688 bounds.set_width(*params->update_info.width);
692 if (params->update_info.height) {
693 bounds.set_height(*params->update_info.height);
709 if (params->update_info
[all...]
/external/libnfc-nci/src/nfa/ce/
H A Dnfa_ce_act.c76 conn_evt.ndef_write_cplt.len = p_ce_data->update_info.length;
77 conn_evt.ndef_write_cplt.p_data = p_ce_data->update_info.p_data;
142 conn_evt.ndef_write_cplt.len = p_ce_data->update_info.length;
143 conn_evt.ndef_write_cplt.p_data = p_ce_data->update_info.p_data;
145 if (NDEF_MsgValidate (p_ce_data->update_info.p_data, p_ce_data->update_info.length, TRUE) != NDEF_OK)
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_dx_iface.c710 int *update_info = va_arg(args, int *); local
712 if (update_info && !ctx->yv12_frame_buffers.use_frame_threads)
716 *update_info = pbi->common.refresh_alt_ref_frame * (int) VP8_ALTR_FRAME
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_dx_iface.c543 int *const update_info = va_arg(args, int *); local
545 if (update_info) {
547 *update_info = ctx->pbi->refresh_frame_flags;
/external/libvpx/libvpx/vp9/
H A Dvp9_dx_iface.c515 int *const update_info = va_arg(args, int *); local
517 if (update_info) {
519 *update_info = ctx->pbi->refresh_frame_flags;
/external/libvpx/libvpx/vp8/
H A Dvp8_dx_iface.c819 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

Completed in 259 milliseconds