isReadOnly 701 Source/core/accessibility/AXNodeObject.cpp return toHTMLTextAreaElement(*node).isReadOnly(); isReadOnly 706 Source/core/accessibility/AXNodeObject.cpp return input.isReadOnly(); isReadOnly 758 Source/core/accessibility/AXNodeObject.cpp return !isReadOnly(); isReadOnly 133 Source/core/accessibility/AXNodeObject.h virtual bool isReadOnly() const OVERRIDE; isReadOnly 371 Source/core/accessibility/AXObject.h virtual bool isReadOnly() const { return false; } isReadOnly 509 Source/core/accessibility/AXRenderObject.cpp return AXNodeObject::isReadOnly(); isReadOnly 1269 Source/core/accessibility/AXRenderObject.cpp if (!isWebArea() || isReadOnly()) isReadOnly 102 Source/core/accessibility/AXRenderObject.h virtual bool isReadOnly() const OVERRIDE; isReadOnly 100 Source/core/html/HTMLFormControlElement.h bool isReadOnly() const { return m_isReadOnly; } isReadOnly 1393 Source/core/html/HTMLInputElement.cpp return m_inputType->supportsReadOnly() && isReadOnly(); isReadOnly 1398 Source/core/html/HTMLInputElement.cpp return m_inputType->supportsReadOnly() && !isReadOnly(); isReadOnly 529 Source/core/html/HTMLTextAreaElement.cpp return isReadOnly(); isReadOnly 534 Source/core/html/HTMLTextAreaElement.cpp return !isReadOnly(); isReadOnly 208 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp return element().isReadOnly(); isReadOnly 642 Source/core/html/shadow/DateTimeEditElement.cpp return isReadOnly(); isReadOnly 130 Source/core/html/shadow/DateTimeEditElement.h bool isReadOnly() const; isReadOnly 47 Source/core/svg/SVGAnimatedEnumerationBase.cpp if (this->isReadOnly()) { isReadOnly 82 Source/core/svg/properties/SVGAnimatedProperty.h bool isReadOnly() const isReadOnly 212 Source/core/svg/properties/SVGAnimatedProperty.h if (this->isReadOnly()) { isReadOnly 279 Source/core/svg/properties/SVGAnimatedProperty.h if (this->isReadOnly()) isReadOnly 124 Source/modules/indexeddb/IDBCursor.cpp if (m_transaction->isReadOnly()) { isReadOnly 259 Source/modules/indexeddb/IDBCursor.cpp if (m_transaction->isReadOnly()) { isReadOnly 166 Source/modules/indexeddb/IDBObjectStore.cpp if (m_transaction->isReadOnly()) { isReadOnly 252 Source/modules/indexeddb/IDBObjectStore.cpp if (m_transaction->isReadOnly()) { isReadOnly 285 Source/modules/indexeddb/IDBObjectStore.cpp if (m_transaction->isReadOnly()) { isReadOnly 72 Source/modules/indexeddb/IDBTransaction.h bool isReadOnly() const { return m_mode == blink::WebIDBDatabase::TransactionReadOnly; } isReadOnly 73 Source/modules/webdatabase/SQLTransactionBackend.h bool isReadOnly() { return m_readOnly; } isReadOnly 63 Source/modules/webdatabase/SQLTransactionCoordinator.cpp if (firstPendingTransaction->isReadOnly()) { isReadOnly 68 Source/modules/webdatabase/SQLTransactionCoordinator.cpp } while (!info.pendingTransactions.isEmpty() && info.pendingTransactions.first()->isReadOnly()); isReadOnly 107 Source/modules/webdatabase/SQLTransactionCoordinator.cpp if (transaction->isReadOnly()) { isReadOnly 358 Source/web/WebAXObject.cpp return m_private->isReadOnly(); isReadOnly 53 Source/web/WebFormControlElement.cpp return constUnwrap<HTMLFormControlElement>()->isReadOnly(); isReadOnly 117 public/web/WebAXObject.h BLINK_EXPORT bool isReadOnly() const; isReadOnly 58 public/web/WebFormControlElement.h BLINK_EXPORT bool isReadOnly() const;