Searched
full:readonly (Results
301 -
325 of
871) sorted by null
<<11121314151617181920>>
/dalvik/libcore/luni/src/main/java/java/io/ |
FileDescriptor.java | 64 boolean readOnly = false; 93 if (!readOnly) {
|
/external/srec/portable/include/ |
pstream.h | 47 int mode; /* 0 readonly text; 1 readonly binary; 2 writable text; 3 writalbe binary */
|
/external/webkit/JavaScriptCore/runtime/ |
ArrayConstructor.cpp | 44 putDirectWithoutTransition(exec->propertyNames().prototype, arrayPrototype, DontEnum | DontDelete | ReadOnly); 47 putDirectWithoutTransition(exec->propertyNames().length, jsNumber(exec, 1), ReadOnly | DontEnum | DontDelete);
|
FunctionConstructor.cpp | 41 putDirectWithoutTransition(exec->propertyNames().prototype, functionPrototype, DontEnum | DontDelete | ReadOnly); 44 putDirectWithoutTransition(exec->propertyNames().length, jsNumber(exec, 1), ReadOnly | DontDelete | DontEnum);
|
StringConstructor.cpp | 54 putDirectWithoutTransition(exec->propertyNames().prototype, stringPrototype, ReadOnly | DontEnum | DontDelete); 60 putDirectWithoutTransition(exec->propertyNames().length, jsNumber(exec, 1), ReadOnly | DontEnum | DontDelete);
|
InternalFunction.cpp | 43 putDirect(globalData->propertyNames->name, jsString(globalData, name.ustring()), DontDelete | ReadOnly | DontEnum);
|
JSFunction.cpp | 67 putDirect(exec->propertyNames().length, jsNumber(exec, length), DontDelete | ReadOnly | DontEnum); 194 descriptor.setDescriptor(exec->interpreter()->retrieveArguments(exec, this), ReadOnly | DontEnum | DontDelete); 199 descriptor.setDescriptor(jsNumber(exec, jsExecutable()->parameterCount()), ReadOnly | DontEnum | DontDelete); 204 descriptor.setDescriptor(exec->interpreter()->retrieveCaller(exec, this), ReadOnly | DontEnum | DontDelete);
|
/external/webkit/SunSpider/resources/ |
results-TEMPLATE.html | 43 <p><input style="width: 90%;" id="selfUrl" type="text" readonly="readonly"><br>
|
/external/webkit/WebCore/bindings/js/ |
JSDatabaseCustom.cpp | 88 static JSValue createTransaction(ExecState* exec, const ArgList& args, Database* database, JSDOMGlobalObject* globalObject, bool readOnly) 119 database->transaction(callback.release(), errorCallback.release(), successCallback.release(), readOnly);
|
/external/webkit/WebCore/html/ |
HTMLTextAreaElement.h | 52 bool readOnly() const { return isReadOnlyFormControl(); } 56 virtual bool valueMissing() const { return isRequiredFormControl() && !disabled() && !readOnly() && value().isEmpty(); }
|
/external/webkit/WebCore/platform/sql/ |
SQLiteTransaction.cpp | 33 SQLiteTransaction::SQLiteTransaction(SQLiteDatabase& db, bool readOnly) 36 , m_readOnly(readOnly)
|
/external/webkit/WebCore/storage/ |
SQLTransaction.h | 70 PassRefPtr<VoidCallback>, PassRefPtr<SQLTransactionWrapper>, bool readOnly = false); 87 PassRefPtr<VoidCallback>, PassRefPtr<SQLTransactionWrapper>, bool readOnly);
|
/external/webkit/WebKit/win/Interfaces/ |
DOMHTML.idl | 705 - (BOOL)readOnly; 707 HRESULT readOnly([out, retval] BOOL* result); 710 - (void)setReadOnly:(BOOL)readOnly; 712 HRESULT setReadOnly([in] BOOL readOnly); 877 - (BOOL)readOnly; 879 HRESULT readOnly([out, retval] BOOL* result); 882 - (void)setReadOnly:(BOOL)readOnly; 884 HRESULT setReadOnly([in] BOOL readOnly);
|
/external/webkit/WebKitTools/iExploder/htdocs/ |
htmlattrs.in | 32 aria-readonly 223 readonly
|
/external/bluetooth/bluez/doc/ |
adapter-api.txt | 204 Properties string Address [readonly] 213 uint32 Class [readonly] 264 boolean Discovering [readonly] 268 array{object} Devices [readonly]
|
manager-api.txt | 70 Properties array{object} Adapters [readonly]
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Boolean/ |
15.6.3.1-1.js | 30 DontDelete, ReadOnly ].
|
15.6.3.1-2.js | 30 DontDelete, ReadOnly ].
|
15.6.3.1-3.js | 30 DontDelete, ReadOnly ].
|
15.6.3.1.js | 30 DontDelete, ReadOnly ].
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/FunctionObjects/ |
15.3.3.1-1.js | 31 DontDelete | ReadOnly]
|
15.3.3.1-2.js | 31 DontDelete | ReadOnly]
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Math/ |
15.8.1.2-2.js | 26 the attributes [DontEnum, DontDelete, ReadOnly]
|
15.8.1.4-2.js | 26 the attributes [DontEnum, DontDelete, ReadOnly]
|
15.8.1.5-2.js | 26 the attributes [DontEnum, DontDelete, ReadOnly]
|
Completed in 438 milliseconds
<<11121314151617181920>>