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

  /external/chromium_org/third_party/WebKit/Source/core/html/
ImageData.cpp 139 wrapper->ForceSet(v8AtomicString(isolate, "data"), pixelArray, v8::ReadOnly);
  /external/clang/test/SemaCXX/
bool.cpp 8 ReadOnly = true
  /external/chromium_org/android_webview/browser/
aw_pref_store.cc 55 bool AwPrefStore::ReadOnly() const {
  /external/chromium_org/base/prefs/
overlay_user_pref_store.cc 96 bool OverlayUserPrefStore::ReadOnly() const {
testing_pref_store.cc 65 bool TestingPrefStore::ReadOnly() const {
json_pref_store.cc 246 bool JsonPrefStore::ReadOnly() const {
pref_service.cc 209 bool PrefService::ReadOnly() const {
210 return user_pref_store_->ReadOnly();
  /external/chromium_org/chrome/browser/prefs/tracked/
segregated_pref_store.cc 107 bool SegregatedPrefStore::ReadOnly() const {
108 return selected_pref_store_->ReadOnly() ||
109 default_pref_store_->ReadOnly();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestRequest.h 31 ReadOnly = 1 << 1,
50 bool readOnly() const { return m_requestType & ReadOnly; }
  /external/llvm/utils/TableGen/
CodeGenIntrinsics.h 85 ReadOnly,
  /external/chromium_org/chrome/browser/prefs/
leveldb_pref_store.cc 312 bool LevelDBPrefStore::ReadOnly() const { return read_only_; }
  /external/llvm/include/llvm/IR/
Attributes.h 97 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 69 ReadOnly,
  /external/chromium_org/v8/include/
v8.h     [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc     [all...]

Completed in 1600 milliseconds