Searched defs:ReadOnly (Results 1 - 25 of 25) sorted by path

/external/chromium/chrome/browser/prefs/
H A Doverlay_persistent_pref_store.cc77 bool OverlayPersistentPrefStore::ReadOnly() const { function in class:OverlayPersistentPrefStore
H A Dpref_service.cc438 bool PrefService::ReadOnly() const { function in class:PrefService
439 return user_pref_store_->ReadOnly();
H A Dtesting_pref_store.cc52 bool TestingPrefStore::ReadOnly() const { function in class:TestingPrefStore
/external/chromium/chrome/common/
H A Djson_pref_store.cc189 bool JsonPrefStore::ReadOnly() const { function in class:JsonPrefStore
/external/chromium_org/android_webview/browser/
H A Daw_pref_store.cc55 bool AwPrefStore::ReadOnly() const { function in class:AwPrefStore
/external/chromium_org/base/prefs/
H A Djson_pref_store.cc224 bool JsonPrefStore::ReadOnly() const { function in class:JsonPrefStore
H A Doverlay_user_pref_store.cc96 bool OverlayUserPrefStore::ReadOnly() const { function in class:OverlayUserPrefStore
H A Dpref_service.cc207 bool PrefService::ReadOnly() const { function in class:PrefService
208 return user_pref_store_->ReadOnly();
H A Dtesting_pref_store.cc56 bool TestingPrefStore::ReadOnly() const { function in class:TestingPrefStore
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8ImageDataCustom.cpp49 wrapper->Set(v8AtomicString(isolate, "data"), pixelArray, v8::ReadOnly); member in class:WebCore::v8
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DHitTestRequest.h31 ReadOnly = 1 << 1, enumerator in enum:WebCore::HitTestRequest::RequestType
53 bool readOnly() const { return m_requestType & ReadOnly; }
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.h70 ReadOnly, enumerator in enum:WebCore::GraphicsContext::AccessMode
91 const SkBitmap& layerBitmap(AccessMode = ReadOnly) const;
/external/chromium_org/v8/include/
H A Dv8.h2139 ReadOnly = 1 << 0, enumerator in enum:v8::PropertyAttribute
2222 * any combination of ReadOnly, DontEnum and DontDelete. Returns
3574 * Sets the ReadOnly flag in the attributes of the 'prototype' property
/external/chromium_org/v8/test/cctest/
H A Dtest-accessors.cc244 v8::ReadOnly); member in class:v8
H A Dtest-api.cc4142 context->Global()->Set(prop, v8_num(7), v8::ReadOnly);
4144 CHECK_EQ(v8::ReadOnly, context->Global()->GetPropertyAttributes(prop));
10022 // Configured value of ReadOnly flag.
10035 // Default value of ReadOnly flag.
12650 // Add 'h' as an accessor to the proto template with ReadOnly attributes
12654 v8::Handle<Value>(), v8::DEFAULT, v8::ReadOnly); member in class:v8
12656 // Add 'i' as an accessor to the instance template with ReadOnly attributes
12660 v8::Handle<Value>(), v8::DEFAULT, v8::ReadOnly); member in class:v8
14909 global_proto->Set(v8_str("x"), v8::Integer::New(0), v8::ReadOnly); member in class:v8
14910 global_proto->Set(v8_str("y"), v8::Integer::New(0), v8::ReadOnly); member in class:v8
19544 obj->Set(v8_str("1"), v8_str("DONT_CHANGE"), v8::ReadOnly); member in class:v8
19547 obj->Set(v8_num(2), v8_str("DONT_CHANGE"), v8::ReadOnly); member in class:v8
19552 obj->Set(v8_str("2000000000"), v8_str("DONT_CHANGE"), v8::ReadOnly); member in class:v8
[all...]
/external/clang/test/SemaCXX/
H A Dbool.cpp6 ReadOnly = true enumerator in enum:__anon17335
/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/jmonkeyengine/engine/src/core/com/jme3/system/
H A DAnnotations.java52 public @interface ReadOnly { interface in class:Annotations
/external/llvm/include/llvm/IR/
H A DAttributes.h92 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/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h81 ReadOnly, enumerator in enum:llvm::CodeGenIntrinsic::ArgAttribute
/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
/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/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...]

Completed in 2008 milliseconds