Home
last modified time | relevance | path

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

/external/libbrillo/install_attributes/
Dlibinstallattributes.cc52 bool InstallAttributesReader::IsLocked() { in IsLocked() function in InstallAttributesReader
/external/pdfium/core/fpdfapi/parser/
Dcpdf_dictionary.h43 bool IsLocked() const { return !!m_LockCount; } in IsLocked() function
Dcpdf_array.h150 bool IsLocked() const { return !!m_LockCount; } in IsLocked() function
/external/pdfium/fpdfsdk/
Dcpdfsdk_pageview.h102 bool IsLocked() const { return m_bLocked; } in IsLocked() function
/external/pdfium/xfa/fwl/
Dcfwl_widget.h163 bool IsLocked() const { return m_iLock > 0; } in IsLocked() function
/external/autotest/utils/frozen_chromite/lib/
Dlocking.py232 def IsLocked(self): member in _Lock