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

/external/clang/test/SemaCXX/
H A Dbool.cpp8 ReadOnly = true enumerator in enum:__anon19246
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DImageData.cpp139 wrapper->ForceSet(v8AtomicString(isolate, "data"), pixelArray, v8::ReadOnly); member in class:blink::v8
/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 Doverlay_user_pref_store.cc96 bool OverlayUserPrefStore::ReadOnly() const { function in class:OverlayUserPrefStore
H A Djson_pref_store.cc246 bool JsonPrefStore::ReadOnly() const { function in class:JsonPrefStore
H A Dtesting_pref_store.cc65 bool TestingPrefStore::ReadOnly() const { function in class:TestingPrefStore
H A Dpref_service.cc209 bool PrefService::ReadOnly() const { function in class:PrefService
210 return user_pref_store_->ReadOnly();
/external/chromium_org/chrome/browser/prefs/tracked/
H A Dsegregated_pref_store.cc107 bool SegregatedPrefStore::ReadOnly() const { function in class:SegregatedPrefStore
108 return selected_pref_store_->ReadOnly() ||
109 default_pref_store_->ReadOnly();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DHitTestRequest.h31 ReadOnly = 1 << 1, enumerator in enum:blink::HitTestRequest::RequestType
50 bool readOnly() const { return m_requestType & ReadOnly; }
/external/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h85 ReadOnly, enumerator in enum:llvm::CodeGenIntrinsic::ArgAttribute
/external/chromium_org/chrome/browser/prefs/
H A Dleveldb_pref_store.cc312 bool LevelDBPrefStore::ReadOnly() const { return read_only_; } function in class:LevelDBPrefStore
/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.c497 IN BOOLEAN ReadOnly,
506 return _OpenNtName(Buffer, ReadOnly, Handle, OpenedReadonly);
816 IN BOOLEAN ReadOnly,
841 Status = _OpenDriveLetter(*Name, ReadOnly, Handle, OpenedReadonly);
867 Status = _OpenNtName(Name, ReadOnly, Handle, OpenedReadonly);
495 _OpenDriveLetter( IN CHAR Letter, IN BOOLEAN ReadOnly, OUT PHANDLE Handle, OUT PBOOLEAN OpenedReadonly OPTIONAL ) argument
814 _Ext2OpenDevice( IN PCSTR Name, IN BOOLEAN ReadOnly, OUT PHANDLE Handle, OUT PBOOLEAN OpenedReadonly OPTIONAL, OUT unsigned *Errno OPTIONAL ) argument
/external/llvm/include/llvm/IR/
H A DAttributes.h97 ReadOnly, ///< Function only reads from memory enumerator in enum:llvm::Attribute::AttrKind
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.h69 ReadOnly, enumerator in enum:blink::GraphicsContext::AccessMode
/external/pdfium/fpdfsdk/src/jsapi/
H A Dfxjs_v8.cpp105 objTemp->Set(v8::String::NewFromUtf8(isolate, FX_LPCSTR(bsMethodName)), v8::FunctionTemplate::New(isolate, pMethodCall), v8::ReadOnly); member in class:v8
202 objTemp->Set(v8::String::NewFromUtf8(isolate, FX_LPCSTR(bsMethodName)), funTempl, v8::ReadOnly); member in class:v8
225 objTemp->Set(v8::String::NewFromUtf8(isolate, FX_LPCSTR(bsConst)), pDefault, v8::ReadOnly); member in class:v8
/external/chromium_org/v8/include/
H A Dv8.h2200 ReadOnly = 1 << 0, enumerator in enum:v8::PropertyAttribute
2295 * any combination of ReadOnly, DontEnum and DontDelete. Returns
3686 * Sets the ReadOnly flag in the attributes of the 'prototype' property
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc4505 context->Global()->ForceSet(prop, v8_num(7), v8::ReadOnly);
4507 CHECK_EQ(v8::ReadOnly, context->Global()->GetPropertyAttributes(prop));
10545 // Configured value of ReadOnly flag.
10558 // Default value of ReadOnly flag.
13241 // Add 'h' as an accessor to the proto template with ReadOnly attributes
13245 v8::Handle<Value>(), v8::DEFAULT, v8::ReadOnly); member in class:v8
13247 // Add 'i' as an accessor to the instance template with ReadOnly attributes
13251 v8::Handle<Value>(), v8::DEFAULT, v8::ReadOnly); member in class:v8
15376 v8::ReadOnly); member in class:v8
15378 v8::ReadOnly); member in class:v8
20406 obj->ForceSet(v8_str("1"), v8_str("DONT_CHANGE"), v8::ReadOnly); member in class:v8
20409 obj->ForceSet(v8_num(2), v8_str("DONT_CHANGE"), v8::ReadOnly); member in class:v8
20414 obj->ForceSet(v8_str("2000000000"), v8_str("DONT_CHANGE"), v8::ReadOnly); member in class:v8
[all...]

Completed in 357 milliseconds