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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8ImageDataCustom.cpp 49 wrapper->Set(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 261 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,
53 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_; }
  /frameworks/compile/mclinker/include/mcld/Support/
FileHandle.h 41 ReadOnly = 0x01,
43 ReadWrite = ReadOnly | WriteOnly,
  /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 68 ReadOnly,
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 105 objTemp->Set(v8::String::NewFromUtf8(isolate, FX_LPCSTR(bsMethodName)), v8::FunctionTemplate::New(isolate, pMethodCall), v8::ReadOnly);
202 objTemp->Set(v8::String::NewFromUtf8(isolate, FX_LPCSTR(bsMethodName)), funTempl, v8::ReadOnly);
225 objTemp->Set(v8::String::NewFromUtf8(isolate, FX_LPCSTR(bsConst)), pDefault, v8::ReadOnly);
  /external/chromium_org/v8/include/
v8.h     [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 451 milliseconds