Searched refs:can_resize (Results 1 – 7 of 7) sorted by relevance
43 base->can_resize = 1; in cbb_init()74 cbb->base->can_resize = 0; in CBB_init_fixed()87 if (cbb->base->can_resize) { in CBB_cleanup()113 if (!base->can_resize) { in cbb_buffer_reserve()183 if (cbb->base->can_resize && (out_data == NULL || out_len == NULL)) { in CBB_finish()
29 assert(cbb->base->can_resize); in CBB_finish_i2d()
113 int(CEF_CALLBACK* can_resize)(struct _cef_window_delegate_t* self,
157 if (CEF_MEMBER_MISSING(_struct, can_resize)) in CanResize()168 int _retval = _struct->can_resize(_struct, CefWindowCppToC::Wrap(window)); in CanResize()
331 char can_resize; /* One iff |buf| is owned by this object. If not then |buf| member
524 GetStruct()->can_resize = window_delegate_can_resize; in CefWindowDelegateCppToC()
3040 … const bool can_resize = !(column->Flags & ImGuiTableColumnFlags_NoResize) && column->IsEnabled; in TableDrawContextMenu() local3041 if (MenuItem("Size column to fit###SizeOne", NULL, false, can_resize)) in TableDrawContextMenu()