Home
last modified time | relevance | path

Searched refs:rect_status (Results 1 – 9 of 9) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill_assistant/browser/
H A Delement_area.cc215 const ClientStatus& rect_status, in OnGetElementRect() argument
236 void ElementArea::OnGetVisualViewport(const ClientStatus& rect_status, in OnGetVisualViewport() argument
242 if (!rect_status.ok()) in OnGetVisualViewport()
H A Delement_area.h125 const ClientStatus& rect_status,
/dports/editors/mle/mle-1.4.3/
H A Dbview.c808 …tb_printf(editor->rect_status, 0, 0, TB_GREEN | TB_BOLD, TB_BLACK, "%-*.*s", editor->rect_status.w… in _bview_draw_status()
893 …tb_printf(editor->rect_status, 0, 0, 0, 0, "%*.*s", editor->rect_status.w, editor->rect_status.w, … in _bview_draw_status()
894 tb_printf_attr(editor->rect_status, 0, 0, in _bview_draw_status()
921 …tb_printf(editor->rect_status, editor->rect_status.w - errstrlen, 0, TB_WHITE | TB_BOLD, TB_RED, "… in _bview_draw_status()
925 …tb_printf(editor->rect_status, editor->rect_status.w - infostrlen, 0, TB_WHITE, 0, "%s", editor->i… in _bview_draw_status()
H A Deditor.c328 case MLE_BVIEW_TYPE_STATUS: rect = &editor->rect_status; break; in editor_open_bview()
1034 editor->rect_status.x = 0; in _editor_resize()
1035 editor->rect_status.y = editor->h - 2; in _editor_resize()
1036 editor->rect_status.w = editor->w; in _editor_resize()
1037 editor->rect_status.h = 1; in _editor_resize()
1048 bounds = &editor->rect_status; in _editor_resize()
2228 editor->rect_status.fg = TB_WHITE; in _editor_init_status()
2229 editor->rect_status.bg = TB_BLACK; in _editor_init_status()
H A Dmle.h73 bview_rect_t rect_status; member
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DXmIm.c2056 XRectangle rect_status; in ImSetGeo() local
2073 va_slist = XVaCreateNestedList(0, XNArea, &rect_status, NULL); in ImSetGeo()
2082 rect_status.x = 0; in ImSetGeo()
2083 rect_status.y = vw->core.height - icp->sp_height; in ImSetGeo()
2084 rect_status.width = icp->status_width; in ImSetGeo()
2085 rect_status.height = icp->sp_height; in ImSetGeo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill_assistant/browser/web/
H A Dweb_controller.h411 const ClientStatus& rect_status,
H A Dweb_controller.cc1343 const ClientStatus& rect_status, in OnGetElementRect() argument
1348 std::move(callback).Run(rect_status, element_rect); in OnGetElementRect()
H A Dweb_controller_browsertest.cc891 const ClientStatus& rect_status, in OnGetElementRect() argument
893 if (rect_status.ok()) { in OnGetElementRect()
896 *result_output = rect_status; in OnGetElementRect()