HomeSort by relevance Sort by last modified time
    Searched refs:ReadOnly (Results 26 - 50 of 83) sorted by null

12 3 4

  /external/webkit/WebCore/bindings/js/
JSWebGLFloatArrayConstructor.cpp 49 putDirect(exec->propertyNames().length, jsNumber(exec, 2), ReadOnly|DontDelete|DontEnum);
JSWebGLIntArrayConstructor.cpp 49 putDirect(exec->propertyNames().length, jsNumber(exec, 2), ReadOnly|DontDelete|DontEnum);
JSWebGLShortArrayConstructor.cpp 50 putDirect(exec->propertyNames().length, jsNumber(exec, 2), ReadOnly|DontDelete|DontEnum);
JSWebGLUnsignedByteArrayConstructor.cpp 49 putDirect(exec->propertyNames().length, jsNumber(exec, 2), ReadOnly|DontDelete|DontEnum);
JSWebGLUnsignedIntArrayConstructor.cpp 49 putDirect(exec->propertyNames().length, jsNumber(exec, 2), ReadOnly|DontDelete|DontEnum);
JSWebGLUnsignedShortArrayConstructor.cpp 49 putDirect(exec->propertyNames().length, jsNumber(exec, 2), ReadOnly|DontDelete|DontEnum);
JSWebKitCSSMatrixConstructor.cpp 42 putDirect(exec->propertyNames().length, jsNumber(exec, 1), ReadOnly|DontDelete|DontEnum);
JSWebKitPointConstructor.cpp 43 putDirect(exec->propertyNames().length, jsNumber(exec, 2), ReadOnly|DontDelete|DontEnum);
JSWorkerConstructor.cpp 49 putDirect(exec->propertyNames().length, jsNumber(exec, 1), ReadOnly|DontDelete|DontEnum);
JSOptionConstructor.cpp 42 putDirect(exec->propertyNames().length, jsNumber(exec, 4), ReadOnly|DontDelete|DontEnum);
JSWebSocketConstructor.cpp 54 putDirect(exec->propertyNames().length, jsNumber(exec, 1), ReadOnly | DontDelete | DontEnum);
  /external/webkit/WebCore/bindings/v8/custom/
V8SQLResultSetRowListCustom.cpp 85 item->Set(v8String(rowList->columnNames()[i]), value, static_cast<v8::PropertyAttribute>(v8::DontDelete|v8::ReadOnly));
  /external/webkit/WebCore/xml/
XSLTProcessorQt.cpp 158 inputBuffer.open(QIODevice::ReadOnly);
159 styleSheetBuffer.open(QIODevice::ReadOnly);
  /external/webkit/JavaScriptCore/runtime/
JSFunction.cpp 67 putDirect(exec->propertyNames().length, jsNumber(exec, length), DontDelete | ReadOnly | DontEnum);
194 descriptor.setDescriptor(exec->interpreter()->retrieveArguments(exec, this), ReadOnly | DontEnum | DontDelete);
199 descriptor.setDescriptor(jsNumber(exec, jsExecutable()->parameterCount()), ReadOnly | DontEnum | DontDelete);
204 descriptor.setDescriptor(exec->interpreter()->retrieveCaller(exec, this), ReadOnly | DontEnum | DontDelete);
JSByteArray.cpp 43 putDirect(exec->globalData().propertyNames->length, jsNumber(exec, m_storage->length()), ReadOnly | DontDelete);
DateConstructor.cpp 64 putDirectWithoutTransition(exec->propertyNames().prototype, datePrototype, DontEnum|DontDelete|ReadOnly);
70 putDirectWithoutTransition(exec->propertyNames().length, jsNumber(exec, 7), ReadOnly | DontEnum | DontDelete);
JSString.cpp 218 descriptor.setDescriptor(jsNumber(exec, m_stringLength), DontEnum | DontDelete | ReadOnly);
225 descriptor.setDescriptor(jsSingleCharacterSubstring(exec, value(exec), i), DontDelete | ReadOnly);
  /external/webkit/WebKit/qt/tests/qwebhistory/
tst_qwebhistory.cpp 202 QDataStream load(&tmp, QIODevice::ReadOnly); //from here data will be loaded
231 QDataStream load(&tmp, QIODevice::ReadOnly); //from here data will be loaded
261 QDataStream load(&tmp, QIODevice::ReadOnly); //from here data will be loaded
303 QDataStream load(out, QIODevice::ReadOnly);
  /external/webkit/WebCore/bridge/
runtime_method.cpp 81 descriptor.setDescriptor(slot.getValue(exec, propertyName), ReadOnly | DontDelete | DontEnum);
runtime_array.cpp 96 descriptor.setDescriptor(slot.getValue(exec, propertyName), ReadOnly | DontDelete | DontEnum);
runtime_object.cpp 200 descriptor.setDescriptor(slot.getValue(exec, propertyName), DontDelete | ReadOnly);
210 descriptor.setDescriptor(slot.getValue(exec, propertyName), DontDelete | ReadOnly | DontEnum);
  /external/webkit/JavaScriptCore/
create_hash_table 93 my $put = !($att =~ m/ReadOnly/) ? "set" . jsc_ucfirst($val) : "0";
  /external/webkit/WebCore/platform/graphics/qt/
ImageDecoderQt.cpp 78 m_buffer->open(QBuffer::ReadOnly);
  /external/webkit/WebKitTools/QtLauncher/
mainwindow.cpp 151 fileDialog.setOptions(QFileDialog::ReadOnly);
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 390 IN BOOLEAN Readonly,
435 *OpenedReadonly = Readonly;
440 SYNCHRONIZE | FILE_READ_DATA | (Readonly ? 0 : FILE_WRITE_DATA),
458 SYNCHRONIZE | FILE_READ_DATA | (Readonly ? 0 : FILE_WRITE_DATA),
468 if((STATUS_ACCESS_DENIED == Status) && !Readonly)
498 IN BOOLEAN ReadOnly,
507 return _OpenNtName(Buffer, ReadOnly, Handle, OpenedReadonly);
817 IN BOOLEAN ReadOnly,
842 Status = _OpenDriveLetter(*Name, ReadOnly, Handle, OpenedReadonly);
868 Status = _OpenNtName(Name, ReadOnly, Handle, OpenedReadonly)
    [all...]

Completed in 1610 milliseconds

12 3 4