Home
last modified time | relevance | path

Searched refs:ReadOnly (Results 1 – 25 of 87) sorted by relevance

1234

/external/clang/test/CodeGenObjC/
Dcontinuation-class.m7 @interface ReadOnly : Object interface
16 @interface ReadOnly () interface in readwrite
21 @implementation ReadOnly implementation
30 ReadOnly *test = [ReadOnly new];
/external/clang/test/SemaObjC/
Dproperty-category-1.m7 @interface ReadOnly : Object interface
16 @interface ReadOnly () interface in readwrite
21 @implementation ReadOnly implementation
31 ReadOnly *test = [ReadOnly new];
Dcontinuation-class-err.m3 @interface ReadOnly interface
13 @interface ReadOnly () interface in readwrite
15 … expected-error {{illegal redeclaration of property in class extension 'ReadOnly' (attribute must …
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DV8DOMConfiguration.cpp91 …:New(isolate, constant->ivalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete)… in installConstants()
92 …:New(isolate, constant->ivalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete)… in installConstants()
95 …gned(isolate, constant->ivalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete)… in installConstants()
96 …gned(isolate, constant->ivalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete)… in installConstants()
100 …:New(isolate, constant->dvalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete)… in installConstants()
101 …:New(isolate, constant->dvalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete)… in installConstants()
104 …Utf8(isolate, constant->svalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete)… in installConstants()
105 …Utf8(isolate, constant->svalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete)… in installConstants()
116 …ter, 0, v8::Handle<v8::Value>(), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete)… in installConstant()
117 …ter, 0, v8::Handle<v8::Value>(), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete)… in installConstant()
/external/chromium_org/base/prefs/
Djson_pref_store_unittest.cc122 EXPECT_FALSE(pref_store->ReadOnly()); in TEST_F()
139 EXPECT_FALSE(pref_store->ReadOnly()); in TEST_F()
153 EXPECT_FALSE(pref_store->ReadOnly()); in TEST_F()
240 EXPECT_FALSE(pref_store->ReadOnly()); in TEST_F()
282 EXPECT_FALSE(pref_store->ReadOnly()); in TEST_F()
322 ASSERT_FALSE(pref_store->ReadOnly()); in TEST_F()
373 EXPECT_FALSE(pref_store->ReadOnly()); in TEST_F()
395 EXPECT_FALSE(pref_store->ReadOnly()); in TEST_F()
454 EXPECT_FALSE(pref_store->ReadOnly()); in TEST_F()
467 EXPECT_FALSE(pref_store->ReadOnly()); in TEST_F()
[all …]
Dpersistent_pref_store.h52 virtual bool ReadOnly() const = 0;
Dtesting_pref_store.h39 virtual bool ReadOnly() const OVERRIDE;
Doverlay_user_pref_store.h47 virtual bool ReadOnly() const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DHitTestRequest.h31 ReadOnly = 1 << 1, enumerator
50 bool readOnly() const { return m_requestType & ReadOnly; } in readOnly()
/external/llvm/include/llvm/MC/
DSectionKind.h39 ReadOnly, enumerator
141 return K == ReadOnly || isMergeableCString() || in isReadOnly()
209 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGGeometryElement.cpp55 HitTestRequest request(HitTestRequest::ReadOnly); in isPointInFill()
69 HitTestRequest request(HitTestRequest::ReadOnly); in isPointInStroke()
/external/chromium_org/chrome/browser/prefs/tracked/
Dsegregated_pref_store.cc107 bool SegregatedPrefStore::ReadOnly() const { in ReadOnly() function in SegregatedPrefStore
108 return selected_pref_store_->ReadOnly() || in ReadOnly()
109 default_pref_store_->ReadOnly(); in ReadOnly()
Dsegregated_pref_store.h64 virtual bool ReadOnly() const OVERRIDE;
/external/llvm/include/llvm/IR/
DFunction.h249 Attribute::ReadOnly);
252 addFnAttr(Attribute::ReadOnly);
331 AttributeSets.hasAttribute(n, Attribute::ReadOnly);
334 addAttribute(n, Attribute::ReadOnly);
/external/clang/test/SemaCXX/
Dbool.cpp8 ReadOnly = true enumerator
/external/chromium_org/third_party/WebKit/Source/web/
DViewportAnchor.cpp54 …Node* node = eventHandler->hitTestResultAtPoint(point, HitTestRequest::ReadOnly | HitTestRequest::… in findNonEmptyAnchorNode()
63 …node = eventHandler->hitTestResultAtPoint(point + pointOffset, HitTestRequest::ReadOnly | HitTestR… in findNonEmptyAnchorNode()
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp672 HitTestRequest request(HitTestRequest::ReadOnly | HitTestRequest::Active); in handleMouseDraggedEvent()
691 … HitTestRequest request(HitTestRequest::ReadOnly | HitTestRequest::Active | HitTestRequest::Move); in updateSelectionForMouseDrag()
1012 HitTestRequest request(HitTestRequest::ReadOnly); in updateCursor()
1296 HitTestRequest request(HitTestRequest::ReadOnly | HitTestRequest::Active); in handleMousePressEvent()
1307 HitTestRequest request(HitTestRequest::ReadOnly | HitTestRequest::Active); in handleMousePressEvent()
1422 hitType |= HitTestRequest::ReadOnly; in handleMouseMoveOrLeaveEvent()
1427 hitType |= HitTestRequest::Active | HitTestRequest::ReadOnly; in handleMouseMoveOrLeaveEvent()
1690 HitTestRequest request(HitTestRequest::ReadOnly); in updateDragAndDrop()
1936 HitTestRequest request(HitTestRequest::ReadOnly); in isInsideScrollbar()
1966 HitTestRequest request(HitTestRequest::ReadOnly); in handleWheelEvent()
[all …]
DEventHandler.h110 … HitTestRequest::HitTestRequestType hitType = HitTestRequest::ReadOnly | HitTestRequest::Active,
269 …outPoint&, HitTestRequest::HitTestRequestType hitType = HitTestRequest::ReadOnly | HitTestRequest:…
/external/llvm/utils/TableGen/
DCodeGenIntrinsics.h85 ReadOnly, enumerator
/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp44 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; in EmitStrLen()
73 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; in EmitStrNLen()
101 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; in EmitStrChr()
130 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; in EmitStrNCmp()
240 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; in EmitMemChr()
270 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; in EmitMemCmp()
/external/chromium_org/android_webview/browser/
Daw_pref_store.h40 virtual bool ReadOnly() const OVERRIDE;
Daw_pref_store.cc55 bool AwPrefStore::ReadOnly() const { in ReadOnly() function in AwPrefStore
/external/e2fsprogs/lib/ext2fs/
Dnt_io.c497 IN BOOLEAN ReadOnly, in _OpenDriveLetter() argument
506 return _OpenNtName(Buffer, ReadOnly, Handle, OpenedReadonly); in _OpenDriveLetter()
816 IN BOOLEAN ReadOnly, in _Ext2OpenDevice() argument
841 Status = _OpenDriveLetter(*Name, ReadOnly, Handle, OpenedReadonly); in _Ext2OpenDevice()
867 Status = _OpenNtName(Name, ReadOnly, Handle, OpenedReadonly); in _Ext2OpenDevice()
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
DV8SQLResultSetRowListCustom.cpp87 …List->columnNames()[i]), value, static_cast<v8::PropertyAttribute>(v8::DontDelete | v8::ReadOnly)); in itemMethodCustom()
/external/chromium_org/v8/test/mjsunit/
Dmirror-regexp.js31 var all_attributes = debug.PropertyAttribute.ReadOnly |

1234