HomeSort by relevance Sort by last modified time
    Searched defs:readOnly (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/v8/test/webkit/fast/js/
Object-defineProperty.js 188 Object.defineProperty(Object.prototype, 'readOnly', {value:true, configurable:true, writable:false})
189 shouldBeTrue("var o = {}; o.readOnly = false; o.readOnly");
190 shouldThrow("'use strict'; var o = {}; o.readOnly = false; o.readOnly");
191 delete Object.prototype.readOnly;
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ExceptionMessages.cpp 156 String ExceptionMessages::readOnly(const char* detail)
158 DEFINE_STATIC_LOCAL(String, readOnly, ("This object is read-only."));
159 return detail ? String::format("This object is read-only, because %s.", detail) : readOnly;
  /external/icu/icu4c/source/common/
sharedptr.h 168 * readOnly gives const access to this instance's T object. If this
171 const T *readOnly() const {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestRequest.h 31 ReadOnly = 1 << 1,
50 bool readOnly() const { return m_requestType & ReadOnly; }
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
SimpleHistoryManager.js 71 readOnly: function()
81 if (this.readOnly())
116 if (this.readOnly())
  /external/chromium_org/third_party/WebKit/public/platform/
WebFallbackThemeEngine.h 121 bool readOnly;
WebThemeEngine.h 161 bool readOnly;
  /external/chromium_org/third_party/sqlite/src/src/
btreeInt.h 408 u8 readOnly; /* True if the underlying file is readonly */
vdbeInt.h 302 u8 readOnly; /* True for read-only statements */
wal.c 422 u8 readOnly; /* True if the WAL file is open read-only */
    [all...]
pager.c 621 u8 readOnly; /* True for a read-only database */
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.variables_3.2.400.v20100505.jar 
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.text_3.5.0.v20100601-1300.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
TextEditor.js 89 * @param {boolean} readOnly
91 setReadOnly: function(readOnly) { },
96 readOnly: function() { },
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 409 milliseconds