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

1234

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DLocation.idl34 [CallWith=ActiveWindow&FirstWindow, DoNotCheckSecurity, Unforgeable, ReadOnly, PerWorldBindings, ActivityLog=AccessForIsolatedWorlds] void assign([Default=Undefined] optional DOMString url);
35 [CallWith=ActiveWindow&FirstWindow, DoNotCheckSecurity, Unforgeable, ReadOnly, PerWorldBindings, ActivityLog=AccessForIsolatedWorlds] void replace([Default=Undefined] optional DOMString url);
36 [CallWith=ActiveWindow, Unforgeable, ReadOnly] void reload();
51 [NotEnumerable, Unforgeable, ReadOnly, ImplementedAs=href] DOMString toString();
52 [NotEnumerable, Custom, Unforgeable, ReadOnly] any valueOf();
H A DContextMenuController.cpp103 result = frame->eventHandler()->hitTestResultAtPoint(mouseEvent->absoluteLocation(), HitTestRequest::ReadOnly | HitTestRequest::Active | HitTestRequest::DisallowShadowContent);
/external/clang/test/SemaCXX/
H A Dbool.cpp6 ReadOnly = true enumerator in enum:__anon16422
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DHitTestRequest.h31 ReadOnly = 1 << 1, enumerator in enum:WebCore::HitTestRequest::RequestType
52 bool readOnly() const { return m_requestType & ReadOnly; }
/external/jmonkeyengine/engine/src/core/com/jme3/system/
H A DAnnotations.java52 public @interface ReadOnly { interface in class:Annotations
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8ImageDataCustom.cpp49 wrapper->Set(v8::String::NewSymbol("data"), pixelArray, v8::ReadOnly); member in class:WebCore::v8
H A DV8SQLResultSetRowListCustom.cpp81 item->Set(v8String(rowList->columnNames()[i], args.GetIsolate()), value, static_cast<v8::PropertyAttribute>(v8::DontDelete | v8::ReadOnly));
/external/chromium/chrome/common/
H A Dpersistent_pref_store.h63 virtual bool ReadOnly() const = 0;
H A Djson_pref_store.h55 virtual bool ReadOnly() const;
H A Djson_pref_store_unittest.cc51 EXPECT_FALSE(pref_store->ReadOnly());
63 EXPECT_FALSE(pref_store->ReadOnly());
83 ASSERT_FALSE(pref_store->ReadOnly());
/external/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h81 ReadOnly, enumerator in enum:llvm::CodeGenIntrinsic::ArgAttribute
/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/base/prefs/
H A Djson_pref_store_unittest.cc66 EXPECT_FALSE(pref_store->ReadOnly());
78 EXPECT_FALSE(pref_store->ReadOnly());
163 ASSERT_FALSE(pref_store->ReadOnly());
202 ASSERT_FALSE(pref_store->ReadOnly());
237 EXPECT_FALSE(pref_store->ReadOnly());
252 ASSERT_FALSE(pref_store->ReadOnly());
H A Dpersistent_pref_store.h73 virtual bool ReadOnly() const = 0;
H A Dtesting_pref_store.h40 virtual bool ReadOnly() const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A DIDLAttributes.txt73 ReadOnly
/external/chromium_org/third_party/WebKit/Source/web/
H A DViewportAnchor.cpp55 Node* node = eventHandler->hitTestResultAtPoint(point, HitTestRequest::ReadOnly | HitTestRequest::Active | HitTestRequest::DisallowShadowContent).innerNode();
64 node = eventHandler->hitTestResultAtPoint(point + pointOffset, HitTestRequest::ReadOnly | HitTestRequest::Active | HitTestRequest::DisallowShadowContent).innerNode();
/external/chromium/chrome/browser/prefs/
H A Doverlay_persistent_pref_store.h44 virtual bool ReadOnly() const;
H A Dtesting_pref_store.h38 virtual bool ReadOnly() const;
H A Doverlay_persistent_pref_store.cc77 bool OverlayPersistentPrefStore::ReadOnly() const { function in class:OverlayPersistentPrefStore
/external/chromium_org/android_webview/browser/
H A Daw_pref_store.cc58 bool AwPrefStore::ReadOnly() const { function in class:AwPrefStore
H A Daw_pref_store.h41 virtual bool ReadOnly() const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8DOMConfiguration.cpp46 functionDescriptor->Set(v8::String::NewSymbol(constant->name), v8::Integer::New(constant->value, isolate), v8::ReadOnly); member in class:WebCore::v8
47 prototype->Set(v8::String::NewSymbol(constant->name), v8::Integer::New(constant->value, isolate), v8::ReadOnly); member in class:WebCore::v8
/external/llvm/include/llvm/IR/
H A DFunction.h249 Attribute::ReadOnly);
252 addFnAttr(Attribute::ReadOnly);
330 AttributeSets.hasAttribute(n, Attribute::ReadOnly);
333 addAttribute(n, Attribute::ReadOnly);
/external/v8/src/
H A Dproperty-details.h38 READ_ONLY = v8::ReadOnly,

Completed in 1047 milliseconds

1234