Searched defs:ReadOnly (Results 1 - 23 of 23) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8CanvasPixelArrayCustom.cpp45 v8::ReadOnly); member in class:WebCore::v8
H A DV8ImageDataCustom.cpp52 v8::ReadOnly); member in class:WebCore::v8
/external/jmonkeyengine/engine/src/core/com/jme3/system/
H A DAnnotations.java52 public @interface ReadOnly { interface in class:Annotations
/external/clang/test/SemaCXX/
H A Dbool.cpp6 ReadOnly = true enumerator in enum:__anon4861
/external/webkit/Source/WebKit2/Platform/
H A DSharedMemory.h48 ReadOnly, enumerator in enum:WebKit::SharedMemory::Protection
/external/webkit/Source/WebCore/rendering/
H A DHitTestRequest.h30 ReadOnly = 1 << 1, enumerator in enum:WebCore::HitTestRequest::RequestType
45 bool readOnly() const { return m_requestType & ReadOnly; }
/external/chromium/chrome/browser/prefs/
H A Doverlay_persistent_pref_store.cc77 bool OverlayPersistentPrefStore::ReadOnly() const { function in class:OverlayPersistentPrefStore
H A Dtesting_pref_store.cc52 bool TestingPrefStore::ReadOnly() const { function in class:TestingPrefStore
H A Dpref_service.cc438 bool PrefService::ReadOnly() const { function in class:PrefService
439 return user_pref_store_->ReadOnly();
/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptvalue.h47 ReadOnly = 0x00000001, enumerator in enum:QScriptValue::PropertyFlag
/external/webkit/Source/WebKit2/Shared/
H A DSandboxExtension.h49 ReadOnly, enumerator in enum:WebKit::SandboxExtension::Type
/external/webkit/Source/JavaScriptCore/runtime/
H A DSymbolTable.h59 pack(index, attributes & ReadOnly, attributes & DontEnum);
76 attributes |= ReadOnly;
84 pack(getIndex(), attributes & ReadOnly, attributes & DontEnum); local
H A DJSString.cpp295 descriptor.setDescriptor(jsNumber(m_length), DontEnum | DontDelete | ReadOnly); local
302 descriptor.setDescriptor(getIndex(exec, i), DontDelete | ReadOnly); local
H A DJSObject.h64 ReadOnly = 1 << 1, // property can be only read, not written enumerator in enum:JSC::Attribute
575 if (checkReadOnly && currentAttributes & ReadOnly)
626 if (checkReadOnly && currentAttributes & ReadOnly)
/external/chromium/chrome/common/
H A Djson_pref_store.cc189 bool JsonPrefStore::ReadOnly() const { function in class:JsonPrefStore
/external/v8/test/cctest/
H A Dtest-accessors.cc176 v8::ReadOnly); member in class:v8
H A Dtest-api.cc2454 context->Global()->Set(prop, v8_num(7), v8::ReadOnly);
2456 CHECK_EQ(v8::ReadOnly, context->Global()->GetPropertyAttributes(prop));
7836 // Configured value of ReadOnly flag.
7849 // Default value of ReadOnly flag.
10278 // Add 'h' as an accessor to the proto template with ReadOnly attributes
10282 v8::Handle<Value>(), v8::DEFAULT, v8::ReadOnly); member in class:v8
10284 // Add 'i' as an accessor to the instance template with ReadOnly attributes
10288 v8::Handle<Value>(), v8::DEFAULT, v8::ReadOnly); member in class:v8
12149 global_proto->Set(v8_str("x"), v8::Integer::New(0), v8::ReadOnly); member in class:v8
12150 global_proto->Set(v8_str("y"), v8::Integer::New(0), v8::ReadOnly); member in class:v8
15990 obj->Set(v8_str("1"), v8_str("DONT_CHANGE"), v8::ReadOnly); member in class:v8
15993 obj->Set(v8_num(2), v8_str("DONT_CHANGE"), v8::ReadOnly); member in class:v8
15998 obj->Set(v8_str("2000000000"), v8_str("DONT_CHANGE"), v8::ReadOnly); member in class:v8
[all...]
/external/llvm/include/llvm/IR/
H A DAttributes.h89 ReadOnly, ///< Function only reads from memory enumerator in enum:llvm::Attribute::AttrKind
/external/llvm/include/llvm/MC/
H A DSectionKind.h36 /// ReadOnly - Data that is never written to at program runtime by the
39 ReadOnly, enumerator in enum:llvm::SectionKind::Kind
141 return K == ReadOnly || isMergeableCString() ||
209 static SectionKind getReadOnly() { return get(ReadOnly); }
/external/e2fsprogs/lib/ext2fs/
H A Dnt_io.c498 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);
496 _OpenDriveLetter( IN CHAR Letter, IN BOOLEAN ReadOnly, OUT PHANDLE Handle, OUT PBOOLEAN OpenedReadonly OPTIONAL ) argument
815 _Ext2OpenDevice( IN PCSTR Name, IN BOOLEAN ReadOnly, OUT PHANDLE Handle, OUT PBOOLEAN OpenedReadonly OPTIONAL, OUT unsigned *Errno OPTIONAL ) argument
/external/webkit/Source/WebCore/bindings/v8/
H A DV8Proxy.cpp122 functionDescriptor->Set(v8::String::New(constant->name), v8::Integer::New(constant->value), v8::ReadOnly); member in class:WebCore::v8
123 proto->Set(v8::String::New(constant->name), v8::Integer::New(constant->value), v8::ReadOnly); member in class:WebCore::v8
/external/v8/src/
H A Dd8.cc421 array->Set(String::New(kArrayBufferReferencePropName), args[0], ReadOnly); local
425 array->Set(String::New(kArrayBufferMarkerPropName), True(), ReadOnly); local
442 Int32::New(static_cast<int32_t>(length)), ReadOnly);
/external/v8/include/
H A Dv8.h1394 ReadOnly = 1 << 0, enumerator in enum:v8::PropertyAttribute
1476 * any combination of ReadOnly, DontEnum and DontDelete. Returns
2262 * Sets the ReadOnly flag in the attributes of the 'prototype' property

Completed in 912 milliseconds