HomeSort by relevance Sort by last modified time
    Searched defs:update_info (Results 1 - 6 of 6) 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:__anon3822
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_dx_iface.c 543 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/
vp9_dx_iface.c 515 int *const update_info = va_arg(args, int *); local
517 if (update_info) {
519 *update_info = ctx->pbi->refresh_frame_flags;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_dx_iface.c 710 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/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

Completed in 641 milliseconds