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

1 2 3 4 5

  /external/chromium_org/third_party/WebKit/Source/core/frame/
Location.idl 40 [CallWith=ActiveWindow&FirstWindow, DoNotCheckSecurity, Unforgeable, ReadOnly, LogActivity] void assign(DOMString url);
41 [CallWith=ActiveWindow&FirstWindow, DoNotCheckSecurity, Unforgeable, ReadOnly, LogActivity] void replace(DOMString url);
42 [CallWith=ActiveWindow, Unforgeable, ReadOnly] void reload();
53 readonly attribute DOMString origin;
55 readonly attribute DOMStringList ancestorOrigins;
57 [NotEnumerable, Unforgeable, ReadOnly, ImplementedAs=href] DOMString toString();
58 [NotEnumerable, Custom, Unforgeable, ReadOnly] any valueOf();
  /external/clang/test/SemaCXX/
bool.cpp 8 ReadOnly = true
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/
TestInterfaceCheckSecurity.idl 32 readonly attribute long longAttribute;
36 [DoNotCheckSecurity] readonly attribute long doNotCheckSecurityReadonlyLongAttribute; // Separate read only attribute to check attribute configuration
38 [DoNotCheckSecurity, Replaceable] readonly attribute long doNotCheckSecurityReplaceableReadonlyLongAttribute;
43 [DoNotCheckSecurity, ReadOnly] void doNotCheckSecurityReadOnlyVoidMethod();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestRequest.h 31 ReadOnly = 1 << 1,
53 bool readOnly() const { return m_requestType & ReadOnly; }
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGeometryElement.cpp 55 HitTestRequest request(HitTestRequest::ReadOnly);
69 HitTestRequest request(HitTestRequest::ReadOnly);
  /frameworks/compile/mclinker/unittests/
FileHandleTest.cpp 48 ASSERT_TRUE(m_pTestee->open(path, FileHandle::ReadOnly));
68 ASSERT_TRUE(m_pTestee->delegate(fd, FileHandle::ReadOnly));
89 ASSERT_TRUE(m_pTestee->open(path, FileHandle::ReadOnly));
UniqueGCFactoryBaseTest.cpp 79 MemoryArea* area1 = memFactory->produce(path1, FileHandle::ReadOnly);
80 MemoryArea* area2 = memFactory->produce(path2, FileHandle::ReadOnly);
83 MemoryArea* area3 = memFactory->produce(path1, FileHandle::ReadOnly);
  /external/chromium_org/base/prefs/
persistent_pref_store.h 58 virtual bool ReadOnly() const = 0;
json_pref_store_unittest.cc 122 EXPECT_FALSE(pref_store->ReadOnly());
139 EXPECT_FALSE(pref_store->ReadOnly());
153 EXPECT_FALSE(pref_store->ReadOnly());
240 EXPECT_FALSE(pref_store->ReadOnly());
282 EXPECT_FALSE(pref_store->ReadOnly());
322 ASSERT_FALSE(pref_store->ReadOnly());
373 EXPECT_FALSE(pref_store->ReadOnly());
395 EXPECT_FALSE(pref_store->ReadOnly());
454 EXPECT_FALSE(pref_store->ReadOnly());
467 EXPECT_FALSE(pref_store->ReadOnly());
    [all...]
overlay_user_pref_store.h 47 virtual bool ReadOnly() const OVERRIDE;
testing_pref_store.h 39 virtual bool ReadOnly() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8ImageDataCustom.cpp 49 wrapper->Set(v8AtomicString(isolate, "data"), pixelArray, v8::ReadOnly);
V8SQLResultSetRowListCustom.cpp 87 item->Set(v8String(info.GetIsolate(), rowList->columnNames()[i]), value, static_cast<v8::PropertyAttribute>(v8::DontDelete | v8::ReadOnly));
  /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/llvm/utils/TableGen/
CodeGenIntrinsics.h 85 ReadOnly,
  /frameworks/compile/mclinker/include/mcld/Support/
FileHandle.h 41 ReadOnly = 0x01,
43 ReadWrite = ReadOnly | WriteOnly,
  /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();
segregated_pref_store.h 64 virtual bool ReadOnly() const OVERRIDE;
  /frameworks/compile/mclinker/lib/Support/
FileHandle.cpp 50 else if (FileHandle::ReadOnly == (pMode & FileHandle::ReadOnly))
232 return (m_OpenMode & ReadOnly);
  /external/chromium_org/third_party/WebKit/Source/bindings/
IDLExtendedAttributes.txt 81 ReadOnly
  /external/chromium_org/third_party/WebKit/Source/web/
ViewportAnchor.cpp 55 Node* node = eventHandler->hitTestResultAtPoint(point, HitTestRequest::ReadOnly | HitTestRequest::Active | HitTestRequest::ConfusingAndOftenMisusedDisallowShadowContent).innerNode();
64 node = eventHandler->hitTestResultAtPoint(point + pointOffset, HitTestRequest::ReadOnly | HitTestRequest::Active | HitTestRequest::ConfusingAndOftenMisusedDisallowShadowContent).innerNode();
  /external/chromium_org/android_webview/browser/
aw_pref_store.cc 55 bool AwPrefStore::ReadOnly() const {
aw_pref_store.h 40 virtual bool ReadOnly() const OVERRIDE;
  /frameworks/compile/slang/
strip_unknown_attributes.cpp 30 // Remove any readnone/readonly attributes from function parameters.
34 B.addAttribute(llvm::Attribute::ReadOnly);
  /external/chromium_org/third_party/WebKit/Source/core/page/
ContextMenuController.cpp 111 result = frame->eventHandler().hitTestResultAtPoint(mouseEvent->absoluteLocation(), HitTestRequest::ReadOnly | HitTestRequest::Active | HitTestRequest::ConfusingAndOftenMisusedDisallowShadowContent);

Completed in 1075 milliseconds

1 2 3 4 5