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

/external/webkit/WebCore/storage/
H A DSQLTransaction.h82 bool isReadOnly() { return m_readOnly; } function in class:WebCore::SQLTransaction
/external/webkit/JavaScriptCore/runtime/
H A DSymbolTable.h87 bool isReadOnly() const function in struct:JSC::SymbolTableEntry
/external/webkit/WebKit/chromium/src/
H A DWebAccessibilityObject.cpp270 bool WebAccessibilityObject::isReadOnly() const function in class:WebKit::WebAccessibilityObject
276 return m_private->isReadOnly();
/external/webkit/WebCore/accessibility/
H A DAccessibilityObject.h311 virtual bool isReadOnly() const { return false; } function in class:WebCore::AccessibilityObject
H A DAccessibilityRenderObject.cpp406 bool AccessibilityRenderObject::isReadOnly() const function in class:WebCore::AccessibilityRenderObject
1218 if (!isWebArea() || isReadOnly())
2813 // Any node could be contenteditable, so isReadOnly should be relied upon
2815 return isProgressIndicator() || isSlider() || !isReadOnly();
/external/v8/src/
H A Dmirror-debugger.js1118 PropertyMirror.prototype.isReadOnly = function() {
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 85 milliseconds