Searched refs:ReadOnly (Results 1 - 25 of 82) sorted by relevance

1234

/external/clang/test/SemaCXX/
H A Dbool.cpp8 ReadOnly = true enumerator in enum:__anon19246
/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/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGGeometryElement.cpp55 HitTestRequest request(HitTestRequest::ReadOnly);
69 HitTestRequest request(HitTestRequest::ReadOnly);
/external/chromium_org/base/prefs/
H A Dpersistent_pref_store.h52 virtual bool ReadOnly() const = 0;
H A Djson_pref_store_unittest.cc122 EXPECT_FALSE(pref_store->ReadOnly());
139 EXPECT_FALSE(pref_store->ReadOnly());
153 EXPECT_FALSE(pref_store->ReadOnly());
240 EXPECT_FALSE(pref_store->ReadOnly());
282 EXPECT_FALSE(pref_store->ReadOnly());
322 ASSERT_FALSE(pref_store->ReadOnly());
373 EXPECT_FALSE(pref_store->ReadOnly());
395 EXPECT_FALSE(pref_store->ReadOnly());
454 EXPECT_FALSE(pref_store->ReadOnly());
467 EXPECT_FALSE(pref_store->ReadOnly());
[all...]
H A Djson_pref_store.h83 virtual bool ReadOnly() const OVERRIDE;
H A Doverlay_user_pref_store.h47 virtual bool ReadOnly() const OVERRIDE;
H A Dtesting_pref_store.h39 virtual bool ReadOnly() const OVERRIDE;
H A Doverlay_user_pref_store.cc96 bool OverlayUserPrefStore::ReadOnly() const { function in class:OverlayUserPrefStore
H A Dpref_service.h245 bool ReadOnly() const;
H A Dtesting_pref_store.cc65 bool TestingPrefStore::ReadOnly() const { function in class:TestingPrefStore
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8DOMConfiguration.cpp91 functionDescriptor->Set(constantName, v8::Integer::New(isolate, constant->ivalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete));
92 prototype->Set(constantName, v8::Integer::New(isolate, constant->ivalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete));
95 functionDescriptor->Set(constantName, v8::Integer::NewFromUnsigned(isolate, constant->ivalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete));
96 prototype->Set(constantName, v8::Integer::NewFromUnsigned(isolate, constant->ivalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete));
100 functionDescriptor->Set(constantName, v8::Number::New(isolate, constant->dvalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete));
101 prototype->Set(constantName, v8::Number::New(isolate, constant->dvalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete));
104 functionDescriptor->Set(constantName, v8::String::NewFromUtf8(isolate, constant->svalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete));
105 prototype->Set(constantName, v8::String::NewFromUtf8(isolate, constant->svalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete));
116 functionDescriptor->SetNativeDataProperty(constantName, getter, 0, v8::Handle<v8::Value>(), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete));
117 prototype->SetNativeDataProperty(constantName, getter, 0, v8::Handle<v8::Value>(), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v
[all...]
/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();
H A Dsegregated_pref_store.h64 virtual bool ReadOnly() const OVERRIDE;
/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/chromium_org/android_webview/browser/
H A Daw_pref_store.cc55 bool AwPrefStore::ReadOnly() const { function in class:AwPrefStore
H A Daw_pref_store.h40 virtual bool ReadOnly() const OVERRIDE;
/external/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h85 ReadOnly, enumerator in enum:llvm::CodeGenIntrinsic::ArgAttribute
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
H A DV8SQLResultSetRowListCustom.cpp87 item->ForceSet(v8String(info.GetIsolate(), rowList->columnNames()[i]), value, static_cast<v8::PropertyAttribute>(v8::DontDelete | v8::ReadOnly));
/external/llvm/include/llvm/IR/
H A DFunction.h249 Attribute::ReadOnly);
252 addFnAttr(Attribute::ReadOnly);
331 AttributeSets.hasAttribute(n, Attribute::ReadOnly);
334 addAttribute(n, Attribute::ReadOnly);
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_persistence.cc33 if (!username.empty() && !local_state->ReadOnly()) {
/external/chromium_org/chrome/browser/prefs/
H A Dleveldb_pref_store.h55 virtual bool ReadOnly() const OVERRIDE;
/external/chromium_org/v8/test/mjsunit/
H A Dmirror-regexp.js31 var all_attributes = debug.PropertyAttribute.ReadOnly |
/external/chromium_org/third_party/WebKit/Source/web/
H A DViewportAnchor.cpp54 Node* node = eventHandler->hitTestResultAtPoint(point, HitTestRequest::ReadOnly | HitTestRequest::Active).innerNode();
63 node = eventHandler->hitTestResultAtPoint(point + pointOffset, HitTestRequest::ReadOnly | HitTestRequest::Active).innerNode();
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8MessageEventCustom.cpp100 v8::PropertyAttribute dataAttr = static_cast<v8::PropertyAttribute>(v8::DontDelete | v8::ReadOnly);

Completed in 548 milliseconds

1234