Home
last modified time | relevance | path

Searched refs:set_read_only (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/include/capi/views/
Dcef_textfield_capi.h75 void(CEF_CALLBACK* set_read_only)(struct _cef_textfield_t* self,
/third_party/cef/libcef/browser/prefs/
Dpref_store.h82 virtual void set_read_only(bool read_only);
Dpref_store.cc196 void CefPrefStore::set_read_only(bool read_only) { in set_read_only() function in CefPrefStore
/third_party/cef/libcef_dll/ctocpp/views/
Dtextfield_ctocpp.cc81 if (CEF_MEMBER_MISSING(_struct, set_read_only)) in SetReadOnly()
87 _struct->set_read_only(_struct, read_only); in SetReadOnly()
/third_party/cef/libcef_dll/cpptoc/views/
Dtextfield_cpptoc.cc1558 GetStruct()->set_read_only = textfield_set_read_only; in CefTextfieldCppToC()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h10504 int (*set_read_only)(struct block_device *, bool); member