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

1234

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
H A DSVGProperty.h37 virtual bool isReadOnly() const = 0;
H A DSVGPathSegListPropertyTearOff.h128 virtual bool isReadOnly() const function in class:WebCore::SVGPathSegListPropertyTearOff
132 if (m_animatedProperty && m_animatedProperty->isReadOnly())
H A DSVGPropertyTearOff.h111 virtual bool isReadOnly() const function in class:WebCore::SVGPropertyTearOff
115 if (m_animatedProperty && m_animatedProperty->isReadOnly())
H A DSVGListPropertyTearOff.h125 virtual bool isReadOnly() const function in class:WebCore::SVGListPropertyTearOff
129 if (m_animatedProperty && m_animatedProperty->isReadOnly())
H A DSVGAnimatedProperty.h38 bool isReadOnly() const { return m_isReadOnly; } function in class:WebCore::SVGAnimatedProperty
H A DSVGStaticListPropertyTearOff.h89 virtual bool isReadOnly() const function in class:WebCore::SVGStaticListPropertyTearOff
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFormControlElement.cpp47 bool WebFormControlElement::isReadOnly() const function in class:WebKit::WebFormControlElement
49 return constUnwrap<HTMLFormControlElement>()->isReadOnly();
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DSQLTransactionCoordinator.cpp62 if (firstPendingTransaction->isReadOnly()) {
67 } while (!info.pendingTransactions.isEmpty() && info.pendingTransactions.first()->isReadOnly());
103 if (transaction->isReadOnly()) {
H A DSQLTransactionBackendSync.h59 bool isReadOnly() const { return m_readOnly; } function in class:WebCore::SQLTransactionBackendSync
H A DSQLTransactionBackend.h70 bool isReadOnly() { return m_readOnly; } function in class:WebCore::SQLTransactionBackend
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFormControlElement.h58 WEBKIT_EXPORT bool isReadOnly() const;
H A DWebAccessibilityObject.h113 WEBKIT_EXPORT bool isReadOnly() const;
/external/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h61 bool isReadOnly);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8SVGLengthCustom.cpp57 if (wrapper->isReadOnly()) {
79 if (wrapper->isReadOnly()) {
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITMemoryManagerTest.cpp92 const bool isReadOnly = i % 2 == 0; local
95 data[i] = MemMgr->allocateDataSection(32, 0, 2, isReadOnly);
130 bool isReadOnly = i % 3 == 0; local
135 isReadOnly);
H A DMCJITCAPITest.cpp40 LLVMBool isReadOnly) {
42 size, alignment, sectionID, isReadOnly);
37 roundTripAllocateDataSection(void *object, uintptr_t size, unsigned alignment, unsigned sectionID, LLVMBool isReadOnly) argument
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DSSLEngineTest.java103 assertTrue("Not read only byte buffer", roBb.isReadOnly());
141 assertTrue("Not read only byte buffer", roBb.isReadOnly());
236 assertTrue("Not read only byte buffer", roBb.isReadOnly());
275 assertTrue("Not read only byte buffer", bbA[2].isReadOnly());
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DDateTimeEditElement.h130 bool isReadOnly() const;
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DProtectionDomainTest.java84 assertFalse(perms.isReadOnly());
86 assertTrue(perms.isReadOnly());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.variables_3.2.400.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp271 if (Kind.isReadOnly() && ReadOnlySection != 0)
282 if (Kind.isReadOnly() && ReadOnlySection != 0)
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp363 bool isReadOnly);
396 uintptr_t Size, unsigned Alignment, unsigned SectionID, bool isReadOnly) {
398 isReadOnly);
395 allocateDataSection( uintptr_t Size, unsigned Alignment, unsigned SectionID, bool isReadOnly) argument
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTestHelper_Connection1.java100 public boolean isReadOnly() throws SQLException { method in class:TestHelper_Connection1
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFormControlElement.h97 bool isReadOnly() const { return m_isReadOnly; } function in class:WebCore::HTMLFormControlElement
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBTransaction.h72 bool isReadOnly() const { return m_mode == IndexedDB::TransactionReadOnly; } function in class:WebCore::IDBTransaction

Completed in 975 milliseconds

1234