Home
last modified time | relevance | path

Searched defs:SetReadOnly (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dresource.h51 void SetReadOnly(bool read_only) { is_read_only_ = read_only; } in SetReadOnly() function
/third_party/cef/libcef/common/
Drequest_impl.cc633 void CefRequestImpl::SetReadOnly(bool read_only) { in SetReadOnly() function in CefRequestImpl
970 void CefPostDataImpl::SetReadOnly(bool read_only) { in SetReadOnly() function in CefPostDataImpl
1153 void CefPostDataElementImpl::SetReadOnly(bool read_only) { in SetReadOnly() function in CefPostDataElementImpl
Ddrag_data_impl.cc186 void CefDragDataImpl::SetReadOnly(bool read_only) { in SetReadOnly() function in CefDragDataImpl
Dresponse_impl.cc233 void CefResponseImpl::SetReadOnly(bool read_only) { in SetReadOnly() function in CefResponseImpl
/third_party/cef/libcef/browser/views/
Dtextfield_impl.cc54 void CefTextfieldImpl::SetReadOnly(bool read_only) { in SetReadOnly() function in CefTextfieldImpl
/third_party/cef/libcef_dll/ctocpp/views/
Dtextfield_ctocpp.cc77 NO_SANITIZE("cfi-icall") void CefTextfieldCToCpp::SetReadOnly(bool read_only) { in SetReadOnly() function in CefTextfieldCToCpp