HomeSort by relevance Sort by last modified time
    Searched refs:IsReadOnly (Results 1 - 25 of 50) sorted by null

1 2

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_SpecialButton.cpp 60 if (IsReadOnly()) return FALSE;
89 if (IsReadOnly()) return FALSE;
PWL_EditCtrl.cpp 138 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() && m_pEdit->CanRedo();
    [all...]
PWL_Edit.cpp 136 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/
nfc_tag.h 83 virtual bool IsReadOnly() const = 0;
nfc_tag_chromeos.h 30 virtual bool IsReadOnly() const OVERRIDE;
nfc_tag_chromeos.cc 82 bool NfcTagChromeOS::IsReadOnly() const {
147 TagWritePermissionChanged(this, IsReadOnly()));
  /external/llvm/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h 53 StringRef SectionName, bool IsReadOnly) = 0;
  /external/chromium_org/v8/src/
lookup.cc 131 (!property_details_.IsReadOnly() && FetchValue()->IsTheHole()))) {
193 ASSERT(property_details_.IsReadOnly());
property.h 243 bool IsReadOnly() const {
246 return details_.IsReadOnly();
property-details.h 264 bool IsReadOnly() const { return (attributes() & READ_ONLY) != 0; }
  /external/llvm/lib/ExecutionEngine/MCJIT/
SectionMemoryManager.cpp 25 bool IsReadOnly) {
26 if (IsReadOnly)
MCJIT.h 45 bool IsReadOnly) override {
47 SectionID, SectionName, IsReadOnly);
  /external/lzma/CPP/Windows/
FileFind.h 17 inline bool IsReadOnly(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_READONLY) != 0; }
54 bool IsReadOnly() const { return MatchesMask(FILE_ATTRIBUTE_READONLY); }
  /external/llvm/tools/lli/
RemoteMemoryManager.h 75 bool IsReadOnly) override;
RemoteMemoryManager.cpp 50 bool IsReadOnly) {
  /external/chromium_org/net/cert/
nss_cert_database.h 223 bool IsReadOnly(const X509Certificate* cert) const;
  /art/runtime/
dex_file_verifier_test.cc 128 EXPECT_TRUE(dex_file->IsReadOnly());
191 EXPECT_TRUE(dex_file->IsReadOnly());
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 46 LLVMBool isReadOnly) {
50 size, alignment, sectionID, sectionName, isReadOnly);
107 unsigned SectionID, StringRef SectionName, bool IsReadOnly) {
108 useSpace(IsReadOnly ? &UsedDataSizeRO : &UsedDataSizeRW, Size, Alignment);
110 SectionID, SectionName, IsReadOnly);
  /external/chromium_org/content/shell/renderer/test_runner/
web_ax_object_proxy.h 90 bool IsReadOnly();
  /external/lldb/include/lldb/Expression/
IRExecutionUnit.h 304 /// @param[in] IsReadOnly
311 unsigned SectionID, bool IsReadOnly);
  /external/llvm/include/llvm-c/
ExecutionEngine.h 181 const char *SectionName, LLVMBool IsReadOnly);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
HashList.cs 381 public bool IsReadOnly { get { return _dictionary.IsReadOnly; } }
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 256 bool IsReadOnly = false;
261 Check(Section.isReadOnlyData(IsReadOnly));
280 } else if (IsReadOnly) {
408 bool IsReadOnly;
416 Check(Section.isReadOnlyData(IsReadOnly));
440 Name, IsReadOnly);
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 95 bool IsReadOnly) override;
124 bool IsReadOnly) {
  /external/pdfium/fpdfsdk/include/formfiller/
FFL_IFormFiller.h 100 static FX_BOOL IsReadOnly(CPDFSDK_Widget* pWidget);

Completed in 1290 milliseconds

1 2