Home
last modified time | relevance | path

Searched refs:IsReadOnly (Results 1 – 25 of 31) sorted by relevance

12

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_EditCtrl.cpp138 if (!IsReadOnly()) in CreateChildWnd()
298 if (IsReadOnly()) return TRUE; in OnChar()
454 if (!IsReadOnly()) in Clear()
587 if (!IsReadOnly()) in InsertText()
593 if (!IsReadOnly()) in InsertWord()
599 if (!IsReadOnly()) in InsertReturn()
605 if (!IsReadOnly()) in Delete()
611 if (!IsReadOnly()) in Backspace()
617 return !IsReadOnly() && m_pEdit->CanUndo(); in CanUndo()
622 return !IsReadOnly() && m_pEdit->CanRedo(); in CanRedo()
DPWL_SpecialButton.cpp60 if (IsReadOnly()) return FALSE; in OnLButtonUp()
89 if (IsReadOnly()) return FALSE; in OnLButtonUp()
DPWL_Edit.cpp137 return !IsReadOnly() && m_pEdit->IsSelected(); in CanClear()
147 return CanCopy() && !IsReadOnly(); in CanCut()
152 if (IsReadOnly()) return FALSE; in CanPaste()
554 if (!IsReadOnly()) in OnRButtonUp()
618 if (IsReadOnly()) in OnRButtonUp()
712 if (!IsReadOnly()) in OnSetFocus()
730 if (!IsReadOnly()) in OnKillFocus()
DPWL_Wnd.cpp949 FX_BOOL CPWL_Wnd::IsReadOnly() const in IsReadOnly() function in CPWL_Wnd
/external/lzma/CPP/Windows/
DFileFind.h17 inline bool IsReadOnly(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_READONLY) != 0; } in IsReadOnly() function
54 bool IsReadOnly() const { return MatchesMask(FILE_ATTRIBUTE_READONLY); } in IsReadOnly() function
/external/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp25 bool IsReadOnly) { in allocateDataSection() argument
26 if (IsReadOnly) in allocateDataSection()
/external/v8/src/
Dlookup.h129 bool IsReadOnly() const { return property_details().IsReadOnly(); } in IsReadOnly() function
Dproperty.h167 bool IsReadOnly() const { in IsReadOnly() function
169 return details_.IsReadOnly(); in IsReadOnly()
Dproperty-details.h257 bool IsReadOnly() const { return (attributes() & READ_ONLY) != 0; } in IsReadOnly() function
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp106 bool IsReadOnly) override { in allocateDataSection() argument
107 useSpace(IsReadOnly ? &UsedDataSizeRO : &UsedDataSizeRW, Size, Alignment); in allocateDataSection()
109 SectionID, SectionName, IsReadOnly); in allocateDataSection()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DSubList.cs75 public bool IsReadOnly property in Antlr.Runtime.JavaExtensions.SubList
298 public bool IsReadOnly property in Antlr.Runtime.JavaExtensions.SubList
/external/llvm/tools/lli/
DRemoteMemoryManager.h75 bool IsReadOnly) override;
DRemoteMemoryManager.cpp50 bool IsReadOnly) { in allocateDataSection() argument
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
DHashList.cs381 public bool IsReadOnly { get { return _dictionary.IsReadOnly; } } property in Antlr.Runtime.Collections.HashList
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp349 bool IsReadOnly = isReadOnlyData(Section); in computeTotalAllocSize() local
369 } else if (IsReadOnly) { in computeTotalAllocSize()
560 bool IsReadOnly = isReadOnlyData(Section); in emitSection() local
587 Name, IsReadOnly); in emitSection()
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h97 bool IsReadOnly) = 0;
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h50 bool IsReadOnly) override { in allocateDataSection() argument
52 SectionName, IsReadOnly); in allocateDataSection()
/external/llvm/include/llvm-c/
DExecutionEngine.h184 const char *SectionName, LLVMBool IsReadOnly);
/external/lldb/include/lldb/Expression/
DIRExecutionUnit.h311 unsigned SectionID, bool IsReadOnly);
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp120 bool IsReadOnly) override;
149 bool IsReadOnly) { in allocateDataSection() argument
/external/lldb/source/Expression/
DIRExecutionUnit.cpp518 bool IsReadOnly) in allocateDataSection() argument
522 …nt8_t *return_value = m_default_mm_ap->allocateDataSection(Size, Alignment, SectionID, IsReadOnly); in allocateDataSection()
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_IFormFiller.h101 static FX_BOOL IsReadOnly(CPDFSDK_Widget* pWidget);
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_IFormFiller.cpp132 if (!IsReadOnly(pWidget) && IsFillingAllowed(pWidget)) in OnDraw()
615 FX_BOOL CFFL_IFormFiller::IsReadOnly(CPDFSDK_Widget* pWidget) in IsReadOnly() function in CFFL_IFormFiller
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h376 FX_BOOL IsReadOnly() const;
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp207 void addLoad(AliasAnalysis::Location &Loc, bool IsReadOnly) { in addLoad() argument
211 if (IsReadOnly) in addLoad()

12