Searched refs:IsReadOnly (Results 1 - 25 of 44) sorted by relevance

12

/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_SpecialButton.cpp60 if (IsReadOnly()) return FALSE;
89 if (IsReadOnly()) return FALSE;
H A DPWL_EditCtrl.cpp138 if (!IsReadOnly())
298 if (IsReadOnly()) return TRUE;
454 if (!IsReadOnly())
587 if (!IsReadOnly())
593 if (!IsReadOnly())
599 if (!IsReadOnly())
605 if (!IsReadOnly())
611 if (!IsReadOnly())
617 return !IsReadOnly() && m_pEdit->CanUndo();
622 return !IsReadOnly()
[all...]
H A DPWL_Edit.cpp136 return !IsReadOnly() && m_pEdit->IsSelected();
146 return CanCopy() && !IsReadOnly();
151 if (IsReadOnly()) return FALSE;
550 if (!IsReadOnly())
614 if (IsReadOnly())
708 if (!IsReadOnly())
726 if (!IsReadOnly())
/external/chromium_org/device/nfc/
H A Dnfc_tag.h83 virtual bool IsReadOnly() const = 0;
H A Dnfc_tag_chromeos.h30 virtual bool IsReadOnly() const OVERRIDE;
H A Dnfc_tag_chromeos.cc82 bool NfcTagChromeOS::IsReadOnly() const { function in class:chromeos::NfcTagChromeOS
147 TagWritePermissionChanged(this, IsReadOnly()));
/external/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h53 StringRef SectionName, bool IsReadOnly) = 0;
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DSectionMemoryManager.cpp25 bool IsReadOnly) {
26 if (IsReadOnly)
21 allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, bool IsReadOnly) argument
H A DMCJIT.h45 bool IsReadOnly) override {
47 SectionID, SectionName, IsReadOnly);
/external/lzma/CPP/Windows/
H A DFileFind.h17 inline bool IsReadOnly(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_READONLY) != 0; } function in namespace:NWindows::NFile::NFind::NAttributes
54 bool IsReadOnly() const { return MatchesMask(FILE_ATTRIBUTE_READONLY); } function in class:NWindows::NFile::NFind::CFileInfoBase
/external/llvm/tools/lli/
H A DRemoteMemoryManager.h75 bool IsReadOnly) override;
H A DRemoteMemoryManager.cpp50 bool IsReadOnly) {
48 allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, bool IsReadOnly) argument
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs381 public bool IsReadOnly { get { return _dictionary.IsReadOnly; } } property in class:Antlr.Runtime.Collections.HashList
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DSubList.cs75 public bool IsReadOnly property in class:Antlr.Runtime.JavaExtensions.SubList
298 public bool IsReadOnly property in class:Antlr.Runtime.JavaExtensions.SubList
/external/chromium_org/v8/src/
H A Dlookup.h129 bool IsReadOnly() const { return property_details().IsReadOnly(); } function in class:v8::internal::BASE_EMBEDDED
H A Dproperty.h167 bool IsReadOnly() const { function in class:v8::internal::BASE_EMBEDDED
169 return details_.IsReadOnly();
H A Dproperty-details.h257 bool IsReadOnly() const { return (attributes() & READ_ONLY) != 0; } function in class:v8::internal::BASE_EMBEDDED
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp107 unsigned SectionID, StringRef SectionName, bool IsReadOnly) {
108 useSpace(IsReadOnly ? &UsedDataSizeRO : &UsedDataSizeRW, Size, Alignment);
110 SectionID, SectionName, IsReadOnly);
106 allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, bool IsReadOnly) argument
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_ax_object_proxy.h91 bool IsReadOnly();
/external/chromium_org/net/cert/
H A Dnss_cert_database.h244 bool IsReadOnly(const X509Certificate* cert) const;
/external/llvm/include/llvm-c/
H A DExecutionEngine.h181 const char *SectionName, LLVMBool IsReadOnly);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp256 bool IsReadOnly = false; local
261 Check(Section.isReadOnlyData(IsReadOnly));
280 } else if (IsReadOnly) {
408 bool IsReadOnly; local
416 Check(Section.isReadOnlyData(IsReadOnly));
440 Name, IsReadOnly);
/external/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp95 bool IsReadOnly) override;
124 bool IsReadOnly) {
120 allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, bool IsReadOnly) argument
/external/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h304 /// @param[in] IsReadOnly
311 unsigned SectionID, bool IsReadOnly);
/external/pdfium/fpdfsdk/include/formfiller/
H A DFFL_IFormFiller.h100 static FX_BOOL IsReadOnly(CPDFSDK_Widget* pWidget);

Completed in 5033 milliseconds

12