Searched refs:isReadOnly (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/PDF/
H A DPDFAnnotationTextWidgetDetails.h30 - (BOOL)isReadOnly;
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-AddressBook/PyObjCTest/
H A Dtest_abrecord.py9 self.failUnlessResultIsBOOL(ABRecord.isReadOnly)
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-CoreData/PyObjCTest/
H A Dtest_nspersistentstore.py11 self.failUnlessResultIsBOOL(NSPersistentStore.isReadOnly)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-AddressBook/PyObjCTest/
H A Dtest_abrecord.py9 self.assertResultIsBOOL(ABRecord.isReadOnly)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-AddressBook-2.5.1/PyObjCTest/
H A Dtest_abrecord.py14 self.assertResultIsBOOL(ABRecord.isReadOnly)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-CoreData/PyObjCTest/
H A Dtest_nspersistentstore.py11 self.assertResultIsBOOL(NSPersistentStore.isReadOnly)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-CoreData-2.5.1/PyObjCTest/
H A Dtest_nspersistentstore.py11 self.assertResultIsBOOL(NSPersistentStore.isReadOnly)
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DAssistedNodeInformation.h103 , isReadOnly(false)
122 bool isReadOnly; member in struct:WebKit::AssistedNodeInformation
H A DAssistedNodeInformation.cpp80 encoder << isReadOnly; local
132 if (!decoder.decode(result.isReadOnly))
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSScope.cpp61 if (entry.isReadOnly() && getOrPut == Put) {
80 if (getOrPut == Put && entry.isReadOnly()) {
H A DJSSymbolTableObject.h114 slotIsWriteable = !entry.isReadOnly();
138 if (fastEntry.isReadOnly()) {
H A DSymbolTable.h89 // getFast(), when you (1) only care about isNull(), getIndex(), and isReadOnly(),
114 bool isReadOnly() const function in class:JSC::SymbolTableEntry::Fast
214 bool isReadOnly() const function in struct:JSC::SymbolTableEntry
H A DJSActivation.cpp99 if (iter->value.isReadOnly()) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp191 if (Kind.isReadOnly()) return ".rodata.";
279 if (Kind.isReadOnly()) return ReadOnlySection;
309 if (Kind.isReadOnly())
518 if (Kind.isReadOnly())
546 if (Kind.isReadOnly())
688 else if (K.isReadOnly())
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/
H A DTargetLoweringObjectFile.cpp271 if (Kind.isReadOnly() && ReadOnlySection != 0)
282 if (Kind.isReadOnly() && ReadOnlySection != 0)
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DSectionKind.h140 bool isReadOnly() const { function in class:llvm::SectionKind
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DAccessibleTextImpl.cpp567 if (m_object->isReadOnly())
585 if (m_object->isReadOnly())
605 if (m_object->isReadOnly())
626 if (m_object->isReadOnly())
646 if (m_object->isReadOnly())
H A DAccessibleBase.cpp469 if (m_object->isReadOnly())
H A DDOMHTMLClasses.cpp1123 *result = inputElement->isReadOnly() ? TRUE : FALSE;
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLCompile.cpp77 const char* sectionName, LLVMBool isReadOnly)
80 UNUSED_PARAM(isReadOnly);
75 mmAllocateDataSection( void* opaqueState, uintptr_t size, unsigned alignment, unsigned sectionID, const char* sectionName, LLVMBool isReadOnly) argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp571 bool isReadOnly = AA->onlyReadsMemory(QueryCS); local
572 LocalCache = getCallSiteDependencyFrom(QueryCS, isReadOnly, ScanPos,
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/ios/
H A DWebPageIOS.mm2082 information.isReadOnly = element->isReadOnly();
2127 information.isReadOnly = element->isReadOnly();
2135 information.isReadOnly = false;
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DNodesCodegen.cpp740 if (local.isReadOnly()) {
915 if (local.isReadOnly()) {
1411 if (local.isReadOnly()) {
1442 if (local.isReadOnly()) {
2531 if (local.isReadOnly()) {
H A DBytecodeGenerator.h141 bool isReadOnly() { return m_attributes & ReadOnly; } function in class:JSC::Local
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/
H A Dantlr.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...

Completed in 308 milliseconds

12