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

1 23 4 5 6

  /external/webkit/Source/WebCore/bridge/
runtime_method.cpp 82 descriptor.setDescriptor(slot.getValue(exec, propertyName), ReadOnly | DontDelete | DontEnum);
runtime_array.cpp 102 descriptor.setDescriptor(slot.getValue(exec, propertyName), ReadOnly | DontDelete | DontEnum);
runtime_object.cpp 188 descriptor.setDescriptor(slot.getValue(exec, propertyName), DontDelete | ReadOnly);
198 descriptor.setDescriptor(slot.getValue(exec, propertyName), DontDelete | ReadOnly | DontEnum);
  /external/webkit/Source/WebKit2/UIProcess/
VisitedLinkProvider.cpp 163 if (!m_table.sharedMemory()->createHandle(handle, SharedMemory::ReadOnly))
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebDragClientWin.cpp 82 if (!memoryBuffer->createHandle(handle, SharedMemory::ReadOnly))
  /external/webkit/Tools/MiniBrowser/qt/
UrlLoader.cpp 105 if (inputFile.open(QIODevice::ReadOnly | QIODevice::Text)) {
  /external/webkit/Tools/QtTestBrowser/
urlloader.cpp 106 if (inputFile.open(QIODevice::ReadOnly | QIODevice::Text)) {
  /external/llvm/include/llvm/IR/
Function.h 234 Attribute::ReadOnly);
237 addFnAttr(Attribute::ReadOnly);
  /external/webkit/Source/JavaScriptCore/runtime/
DateConstructor.cpp 63 putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, datePrototype, DontEnum | DontDelete | ReadOnly);
69 putDirectWithoutTransition(exec->globalData(), exec->propertyNames().length, jsNumber(7), ReadOnly | DontEnum | DontDelete);
JSString.cpp 295 descriptor.setDescriptor(jsNumber(m_length), DontEnum | DontDelete | ReadOnly);
302 descriptor.setDescriptor(getIndex(exec, i), DontDelete | ReadOnly);
  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestInterface.cpp 45 { "constructor", DontEnum | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestInterfaceConstructor), (intptr_t)0 THUNK_GENERATOR(0) },
88 putDirect(exec->globalData(), exec->propertyNames().prototype, JSTestInterfacePrototype::self(exec, globalObject), DontDelete | ReadOnly);
JSTestMediaQueryListListener.cpp 46 { "constructor", DontEnum | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestMediaQueryListListenerConstructor), (intptr_t)0 THUNK_GENERATOR(0) },
87 putDirect(exec->globalData(), exec->propertyNames().prototype, JSTestMediaQueryListListenerPrototype::self(exec, globalObject), DontDelete | ReadOnly);
JSTestObj.cpp 60 { "readOnlyIntAttr", DontDelete | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObjReadOnlyIntAttr), (intptr_t)0 THUNK_GENERATOR(0) },
61 { "readOnlyStringAttr", DontDelete | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObjReadOnlyStringAttr), (intptr_t)0 THUNK_GENERATOR(0) },
62 { "readOnlyTestObjAttr", DontDelete | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObjReadOnlyTestObjAttr), (intptr_t)0 THUNK_GENERATOR(0) },
88 { "scriptStringAttr", DontDelete | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObjScriptStringAttr), (intptr_t)0 THUNK_GENERATOR(0) },
98 { "description", DontDelete | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObjDescription), (intptr_t)0 THUNK_GENERATOR(0) },
100 { "hash", DontDelete | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObjHash), (intptr_t)0 THUNK_GENERATOR(0) },
101 { "constructor", DontEnum | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObjConstructor), (intptr_t)0 THUNK_GENERATOR(0) },
116 { "CONST_VALUE_0", DontDelete | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObjCONST_VALUE_0), (intptr_t)0 THUNK_GENERATOR(0) },
117 { "CONST_VALUE_1", DontDelete | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObjCONST_VALUE_1), (intptr_t)0 THUNK_GENERATOR(0) },
118 { "CONST_VALUE_2", DontDelete | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObjCONST_VALUE_2), (intptr_t)0 THUNK_GENE (…)
    [all...]
  /external/webkit/Source/WebKit2/Platform/unix/
SharedMemoryUnix.cpp 158 case SharedMemory::ReadOnly:
193 case SharedMemory::ReadOnly:
  /external/chromium/chrome/browser/prefs/
pref_service.h 251 bool ReadOnly() const;
testing_pref_store.cc 52 bool TestingPrefStore::ReadOnly() const {
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptvalue.h 47 ReadOnly = 0x00000001,
  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageDecoderQt.cpp 79 m_buffer->open(QIODevice::ReadOnly | QIODevice::Unbuffered);
  /external/webkit/Source/WebCore/platform/qt/
FileSystemQt.cpp 137 platformMode = QIODevice::ReadOnly;
  /external/webkit/Source/WebKit2/Platform/mac/
SharedMemoryMac.cpp 124 case SharedMemory::ReadOnly:
  /external/webkit/Source/WebKit2/Platform/win/
SharedMemoryWin.cpp 136 case SharedMemory::ReadOnly:
  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
tst_qscriptvalue.cpp 523 // ReadOnly
524 object.setProperty("readOnlyProperty", num, QScriptValue::ReadOnly);
525 // QCOMPARE(object.propertyFlags("readOnlyProperty"), QScriptValue::ReadOnly);
606 object.setProperty("flagProperty", str, QScriptValue::ReadOnly);
607 // QCOMPARE(object.propertyFlags("flagProperty"), QScriptValue::ReadOnly);
610 // QCOMPARE(object.propertyFlags("flagProperty"), QScriptValue::ReadOnly | QScriptValue::SkipInEnumeration);
613 // QCOMPARE(object.propertyFlags("flagProperty"), QScriptValue::ReadOnly | QScriptValue::SkipInEnumeration);
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodesettextcontent12.js 81 Since EntityReference nodes are ReadOnly, check if a NO_MODIFICATION_ALLOWED_ERR
nodesettextcontent13.js 81 Since Entity nodes are ReadOnly, check if a NO_MODIFICATION_ALLOWED_ERR
  /external/webkit/Source/WebKit2/Platform/CoreIPC/unix/
ConnectionUnix.cpp 241 oolMessageBody = WebKit::SharedMemory::create(handle, WebKit::SharedMemory::ReadOnly);
331 if (!oolMessageBody->createHandle(handle, WebKit::SharedMemory::ReadOnly))

Completed in 362 milliseconds

1 23 4 5 6