HomeSort by relevance Sort by last modified time
    Searched defs:ReadOnly (Results 1 - 22 of 22) sorted by null

  /external/webkit/Source/WebCore/bindings/v8/custom/
V8CanvasPixelArrayCustom.cpp 45 v8::ReadOnly);
V8ImageDataCustom.cpp 52 v8::ReadOnly);
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
Annotations.java 52 public @interface ReadOnly {
  /external/clang/test/SemaCXX/
bool.cpp 6 ReadOnly = true
  /external/webkit/Source/WebKit2/Platform/
SharedMemory.h 48 ReadOnly,
  /external/webkit/Source/WebCore/rendering/
HitTestRequest.h 30 ReadOnly = 1 << 1,
45 bool readOnly() const { return m_requestType & ReadOnly; }
  /external/chromium/chrome/browser/prefs/
overlay_persistent_pref_store.cc 77 bool OverlayPersistentPrefStore::ReadOnly() const {
testing_pref_store.cc 52 bool TestingPrefStore::ReadOnly() const {
pref_service.cc 438 bool PrefService::ReadOnly() const {
439 return user_pref_store_->ReadOnly();
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptvalue.h 47 ReadOnly = 0x00000001,
  /external/webkit/Source/JavaScriptCore/runtime/
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)
JSString.cpp 295 descriptor.setDescriptor(jsNumber(m_length), DontEnum | DontDelete | ReadOnly);
302 descriptor.setDescriptor(getIndex(exec, i), DontDelete | ReadOnly);
JSObject.h 64 ReadOnly = 1 << 1, // property can be only read, not written
575 if (checkReadOnly && currentAttributes & ReadOnly)
626 if (checkReadOnly && currentAttributes & ReadOnly)
    [all...]
  /external/webkit/Source/WebKit2/Shared/
SandboxExtension.h 49 ReadOnly,
  /external/chromium/chrome/common/
json_pref_store.cc 189 bool JsonPrefStore::ReadOnly() const {
  /frameworks/compile/mclinker/include/mcld/Support/
FileHandle.h 43 ReadOnly = 0x01,
45 ReadWrite = ReadOnly | WriteOnly,
  /external/v8/test/cctest/
test-accessors.cc 176 v8::ReadOnly);
test-api.cc     [all...]
  /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/v8/
V8Proxy.cpp 122 functionDescriptor->Set(v8::String::New(constant->name), v8::Integer::New(constant->value), v8::ReadOnly);
123 proto->Set(v8::String::New(constant->name), v8::Integer::New(constant->value), v8::ReadOnly);
  /external/v8/src/
d8.cc 421 array->Set(String::New(kArrayBufferReferencePropName), args[0], ReadOnly);
425 array->Set(String::New(kArrayBufferMarkerPropName), True(), ReadOnly);
442 Int32::New(static_cast<int32_t>(length)), ReadOnly);
    [all...]
  /external/v8/include/
v8.h     [all...]

Completed in 1401 milliseconds