HomeSort by relevance Sort by last modified time
    Searched full:readonly (Results 1026 - 1050 of 2256) sorted by null

<<41424344454647484950>>

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8ImageDataCustom.cpp 49 wrapper->Set(v8::String::NewSymbol("data"), pixelArray, v8::ReadOnly);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.idl 55 readonly attribute unsigned short primitiveType;
WebKitCSSTransformValue.idl 58 readonly attribute unsigned short operationType;
  /external/chromium_org/third_party/WebKit/Source/core/page/
Console.idl 57 readonly attribute MemoryInfo memory;
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseBackend.h 56 PassRefPtr<SQLTransactionBackend> runTransaction(PassRefPtr<SQLTransaction>, bool readOnly, const ChangeVersionData*);
SQLTransaction.cpp 53 bool readOnly)
55 return adoptRef(new SQLTransaction(db, callback, successCallback, errorCallback, readOnly));
60 bool readOnly)
66 , m_readOnly(readOnly)
SQLTransactionBackendSync.h 67 SQLTransactionBackendSync(DatabaseSync*, PassRefPtr<SQLTransactionSyncCallback>, bool readOnly);
  /external/chromium_org/third_party/WebKit/public/web/
WebDocumentType.h 44 // Provides readonly access to some properties of a DOM document type.
WebFormControlElement.h 44 // Provides readonly access to some properties of a DOM form control element node.
WebLabelElement.h 43 // Provides readonly access to some properties of a DOM label element node.
WebNodeCollection.h 44 // Provides readonly access to some properties of a DOM node.
WebNodeList.h 44 // Provides readonly access to some properties of a DOM node.
WebOptionElement.h 43 // Provides readonly access to some properties of a DOM option element node.
WebRange.h 50 // Provides readonly access to some properties of a DOM range.
WebSelectElement.h 44 // Provides readonly access to some properties of a DOM select element node.
  /external/chromium_org/third_party/sqlite/src/test/
unixexcl.test 74 sqlite3 db test.db -readonly yes -vfs unix-excl
  /external/chromium_org/tools/idl_parser/test_parser/
interface_web.idl 92 readonly attribute DOMString readOnlyString;
  /external/chromium_org/tools/page_cycler/database/pseudo-random-transactions/
index.html 96 readOnly: false,
  /external/clang/test/Analysis/
misc-ps-region-store.mm 35 @property(readonly) int x;
objc-properties.m 27 @property (readonly) id nonSynth; // non synthesized, explicitly implemented to return ivar with expected name
  /external/clang/test/Analysis/objc/
direct-ivar-assignment-in-annotated-functions.m 36 @property (readonly) id nonSynth; // non synthesized, explicitly implemented to return ivar with expected name
  /external/clang/test/SemaObjC/
method-conflict-2.m 54 @property (nonatomic,readonly,assign) int64_t sequenceNumber; // expected-note {{previous definition is here}}
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
Annotations.java 52 public @interface ReadOnly {
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
idl.php 50 'readonly', 'in', 'out', 'inout', 'attribute', 'transient', 'removable'
  /external/libvpx/libvpx/vp8/common/arm/armv6/
copymem8x4_v6.asm 17 AREA Block, CODE, READONLY ; name this block of code

Completed in 519 milliseconds

<<41424344454647484950>>