Home
last modified time | relevance | path

Searched refs:isReadOnly (Results 1 – 25 of 27) sorted by relevance

12

/external/webkit/WebCore/storage/
DSQLTransactionCoordinator.cpp59 if (firstPendingTransaction->isReadOnly()) { in processPendingTransactions()
65 … } while (!info.pendingTransactions.isEmpty() && info.pendingTransactions.first()->isReadOnly()); in processPendingTransactions()
99 if (transaction->isReadOnly()) { in releaseLock()
DSQLTransaction.h82 bool isReadOnly() { return m_readOnly; } in isReadOnly() function
/external/webkit/JavaScriptCore/runtime/
DJSVariableObject.h119 slotIsWriteable = !entry.isReadOnly(); in symbolTableGet()
132 if (entry.isReadOnly()) in symbolTablePut()
DSymbolTable.h87 bool isReadOnly() const in isReadOnly() function
/external/webkit/WebKit/chromium/src/
DWebAccessibilityObject.cpp270 bool WebAccessibilityObject::isReadOnly() const in isReadOnly() function in WebKit::WebAccessibilityObject
276 return m_private->isReadOnly(); in isReadOnly()
/external/webkit/WebCore/storage/chromium/
DSQLTransactionClientChromium.cpp67 if (!transaction->isReadOnly()) { in didCommitTransaction()
/external/v8/test/mjsunit/
Dmirror-object.js85 assertFalse(property_mirror.isReadOnly());
184 assertTrue(math_mirror.property("E").isReadOnly());
/external/webkit/WebKit/chromium/public/
DWebAccessibilityObject.h92 bool isReadOnly() const;
/external/webkit/WebCore/accessibility/
DAccessibilityRenderObject.h102 virtual bool isReadOnly() const;
DAccessibilityObject.h311 virtual bool isReadOnly() const { return false; } in isReadOnly() function
DAccessibilityRenderObject.cpp406 bool AccessibilityRenderObject::isReadOnly() const in isReadOnly() function in WebCore::AccessibilityRenderObject
1218 if (!isWebArea() || isReadOnly()) in clickPoint()
2815 return isProgressIndicator() || isSlider() || !isReadOnly(); in canSetValueAttribute()
/external/webkit/WebKit/win/
DAccessibleBase.cpp276 if (childObj->isReadOnly()) in get_accState()
/external/webkit/WebCore/accessibility/gtk/
DAccessibilityObjectWrapperAtk.cpp474 if ((!coreObject->isReadOnly() || in setAtkStateSetFromCoreObject()
1657 if (!coreObject->isReadOnly()) in getInterfaceMaskFromObject()
/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp501 return symbolTable().get(ident.ustring().rep()).isReadOnly(); in isLocalConstant()
1021 if (entry.isReadOnly() && forWriting) { in findScopedProperty()
/external/v8/src/
Dmirror-debugger.js1118 PropertyMirror.prototype.isReadOnly = function() { method in PropertyMirror
/external/webkit/WebCore/
DChangeLog-2002-12-032071 (NodeImpl::isReadOnly):
9772 (QLineEdit::isReadOnly):
10743 * kwq/KWQTextArea.h: Removed unused isReadOnly/setReadOnly.
10744 * kwq/KWQTextArea.mm: Removed unused isReadOnly/setReadOnly.
14587 (QTextEdit::isReadOnly), (QTextEdit::setReadOnly), (QTextEdit::selectAll):
15800 (NodeImpl::childrenChanged), (NodeImpl::isReadOnly), (NodeImpl::nextRenderer),
DChangeLog-2006-05-104347 Use isReadOnlyControl instead of isReadOnly.
4357 * dom/Node.h: (WebCore::Node::isReadOnlyControl): Changed from const version of isReadOnly.
4359 (WebCore::Node::isReadOnlyNode): Changed from isReadOnly.
4360 (WebCore::Node::setNodeValue): Uses isReadOnlyNode instead of isReadOnly.
4382 (KJS::JSHTMLElement::inputGetter): Uses isReadOnlyControl instead of isReadOnly.
4395 …* html/HTMLInputElement.h: Removed isReadOnly, since isReadOnlyControl now exists on HTMLGenericFo…
4396 … * rendering/RenderTheme.cpp: (WebCore::RenderTheme::isReadOnlyControl): Renamed from isReadOnly.
7540 (WebCore::Node::isReadOnly):
7542 (WebCore::HTMLInputElement::isReadOnly):
7548 (WebCore::RenderTheme::isReadOnly):
DChangeLog-2003-10-25999 (QLineEdit::isReadOnly):
1073 (QTextEdit::isReadOnly):
DChangeLog-2010-01-2937647 (WebCore::AccessibilityObject::isReadOnly):
56207 (WebCore::SQLTransaction::isReadOnly): Returns the type of the
63660 Fixed a bug in handling of isReadOnly, where textareas were casted to HTMLInputElements.
63663 (WebCore::AccessibilityRenderObject::isReadOnly):
64148 Added another case in AcccessibiltyRenderObject::isReadOnly to test if text fields
64152 (WebCore::AccessibilityRenderObject::isReadOnly):
DChangeLog-2005-12-1926300 (RONamedNodeMapImpl::isReadOnly):
26318 (NodeImpl::isReadOnly):
DChangeLog-2008-08-1019484 (WebCore::AccessibilityRenderObject::isReadOnly):
23098 (WebCore::AccessibilityObject::isReadOnly):
23135 (WebCore::AccessibilityRenderObject::isReadOnly):
30025 (WebCore::AccessibilityObject::isReadOnly): False if this object has
DChangeLog-2006-12-3138032 (WebCore::PlatformLineEdit::isReadOnly):
38108 (WebCore::PlatformTextEdit::isReadOnly):
DChangeLog-2005-08-2318195 (DOM::NamedNodeMapImpl::isReadOnly):
48405 (QLineEdit::isReadOnly):
/external/webkit/WebKit/chromium/
DChangeLog6070 (WebKit::WebAccessibilityObject::isReadOnly):
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-1010311 (KJS::SymbolTableEntry::isReadOnly):
14049 registers. Use stub isReadOnly and isDontEnum methods for now, until
14062 (KJS::JSVariableObject::isReadOnly): Stub method
14314 (KJS::JSVariableObject::isReadOnly):

12