HomeSort by relevance Sort by last modified time
    Searched refs:ReadOnly (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/WebKit/Source/core/page/
Location.idl 34 [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();
47 readonly attribute DOMString origin;
49 readonly attribute DOMStringList ancestorOrigins;
51 [NotEnumerable, Unforgeable, ReadOnly, ImplementedAs=href] DOMString toString();
52 [NotEnumerable, Custom, Unforgeable, ReadOnly] any valueOf();
  /external/clang/test/SemaCXX/
bool.cpp 6 ReadOnly = true
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestRequest.h 31 ReadOnly = 1 << 1,
52 bool readOnly() const { return m_requestType & ReadOnly; }
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
Annotations.java 52 public @interface ReadOnly {
  /frameworks/compile/mclinker/unittests/
FileHandleTest.cpp 48 ASSERT_TRUE(m_pTestee->open(path, FileHandle::ReadOnly));
68 ASSERT_TRUE(m_pTestee->delegate(fd, FileHandle::ReadOnly));
89 ASSERT_TRUE(m_pTestee->open(path, FileHandle::ReadOnly));
UniqueGCFactoryBaseTest.cpp 79 MemoryArea* area1 = memFactory->produce(path1, FileHandle::ReadOnly);
80 MemoryArea* area2 = memFactory->produce(path2, FileHandle::ReadOnly);
83 MemoryArea* area3 = memFactory->produce(path1, FileHandle::ReadOnly);
MemoryAreaTest.cpp 54 MemoryArea* area = AreaFactory->produce(path, FileHandle::ReadOnly);
68 MemoryArea* area = AreaFactory->produce(path, FileHandle::ReadOnly);
80 area->handler()->open(path, FileHandle::ReadOnly);
96 MemoryArea* area = AreaFactory->produce(path, FileHandle::ReadOnly) ;
124 area->handler()->open(path, FileHandle::ReadOnly);
  /external/chromium/chrome/common/
persistent_pref_store.h 63 virtual bool ReadOnly() const = 0;
json_pref_store.h 55 virtual bool ReadOnly() const;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8ImageDataCustom.cpp 49 wrapper->Set(v8::String::NewSymbol("data"), pixelArray, v8::ReadOnly);
V8SQLResultSetRowListCustom.cpp 81 item->Set(v8String(rowList->columnNames()[i], args.GetIsolate()), value, static_cast<v8::PropertyAttribute>(v8::DontDelete | v8::ReadOnly));
  /external/llvm/include/llvm/MC/
SectionKind.h 36 /// ReadOnly - Data that is never written to at program runtime by the
37 /// program or the dynamic linker. Things in the top-level readonly
39 ReadOnly,
127 /// ReadOnlyWithRelLocal - This is data that is readonly by the
141 return K == ReadOnly || isMergeableCString() ||
209 static SectionKind getReadOnly() { return get(ReadOnly); }
  /external/chromium_org/base/prefs/
persistent_pref_store.h 73 virtual bool ReadOnly() const = 0;
json_pref_store_unittest.cc 66 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());
  /external/llvm/utils/TableGen/
CodeGenIntrinsics.h 81 ReadOnly,
  /frameworks/compile/mclinker/include/mcld/Support/
FileHandle.h 44 ReadOnly = 0x01,
46 ReadWrite = ReadOnly | WriteOnly,
  /frameworks/compile/mclinker/lib/Support/
FileHandle.cpp 50 else if (FileHandle::ReadOnly == (pMode & FileHandle::ReadOnly))
232 return (m_OpenMode & ReadOnly);
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
IDLAttributes.txt 73 ReadOnly
  /external/chromium_org/third_party/WebKit/Source/web/
ViewportAnchor.cpp 55 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/
overlay_persistent_pref_store.h 44 virtual bool ReadOnly() const;
testing_pref_store.h 38 virtual bool ReadOnly() const;
  /external/chromium_org/android_webview/browser/
aw_pref_store.cc 58 bool AwPrefStore::ReadOnly() const {
aw_pref_store.h 41 virtual bool ReadOnly() const OVERRIDE;
  /external/v8/src/
property-details.h 38 READ_ONLY = v8::ReadOnly,
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8DOMConfiguration.cpp 46 functionDescriptor->Set(v8::String::NewSymbol(constant->name), v8::Integer::New(constant->value, isolate), v8::ReadOnly);
47 prototype->Set(v8::String::NewSymbol(constant->name), v8::Integer::New(constant->value, isolate), v8::ReadOnly);

Completed in 1303 milliseconds

1 2 3 4 5