readOnly          153 Source/bindings/v8/ExceptionMessages.cpp     DEFINE_STATIC_LOCAL(String, readOnly, ("This object is read-only."));
readOnly          154 Source/bindings/v8/ExceptionMessages.cpp     return detail ? String::format("This object is read-only, because %s.", detail) : readOnly;
readOnly          131 Source/bindings/v8/ExceptionMessages.h     static String readOnly(const char* detail = 0);
readOnly         3156 Source/core/dom/Document.cpp     if (!request.readOnly())
readOnly         5198 Source/core/dom/Document.cpp     ASSERT(!request.readOnly());
readOnly          928 Source/core/page/EventHandler.cpp     if (!request.readOnly())
readOnly           54 Source/core/rendering/HitTestRequest.h     bool readOnly() const { return m_requestType & ReadOnly; }
readOnly          481 Source/core/rendering/RenderThemeChromiumDefault.cpp     extraParams.innerSpin.readOnly = isReadOnlyControl(o);
readOnly           52 Source/core/svg/SVGAltGlyphElement.cpp     exceptionState.throwDOMException(NoModificationAllowedError, ExceptionMessages::readOnly());
readOnly           62 Source/core/svg/SVGAltGlyphElement.cpp     exceptionState.throwDOMException(NoModificationAllowedError, ExceptionMessages::readOnly());
readOnly           82 Source/core/svg/SVGZoomAndPan.cpp     exceptionState.throwDOMException(NoModificationAllowedError, ExceptionMessages::readOnly());
readOnly          140 Source/modules/webdatabase/Database.cpp     PassOwnPtr<VoidCallback> successCallback, bool readOnly, const ChangeVersionData* changeVersionData)
readOnly          148 Source/modules/webdatabase/Database.cpp     RefPtrWillBeRawPtr<SQLTransaction> transaction = SQLTransaction::create(this, callback, successCallback, errorCallback, readOnly);
readOnly          149 Source/modules/webdatabase/Database.cpp     RefPtrWillBeRawPtr<SQLTransactionBackend> transactionBackend = backend()->runTransaction(transaction, readOnly, changeVersionData);
readOnly           81 Source/modules/webdatabase/Database.h         PassOwnPtr<VoidCallback> successCallback, bool readOnly, const ChangeVersionData* = 0);
readOnly          109 Source/modules/webdatabase/DatabaseBackend.cpp     bool readOnly, const ChangeVersionData* data)
readOnly          119 Source/modules/webdatabase/DatabaseBackend.cpp     RefPtrWillBeRawPtr<SQLTransactionBackend> transactionBackend = SQLTransactionBackend::create(this, transaction, wrapper.release(), readOnly);
readOnly           57 Source/modules/webdatabase/DatabaseBackend.h     PassRefPtrWillBeRawPtr<SQLTransactionBackend> runTransaction(PassRefPtrWillBeRawPtr<SQLTransaction>, bool readOnly, const ChangeVersionData*);
readOnly          154 Source/modules/webdatabase/DatabaseSync.cpp void DatabaseSync::runTransaction(PassOwnPtr<SQLTransactionSyncCallback> callback, bool readOnly, ExceptionState& exceptionState)
readOnly          164 Source/modules/webdatabase/DatabaseSync.cpp     RefPtrWillBeRawPtr<SQLTransactionSync> transaction = SQLTransactionSync::create(this, callback, readOnly);
readOnly           79 Source/modules/webdatabase/DatabaseSync.h     void runTransaction(PassOwnPtr<SQLTransactionSyncCallback>, bool readOnly, ExceptionState&);
readOnly           53 Source/modules/webdatabase/SQLTransaction.cpp     bool readOnly)
readOnly           55 Source/modules/webdatabase/SQLTransaction.cpp     return adoptRefWillBeNoop(new SQLTransaction(db, callback, successCallback, errorCallback, readOnly));
readOnly           60 Source/modules/webdatabase/SQLTransaction.cpp     bool readOnly)
readOnly           66 Source/modules/webdatabase/SQLTransaction.cpp     , m_readOnly(readOnly)
readOnly           58 Source/modules/webdatabase/SQLTransaction.h         bool readOnly);
readOnly           73 Source/modules/webdatabase/SQLTransaction.h         bool readOnly);
readOnly          346 Source/modules/webdatabase/SQLTransactionBackend.cpp     bool readOnly)
readOnly          348 Source/modules/webdatabase/SQLTransactionBackend.cpp     return adoptRefWillBeNoop(new SQLTransactionBackend(db, frontend, wrapper, readOnly));
readOnly          354 Source/modules/webdatabase/SQLTransactionBackend.cpp     bool readOnly)
readOnly          364 Source/modules/webdatabase/SQLTransactionBackend.cpp     , m_readOnly(readOnly)
readOnly           64 Source/modules/webdatabase/SQLTransactionBackend.h         PassRefPtrWillBeRawPtr<AbstractSQLTransaction>, PassRefPtrWillBeRawPtr<SQLTransactionWrapper>, bool readOnly);
readOnly           78 Source/modules/webdatabase/SQLTransactionBackend.h         PassRefPtrWillBeRawPtr<SQLTransactionWrapper>, bool readOnly);
readOnly           54 Source/modules/webdatabase/SQLTransactionBackendSync.cpp SQLTransactionBackendSync::SQLTransactionBackendSync(DatabaseSync* db, PassOwnPtr<SQLTransactionSyncCallback> callback, bool readOnly)
readOnly           57 Source/modules/webdatabase/SQLTransactionBackendSync.cpp     , m_readOnly(readOnly)
readOnly           69 Source/modules/webdatabase/SQLTransactionBackendSync.h     SQLTransactionBackendSync(DatabaseSync*, PassOwnPtr<SQLTransactionSyncCallback>, bool readOnly);
readOnly           41 Source/modules/webdatabase/SQLTransactionSync.cpp PassRefPtrWillBeRawPtr<SQLTransactionSync> SQLTransactionSync::create(DatabaseSync* db, PassOwnPtr<SQLTransactionSyncCallback> callback, bool readOnly)
readOnly           43 Source/modules/webdatabase/SQLTransactionSync.cpp     return adoptRefWillBeNoop(new SQLTransactionSync(db, callback, readOnly));
readOnly           46 Source/modules/webdatabase/SQLTransactionSync.cpp SQLTransactionSync::SQLTransactionSync(DatabaseSync* db, PassOwnPtr<SQLTransactionSyncCallback> callback, bool readOnly)
readOnly           47 Source/modules/webdatabase/SQLTransactionSync.cpp     : SQLTransactionBackendSync(db, callback, readOnly)
readOnly           43 Source/modules/webdatabase/SQLTransactionSync.h     static PassRefPtrWillBeRawPtr<SQLTransactionSync> create(DatabaseSync*, PassOwnPtr<SQLTransactionSyncCallback>, bool readOnly = false);
readOnly           48 Source/modules/webdatabase/SQLTransactionSync.h     SQLTransactionSync(DatabaseSync*, PassOwnPtr<SQLTransactionSyncCallback>, bool readOnly);
readOnly           33 Source/modules/webdatabase/sqlite/SQLiteTransaction.cpp SQLiteTransaction::SQLiteTransaction(SQLiteDatabase& db, bool readOnly)
readOnly           36 Source/modules/webdatabase/sqlite/SQLiteTransaction.cpp     , m_readOnly(readOnly)
readOnly           39 Source/modules/webdatabase/sqlite/SQLiteTransaction.h     SQLiteTransaction(SQLiteDatabase& db, bool readOnly = false);
readOnly          121 public/platform/WebFallbackThemeEngine.h         bool readOnly;
readOnly          161 public/platform/WebThemeEngine.h         bool readOnly;