Home
last modified time | relevance | path

Searched defs:can_resize (Results 1 – 2 of 2) sorted by relevance

/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/skia/third_party/externals/imgui/
Dimgui_tables.cpp3040 … const bool can_resize = !(column->Flags & ImGuiTableColumnFlags_NoResize) && column->IsEnabled; in TableDrawContextMenu() local