/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8ImageDataCustom.cpp | 49 wrapper->Set(v8AtomicString(isolate, "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/android_webview/browser/ |
aw_pref_store.cc | 55 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 | 96 bool OverlayUserPrefStore::ReadOnly() const {
|
testing_pref_store.cc | 56 bool TestingPrefStore::ReadOnly() const {
|
json_pref_store.cc | 224 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, 53 bool readOnly() const { return m_requestType & ReadOnly; }
|
/external/llvm/utils/TableGen/ |
CodeGenIntrinsics.h | 81 ReadOnly,
|
/external/chromium_org/v8/test/cctest/ |
test-accessors.cc | 244 v8::ReadOnly);
|
test-api.cc | [all...] |
/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/platform/graphics/ |
GraphicsContext.h | 70 ReadOnly, 91 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...] |