Searched refs:IsReadOnly (Results 1 - 25 of 31) 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.cpp137 return !IsReadOnly() && m_pEdit->IsSelected();
147 return CanCopy() && !IsReadOnly();
152 if (IsReadOnly()) return FALSE;
554 if (!IsReadOnly())
618 if (IsReadOnly())
712 if (!IsReadOnly())
730 if (!IsReadOnly())
H A DPWL_Wnd.cpp949 FX_BOOL CPWL_Wnd::IsReadOnly() const function in class:CPWL_Wnd
/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/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp25 bool IsReadOnly) {
26 if (IsReadOnly)
21 allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, bool IsReadOnly) argument
/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/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/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.cpp106 bool IsReadOnly) override {
107 useSpace(IsReadOnly ? &UsedDataSizeRO : &UsedDataSizeRW, Size, Alignment);
109 SectionID, SectionName, IsReadOnly);
/external/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h97 bool IsReadOnly) = 0;
/external/llvm/include/llvm-c/
H A DExecutionEngine.h184 const char *SectionName, LLVMBool IsReadOnly);
/external/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h50 bool IsReadOnly) override {
52 SectionName, IsReadOnly);
/external/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h304 /// @param[in] IsReadOnly
311 unsigned SectionID, bool IsReadOnly);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp349 bool IsReadOnly = isReadOnlyData(Section); local
369 } else if (IsReadOnly) {
560 bool IsReadOnly = isReadOnlyData(Section); local
587 Name, IsReadOnly);
/external/pdfium/fpdfsdk/include/formfiller/
H A DFFL_IFormFiller.h101 static FX_BOOL IsReadOnly(CPDFSDK_Widget* pWidget);
/external/lldb/source/Expression/
H A DIRExecutionUnit.cpp518 bool IsReadOnly)
522 uint8_t *return_value = m_default_mm_ap->allocateDataSection(Size, Alignment, SectionID, IsReadOnly);
515 allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, bool IsReadOnly) argument
/external/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp120 bool IsReadOnly) override;
149 bool IsReadOnly) {
145 allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, bool IsReadOnly) argument
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Wnd.h376 FX_BOOL IsReadOnly() const;
/external/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp207 void addLoad(AliasAnalysis::Location &Loc, bool IsReadOnly) { argument
211 if (IsReadOnly)
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_IFormFiller.cpp132 if (!IsReadOnly(pWidget) && IsFillingAllowed(pWidget))
615 FX_BOOL CFFL_IFormFiller::IsReadOnly(CPDFSDK_Widget* pWidget) function in class:CFFL_IFormFiller

Completed in 1705 milliseconds

12