Searched defs:update_info (Results 1 - 5 of 5) 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
95 UpdateWindow( const base::DictionaryValue& update_info) argument
[all...]
/external/libnfc-nci/src/nfc/include/
H A Dce_api.h80 tCE_UPDATE_INFO update_info; member in union:__anon21133
/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);
/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
/external/libvpx/libvpx/vp9/
H A Dvp9_dx_iface.c641 int *update_info = va_arg(args, int *); local
644 if (update_info) {
645 *update_info = pbi->refresh_frame_flags;

Completed in 204 milliseconds