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

1 2 3 4 5 6

  /external/webkit/Source/WebCore/rendering/
HitTestRequest.h 30 ReadOnly = 1 << 1,
45 bool readOnly() const { return m_requestType & ReadOnly; }
  /external/webkit/Source/JavaScriptCore/runtime/
PropertyDescriptor.cpp 41 return !(m_attributes & ReadOnly);
72 m_attributes = ReadOnly | DontDelete | DontEnum;
97 m_attributes &= ~ReadOnly;
111 m_attributes &= ~ReadOnly;
118 m_attributes &= ~ReadOnly;
120 m_attributes |= ReadOnly;
146 m_attributes &= ~ReadOnly;
153 m_attributes &= ~ReadOnly;
172 if (sharedSeen & WritablePresent && mismatch & ReadOnly)
186 if (sharedSeen & WritablePresent && mismatch & ReadOnly)
    [all...]
SymbolTable.h 59 pack(index, attributes & ReadOnly, attributes & DontEnum);
76 attributes |= ReadOnly;
84 pack(getIndex(), attributes & ReadOnly, attributes & DontEnum);
98 void pack(int index, bool readOnly, bool dontEnum)
101 if (readOnly)
ErrorConstructor.cpp 36 putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, errorPrototype, DontEnum | DontDelete | ReadOnly);
37 putDirectWithoutTransition(exec->globalData(), exec->propertyNames().length, jsNumber(1), DontDelete | ReadOnly | DontEnum);
ArrayConstructor.cpp 44 putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, arrayPrototype, DontEnum | DontDelete | ReadOnly);
47 putDirectWithoutTransition(exec->globalData(), exec->propertyNames().length, jsNumber(1), ReadOnly | DontEnum | DontDelete);
BooleanConstructor.cpp 34 putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, booleanPrototype, DontEnum | DontDelete | ReadOnly);
37 putDirectWithoutTransition(exec->globalData(), exec->propertyNames().length, jsNumber(1), ReadOnly | DontDelete | DontEnum);
MathObject.cpp 94 putDirectWithoutTransition(exec->globalData(), Identifier(exec, "E"), jsNumber(exp(1.0)), DontDelete | DontEnum | ReadOnly);
95 putDirectWithoutTransition(exec->globalData(), Identifier(exec, "LN2"), jsNumber(log(2.0)), DontDelete | DontEnum | ReadOnly);
96 putDirectWithoutTransition(exec->globalData(), Identifier(exec, "LN10"), jsNumber(log(10.0)), DontDelete | DontEnum | ReadOnly);
97 putDirectWithoutTransition(exec->globalData(), Identifier(exec, "LOG2E"), jsNumber(1.0 / log(2.0)), DontDelete | DontEnum | ReadOnly);
98 putDirectWithoutTransition(exec->globalData(), Identifier(exec, "LOG10E"), jsNumber(0.4342944819032518), DontDelete | DontEnum | ReadOnly); // See ECMA-262 15.8.1.5
99 putDirectWithoutTransition(exec->globalData(), Identifier(exec, "PI"), jsNumber(piDouble), DontDelete | DontEnum | ReadOnly);
100 putDirectWithoutTransition(exec->globalData(), Identifier(exec, "SQRT1_2"), jsNumber(sqrt(0.5)), DontDelete | DontEnum | ReadOnly);
101 putDirectWithoutTransition(exec->globalData(), Identifier(exec, "SQRT2"), jsNumber(sqrt(2.0)), DontDelete | DontEnum | ReadOnly);
NativeErrorConstructor.cpp 42 putDirect(exec->globalData(), exec->propertyNames().length, jsNumber(1), DontDelete | ReadOnly | DontEnum); // ECMA 15.11.7.5
43 putDirect(exec->globalData(), exec->propertyNames().prototype, prototype, DontDelete | ReadOnly | DontEnum);
FunctionConstructor.cpp 43 putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, functionPrototype, DontEnum | DontDelete | ReadOnly);
46 putDirectWithoutTransition(exec->globalData(), exec->propertyNames().length, jsNumber(1), ReadOnly | DontDelete | DontEnum);
JSFunction.cpp 70 putDirect(exec->globalData(), exec->globalData().propertyNames->name, jsString(exec, name.isNull() ? "" : name.ustring()), DontDelete | ReadOnly | DontEnum);
71 putDirect(exec->globalData(), exec->propertyNames().length, jsNumber(length), DontDelete | ReadOnly | DontEnum);
83 putDirect(exec->globalData(), exec->globalData().propertyNames->name, jsString(exec, name.isNull() ? "" : name.ustring()), DontDelete | ReadOnly | DontEnum);
84 putDirect(exec->globalData(), exec->propertyNames().length, jsNumber(length), DontDelete | ReadOnly | DontEnum);
94 putDirect(exec->globalData(), exec->globalData().propertyNames->name, jsString(exec, name.isNull() ? "" : name.ustring()), DontDelete | ReadOnly | DontEnum);
243 descriptor.setDescriptor(exec->interpreter()->retrieveArguments(exec, this), ReadOnly | DontEnum | DontDelete);
248 descriptor.setDescriptor(jsNumber(jsExecutable()->parameterCount()), ReadOnly | DontEnum | DontDelete);
256 descriptor.setDescriptor(exec->interpreter()->retrieveCaller(exec, this), ReadOnly | DontEnum | DontDelete);
  /external/clang/test/SemaCXX/
bool.cpp 6 ReadOnly = true
  /external/webkit/Source/WebCore/platform/qt/
SharedBufferQt.cpp 39 if (!file.exists() || !file.open(QFile::ReadOnly))
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
Annotations.java 52 public @interface ReadOnly {
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8CanvasPixelArrayCustom.cpp 45 v8::ReadOnly);
V8ImageDataCustom.cpp 52 v8::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;
  /external/webkit/Source/WebKit2/Shared/gtk/
UpdateChunk.cpp 69 if (m_sharedMemory->createHandle(handle, SharedMemory::ReadOnly)) {
101 chunk.m_sharedMemory = SharedMemory::create(handle, SharedMemory::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/webkit/Source/WebCore/bindings/js/
JSImageDataCustom.cpp 52 wrapper->putDirect(exec->globalData(), dataName, new (exec) JSByteArray(exec, cpaStructure.get(), imageData->data()->data()), DontDelete | ReadOnly);
JSDOMWindowBase.cpp 56 GlobalPropertyInfo(Identifier(globalExec(), "document"), jsNull(), DontDelete | ReadOnly),
57 GlobalPropertyInfo(Identifier(globalExec(), "window"), m_shell, DontDelete | ReadOnly)
67 symbolTablePutWithAttributes(exec->globalData(), Identifier(exec, "document"), toJS(exec, this, m_impl->document()), DontDelete | ReadOnly);
  /external/webkit/Source/WebKit2/Shared/qt/
UpdateChunk.cpp 68 if (m_sharedMemory->createHandle(handle, SharedMemory::ReadOnly)) {
100 chunk.m_sharedMemory = SharedMemory::create(handle, SharedMemory::ReadOnly);
  /frameworks/compile/mclinker/include/mcld/Support/
FileHandle.h 45 ReadOnly = 0x01,
47 ReadWrite = ReadOnly | WriteOnly,

Completed in 453 milliseconds

1 2 3 4 5 6