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

1 2

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8ImageDataCustom.cpp 49 wrapper->Set(v8::String::NewSymbol("data"), pixelArray, 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/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);
  /external/chromium_org/android_webview/browser/
aw_pref_store.cc 58 bool AwPrefStore::ReadOnly() const {
  /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/chromium_org/base/prefs/
overlay_user_pref_store.cc 101 bool OverlayUserPrefStore::ReadOnly() const {
testing_pref_store.cc 59 bool TestingPrefStore::ReadOnly() const {
json_pref_store.cc 228 bool JsonPrefStore::ReadOnly() const {
pref_service.cc 207 bool PrefService::ReadOnly() const {
208 return user_pref_store_->ReadOnly();
  /external/chromium/chrome/common/
json_pref_store.cc 189 bool JsonPrefStore::ReadOnly() const {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestRequest.h 31 ReadOnly = 1 << 1,
52 bool readOnly() const { return m_requestType & ReadOnly; }
  /external/llvm/utils/TableGen/
CodeGenIntrinsics.h 81 ReadOnly,
  /external/chromium_org/v8/test/cctest/
test-accessors.cc 181 v8::ReadOnly);
  /external/v8/test/cctest/
test-accessors.cc 176 v8::ReadOnly);
test-api.cc     [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
FileHandle.h 44 ReadOnly = 0x01,
46 ReadWrite = ReadOnly | WriteOnly,
  /external/llvm/include/llvm/IR/
Attributes.h 92 ReadOnly, ///< Function only reads from memory
  /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/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext.h 66 ReadOnly,
87 const SkBitmap& layerBitmap(AccessMode = ReadOnly) const;
  /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...]
  /external/chromium_org/v8/include/
v8.h     [all...]

Completed in 2352 milliseconds

1 2