/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_EditCtrl.cpp | 116 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()
|
D | PWL_SpecialButton.cpp | 41 if (IsReadOnly()) in OnLButtonUp() 62 if (IsReadOnly()) in OnLButtonUp()
|
D | PWL_Edit.cpp | 117 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/ |
D | memory_containers.h | 58 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
|
D | memory_stream_unittest.cc | 39 MOCK_CONST_METHOD0(IsReadOnly, bool()); 83 EXPECT_CALL(container_mock(), IsReadOnly()) in TEST_F()
|
D | memory_stream.cc | 89 return IsOpen() && !container_->IsReadOnly(); in CanWrite()
|
D | memory_containers_unittest.cc | 31 MOCK_CONST_METHOD0(IsReadOnly, bool());
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | ObjectLinkingLayerTest.cpp | 32 bool IsReadOnly) override { in TEST() argument 38 IsReadOnly); in TEST()
|
/external/lzma/CPP/Windows/ |
D | FileFind.h | 15 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/ |
D | SectionMemoryManager.cpp | 26 bool IsReadOnly) { in allocateDataSection() argument 27 if (IsReadOnly) in allocateDataSection()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
D | SubList.cs | 75 public bool IsReadOnly property in Antlr.Runtime.JavaExtensions.SubList 298 public bool IsReadOnly property in Antlr.Runtime.JavaExtensions.SubList
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 106 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/ |
D | RemoteMemoryManager.h | 75 bool IsReadOnly) override;
|
D | RemoteMemoryManager.cpp | 50 bool IsReadOnly) { in allocateDataSection() argument
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/ |
D | HashList.cs | 381 public bool IsReadOnly { get { return _dictionary.IsReadOnly; } } property in Antlr.Runtime.Collections.HashList
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 360 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/ |
D | js-global-object-specialization.cc | 85 if (!property_details.IsConfigurable() && property_details.IsReadOnly()) { in ReduceJSLoadGlobal() 175 if (property_details.IsReadOnly()) return NoChange(); in ReduceJSStoreGlobal()
|
D | access-info.cc | 250 if (details.IsReadOnly()) { in ComputePropertyAccessInfo() 441 if (details.IsReadOnly()) return false; in LookupTransition()
|
/external/v8/src/ |
D | lookup.h | 241 bool IsReadOnly() const { return property_details().IsReadOnly(); } in IsReadOnly() function
|
D | property-details.h | 332 bool IsReadOnly() const { return (attributes() & READ_ONLY) != 0; } in IsReadOnly() function
|
/external/llvm/include/llvm-c/ |
D | ExecutionEngine.h | 160 const char *SectionName, LLVMBool IsReadOnly);
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 50 bool IsReadOnly) override { in allocateDataSection() argument 52 SectionName, IsReadOnly); in allocateDataSection()
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 115 bool IsReadOnly) = 0;
|
/external/pdfium/fpdfsdk/include/formfiller/ |
D | FFL_IFormFiller.h | 91 static FX_BOOL IsReadOnly(CPDFSDK_Widget* pWidget);
|
/external/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 155 bool IsReadOnly) override; 239 bool IsReadOnly) { in allocateDataSection() argument
|