Home
last modified time | relevance | path

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

12

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_EditCtrl.cpp116 if (!IsReadOnly()) in CreateChildWnd()
266 if (IsReadOnly()) in OnChar()
399 if (!IsReadOnly()) in Clear()
502 if (!IsReadOnly()) in InsertText()
507 if (!IsReadOnly()) in InsertWord()
512 if (!IsReadOnly()) in InsertReturn()
517 if (!IsReadOnly()) in Delete()
522 if (!IsReadOnly()) in Backspace()
527 return !IsReadOnly() && m_pEdit->CanUndo(); in CanUndo()
531 return !IsReadOnly() && m_pEdit->CanRedo(); in CanRedo()
DPWL_SpecialButton.cpp41 if (IsReadOnly()) in OnLButtonUp()
62 if (IsReadOnly()) in OnLButtonUp()
DPWL_Edit.cpp117 return !IsReadOnly() && m_pEdit->IsSelected(); in CanClear()
126 return CanCopy() && !IsReadOnly(); in CanCut()
130 if (IsReadOnly()) in CanPaste()
525 if (!IsReadOnly()) { in OnRButtonUp()
587 if (IsReadOnly()) { in OnRButtonUp()
677 if (!IsReadOnly()) { in OnSetFocus()
693 if (!IsReadOnly()) { in OnKillFocus()
/external/libbrillo/brillo/streams/
Dmemory_containers.h58 virtual bool IsReadOnly() const = 0;
116 bool IsReadOnly() const override { return true; } in IsReadOnly() function
163 bool IsReadOnly() const override { return false; } in IsReadOnly() function
247 bool IsReadOnly() const override { return false; } in IsReadOnly() function
Dmemory_stream_unittest.cc39 MOCK_CONST_METHOD0(IsReadOnly, bool());
83 EXPECT_CALL(container_mock(), IsReadOnly()) in TEST_F()
Dmemory_stream.cc89 return IsOpen() && !container_->IsReadOnly(); in CanWrite()
Dmemory_containers_unittest.cc31 MOCK_CONST_METHOD0(IsReadOnly, bool());
/external/llvm/unittests/ExecutionEngine/Orc/
DObjectLinkingLayerTest.cpp32 bool IsReadOnly) override { in TEST() argument
38 IsReadOnly); in TEST()
/external/lzma/CPP/Windows/
DFileFind.h15 inline bool IsReadOnly(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_READONLY) != 0; } in IsReadOnly() function
56 bool IsReadOnly() const { return MatchesMask(FILE_ATTRIBUTE_READONLY); } in IsReadOnly() function
/external/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp26 bool IsReadOnly) { in allocateDataSection() argument
27 if (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/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/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.cpp360 bool IsReadOnly = isReadOnlyData(Section); in computeTotalAllocSize() local
380 } else if (IsReadOnly) { in computeTotalAllocSize()
571 bool IsReadOnly = isReadOnlyData(Section); in emitSection() local
612 Name, IsReadOnly); in emitSection()
/external/v8/src/compiler/
Djs-global-object-specialization.cc85 if (!property_details.IsConfigurable() && property_details.IsReadOnly()) { in ReduceJSLoadGlobal()
175 if (property_details.IsReadOnly()) return NoChange(); in ReduceJSStoreGlobal()
Daccess-info.cc250 if (details.IsReadOnly()) { in ComputePropertyAccessInfo()
441 if (details.IsReadOnly()) return false; in LookupTransition()
/external/v8/src/
Dlookup.h241 bool IsReadOnly() const { return property_details().IsReadOnly(); } in IsReadOnly() function
Dproperty-details.h332 bool IsReadOnly() const { return (attributes() & READ_ONLY) != 0; } in IsReadOnly() function
/external/llvm/include/llvm-c/
DExecutionEngine.h160 const char *SectionName, LLVMBool IsReadOnly);
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h50 bool IsReadOnly) override { in allocateDataSection() argument
52 SectionName, IsReadOnly); in allocateDataSection()
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h115 bool IsReadOnly) = 0;
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_IFormFiller.h91 static FX_BOOL IsReadOnly(CPDFSDK_Widget* pWidget);
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp155 bool IsReadOnly) override;
239 bool IsReadOnly) { in allocateDataSection() argument

12