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

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTrackElement.idl 40 readonly attribute unsigned short readyState;
42 readonly attribute TextTrack track;
MediaKeyError.idl 35 readonly attribute unsigned short code;
36 [Conditional=ENCRYPTED_MEDIA_V2, EnabledAtRuntime=encryptedMedia] readonly attribute unsigned long systemCode;
  /external/chromium_org/third_party/WebKit/Source/core/page/
History.idl 27 readonly attribute unsigned long length;
28 [CachedAttribute, Custom] readonly attribute SerializedScriptValue state;
PerformanceNavigation.idl 37 readonly attribute unsigned short type;
39 readonly attribute unsigned short redirectCount;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPaint.idl 38 readonly attribute unsigned short paintType;
39 readonly attribute DOMString uri;
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileWriterSync.idl 39 readonly attribute long long position;
40 readonly attribute long long length;
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
WorkerGlobalScopeIndexedDatabase.idl 28 [ImplementedAs=indexedDB,EnabledAtRuntime=indexedDB] readonly attribute IDBFactory webkitIndexedDB;
39 [EnabledAtRuntime] readonly attribute IDBFactory indexedDB;
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
SourceBuffer.idl 37 readonly attribute boolean updating;
40 [GetterRaisesException] readonly attribute TimeRanges buffered;
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseSync.idl 34 readonly attribute DOMString version;
35 readonly attribute DOMString lastErrorMessage;
SQLError.idl 32 readonly attribute unsigned long code;
33 readonly attribute DOMString message;
SQLTransactionSync.h 43 static PassRefPtr<SQLTransactionSync> create(DatabaseSync*, PassRefPtr<SQLTransactionSyncCallback>, bool readOnly = false);
48 SQLTransactionSync(DatabaseSync*, PassRefPtr<SQLTransactionSyncCallback>, bool readOnly);
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIMessageEvent.idl 37 [InitializedByEventConstructor] readonly attribute double receivedTime;
38 [InitializedByEventConstructor] readonly attribute Uint8Array data;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
RTCICEServer.h 34 @property(nonatomic, strong, readonly) NSURL* URI;
37 @property(nonatomic, copy, readonly) NSString* password;
RTCMediaStreamTrack.h 37 @property(nonatomic, assign, readonly) NSString *kind;
38 @property(nonatomic, assign, readonly) NSString *label;
RTCPair.h 33 @property(nonatomic, strong, readonly) NSString *key;
34 @property(nonatomic, strong, readonly) NSString *value;
RTCSessionDescription.h 36 @property(nonatomic, copy, readonly) NSString *description;
39 @property(nonatomic, copy, readonly) NSString *type;
  /external/clang/test/SemaObjC/
property-9-impl-method.m 53 @property(readonly) OrganizerTabHeader *tabHeaderView;
54 @property(readonly) NSRect headerRect;
  /external/dropbear/
cli-kex.c 149 static FILE* open_known_hosts_file(int * readonly)
185 *readonly = 0;
190 TRACE(("trying readonly: %s", strerror(errno)))
191 *readonly = 1;
212 int readonly = 0; local
220 hostsfile = open_known_hosts_file(&readonly);
297 if (readonly) {
298 TRACE(("readonly"))
  /external/llvm/test/CodeGen/X86/
2009-03-05-burr-list-crash.ll 7 declare i64 @strlen(i8* nocapture) nounwind readonly
16 %4 = call i64 @strlen(i8* %0) nounwind readonly ; <i64> [#uses=1]
  /external/llvm/test/Transforms/InstCombine/
2008-05-08-StrLenSink.ll 18 %tmp7 = call i32 @strlen( i8* %tmp1 ) nounwind readonly ; <i32> [#uses=1]
30 declare i32 @strlen(i8*) nounwind readonly
no-negzero.ll 19 %3 = call double @sqrt(double %2) nounwind readonly ; <double> [#uses=1]
33 declare double @sqrt(double) nounwind readonly
  /libnativehelper/include/nativehelper/
ScopedBytes.h 28 template<bool readOnly>
46 mEnv->ReleaseByteArrayElements(mByteArray, mPtr, readOnly ? JNI_ABORT : 0);
  /external/chromium_org/content/browser/geolocation/
core_location_data_provider_mac.mm 51 @property(readonly) CLLocationCoordinate2D coordinate;
52 @property(readonly) CLLocationDistance altitude;
53 @property(readonly) CLLocationAccuracy horizontalAccuracy;
54 @property(readonly) CLLocationAccuracy verticalAccuracy;
55 @property(readonly) CLLocationDirection course;
56 @property(readonly) CLLocationSpeed speed;
  /external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
index.html 71 <textarea id="log" rows="10" cols="60" readonly="readonly"></textarea>
74 <textarea id="json" rows="10" cols="60" readonly="readonly"></textarea>
80 <textarea id="trace" rows="10" cols="130" readonly="readonly"></textarea>
  /external/chromium_org/v8/test/mjsunit/
readonly.js 68 // Introduce readonly-ness this far up the chain.
140 print(" readonly =", i)
167 f(function(strict, create, readonly) {
186 readonly(o.up, "a");
202 TestAllReadonlys(function(readonly) {
204 scenario(strict, create, readonly);

Completed in 477 milliseconds

<<21222324252627282930>>