HomeSort by relevance Sort by last modified time
    Searched refs:ReadOnly (Results 51 - 75 of 104) sorted by null

1 23 4 5

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
imagehlp.h 99 WINBOOL IMAGEAPI MapAndLoad(PCSTR ImageName,PCSTR DllPath,PLOADED_IMAGE LoadedImage,WINBOOL DotDll,WINBOOL ReadOnly);
dbdaoint.h 238 STDMETHOD(OpenDatabase) (BSTR Name,VARIANT Options,VARIANT ReadOnly,VARIANT Connect,DAODatabase **ppdb) PURE;
250 STDMETHOD(OpenConnection) (BSTR Name,VARIANT Options,VARIANT ReadOnly,VARIANT Connect,DAOConnection **ppconn) PURE;
309 STDMETHOD(OpenDatabase) (BSTR Name,VARIANT Options,VARIANT ReadOnly,VARIANT Connect,DAODatabase **ppdb) PURE;
313 STDMETHOD(OpenConnection) (BSTR Name,VARIANT Options,VARIANT ReadOnly,VARIANT Connect,DAOConnection **ppconn) PURE;
    [all...]
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 12 // non-local memory, and marking them readnone/readonly. It does the
13 // same with function arguments independently, marking them readonly/
40 STATISTIC(NumReadOnly, "Number of functions marked readonly");
43 STATISTIC(NumReadOnlyArg, "Number of arguments marked readonly");
57 // AddReadAttrs - Deduce readonly/readnone attributes for the SCC.
149 /// AddReadAttrs - Deduce readonly/readnone attributes for the SCC.
159 // write memory then they can't be marked readnone or readonly.
279 B.addAttribute(Attribute::ReadOnly)
287 ReadsMemory ? Attribute::ReadOnly : Attribute::ReadNone);
409 // Returns Attribute::None, Attribute::ReadOnly or Attribute::ReadNone
    [all...]
  /external/chromium_org/base/prefs/
pref_service.cc 209 bool PrefService::ReadOnly() const {
210 return user_pref_store_->ReadOnly();
json_pref_store.cc 261 bool JsonPrefStore::ReadOnly() const {
  /external/chromium_org/v8/test/mjsunit/
mirror-regexp.js 31 var all_attributes = debug.PropertyAttribute.ReadOnly |
  /external/chromium_org/chrome/browser/prefs/
leveldb_pref_store_unittest.cc 233 EXPECT_TRUE(pref_store->ReadOnly());
leveldb_pref_store.cc 312 bool LevelDBPrefStore::ReadOnly() const { return read_only_; }
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
CustomElementConstructorBuilder.cpp 224 m_constructor->ForceSet(prototypeKey, m_prototype, v8::PropertyAttribute(v8::ReadOnly | v8::DontEnum | v8::DontDelete));
V8WindowShell.cpp 355 context->Global()->ForceSet(v8AtomicString(m_isolate, "document"), documentWrapper, static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete));
  /external/chromium_org/third_party/WebKit/Source/web/tests/
TouchActionTest.cpp 268 WebCore::HitTestResult result = frame->eventHandler().hitTestResultAtPoint(docPoint, WebCore::HitTestRequest::ReadOnly | WebCore::HitTestRequest::Active);
  /external/llvm/include/llvm/IR/
Attributes.h 97 ReadOnly, ///< Function only reads from memory
  /external/llvm/lib/IR/
Attributes.cpp 212 if (hasAttribute(Attribute::ReadOnly))
213 return "readonly";
371 case Attribute::ReadOnly: return 1 << 10;
    [all...]
  /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/third_party/WebKit/Source/bindings/tests/idls/
TestObject.idl 84 readonly attribute DOMString readonlyStringAttribute;
85 readonly attribute TestInterfaceEmpty readonlyTestInterfaceEmptyAttribute;
86 readonly attribute long readonlyLongAttribute;
137 readonly attribute TestInterfaceEmpty self;
138 readonly attribute EventTarget readonlyEventTargetAttribute;
139 readonly attribute EventTarget? readonlyEventTargetOrNullAttribute;
140 readonly attribute Window readonlyWindowAttribute;
141 readonly attribute HTMLCollection htmlCollectionAttribute;
142 readonly attribute HTMLElement htmlElementAttribute;
168 [CheckSecurity=Node] readonly attribute Document checkSecurityForNodeReadonlyDocumentAttribute; // All uses are read onl
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.h 68 ReadOnly,
  /external/chromium_org/chrome/browser/extensions/
extension_assets_manager_chromeos.cc 526 if (!extension_prefs || extension_prefs->pref_service()->ReadOnly())
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.cpp 246 HitTestRequest request(HitTestRequest::ReadOnly | HitTestRequest::Active | HitTestRequest::ConfusingAndOftenMisusedDisallowShadowContent);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.cpp 334 result = eventHandler().hitTestResultAtPoint(pt, HitTestRequest::ReadOnly | HitTestRequest::Active | HitTestRequest::ConfusingAndOftenMisusedDisallowShadowContent);
  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 586 } else if (Property->isSubClassOf("ReadOnly")) {
588 ArgumentAttributes.push_back(std::make_pair(ArgNo, ReadOnly));
  /external/chromium_org/v8/test/webkit/fast/js/
array-functions-non-arrays.js 66 flags.push("ReadOnly");
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 573 F->addAttribute(AttributeSet::FunctionIndex, Attribute::ReadOnly);
624 B.addAttribute(Attribute::ReadOnly).addAttribute(Attribute::ReadNone);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterfaceCheckSecurity.cpp     [all...]

Completed in 641 milliseconds

1 23 4 5