Home
last modified time | relevance | path

Searched refs:can_resize (Results 1 – 7 of 7) sorted by relevance

/third_party/boringssl/src/crypto/bytestring/
Dcbb.c43 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()
Dasn1_compat.c29 assert(cbb->base->can_resize); in CBB_finish_i2d()
/third_party/cef/include/capi/views/
Dcef_window_delegate_capi.h113 int(CEF_CALLBACK* can_resize)(struct _cef_window_delegate_t* self,
/third_party/cef/libcef_dll/ctocpp/views/
Dwindow_delegate_ctocpp.cc157 if (CEF_MEMBER_MISSING(_struct, can_resize)) in CanResize()
168 int _retval = _struct->can_resize(_struct, CefWindowCppToC::Wrap(window)); in CanResize()
/third_party/boringssl/src/include/openssl/
Dbytestring.h331 char can_resize; /* One iff |buf| is owned by this object. If not then |buf| member
/third_party/cef/libcef_dll/cpptoc/views/
Dwindow_delegate_cpptoc.cc524 GetStruct()->can_resize = window_delegate_can_resize; in CefWindowDelegateCppToC()
/third_party/skia/third_party/externals/imgui/
Dimgui_tables.cpp3040 … const bool can_resize = !(column->Flags & ImGuiTableColumnFlags_NoResize) && column->IsEnabled; in TableDrawContextMenu() local
3041 if (MenuItem("Size column to fit###SizeOne", NULL, false, can_resize)) in TableDrawContextMenu()