Searched defs:isReadOnly (Results 1 - 25 of 31) sorted by relevance

12

/external/webkit/Source/WebCore/storage/
H A DSQLTransactionSync.h60 bool isReadOnly() const { return m_readOnly; } function in class:WebCore::SQLTransactionSync
H A DSQLTransaction.h77 bool isReadOnly() { return m_readOnly; } function in class:WebCore::SQLTransaction
/external/webkit/Source/WebKit/chromium/src/
H A DWebFormControlElement.cpp46 bool WebFormControlElement::isReadOnly() const function in class:WebKit::WebFormControlElement
H A DWebAccessibilityObject.cpp319 bool WebAccessibilityObject::isReadOnly() const function in class:WebKit::WebAccessibilityObject
325 return m_private->isReadOnly();
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCResultSetMetaData.java176 public boolean isReadOnly(int column) throws java.sql.SQLException { method in class:JDBCResultSetMetaData
H A DJDBCConnection.java234 public boolean isReadOnly() throws SQLException { method in class:JDBCConnection
H A DJDBCDatabaseMetaData.java30 public boolean isReadOnly() throws SQLException { method in class:JDBCDatabaseMetaData
/external/webkit/Source/JavaScriptCore/runtime/
H A DSymbolTable.h87 bool isReadOnly() const function in struct:JSC::SymbolTableEntry
/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/llvm/include/llvm/MC/
H A DSectionKind.h140 bool isReadOnly() const { function in class:llvm::SectionKind
/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp571 bool isReadOnly = AA->onlyReadsMemory(QueryCS); local
572 LocalCache = getCallSiteDependencyFrom(QueryCS, isReadOnly, ScanPos,
/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 ...
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java98 public boolean isReadOnly() { method in class:Impl_RowSet
/external/clang/include/clang/AST/
H A DDeclObjC.h1824 /// isReadOnly - Return true iff the property has a setter.
1825 bool isReadOnly() const { function in class:clang::ObjCPropertyDecl
/external/v8/src/
H A Dmirror-debugger.js1122 PropertyMirror.prototype.isReadOnly = function() {
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityObject.h335 virtual bool isReadOnly() const { return false; } function in class:WebCore::AccessibilityObject
H A DAccessibilityRenderObject.cpp655 bool AccessibilityRenderObject::isReadOnly() const function in class:WebCore::AccessibilityRenderObject
1483 if (!isWebArea() || isReadOnly())
3263 // Any node could be contenteditable, so isReadOnly should be relied upon
3265 return isProgressIndicator() || isSlider() || !isReadOnly();
/external/clang/lib/AST/
H A DASTContext.cpp4634 if (PD->isReadOnly()) {
4806 bool isReadOnly = false; local
4813 isReadOnly = true;
4821 isReadOnly = true;
4825 if (isReadOnly) {
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 1741 milliseconds

12