Home
last modified time | relevance | path

Searched refs:readOnly (Results 1 – 25 of 81) sorted by relevance

1234

/external/webrtc/src/system_wrappers/source/
Dfile_impl.cc117 int FileWrapperImpl::OpenFile(const char *fileNameUTF8, bool readOnly, in OpenFile() argument
126 _readOnly = readOnly; in OpenFile()
141 if(readOnly) in OpenFile()
148 if(readOnly) in OpenFile()
158 if(readOnly) in OpenFile()
165 if(readOnly) in OpenFile()
Dfile_impl.h32 bool readOnly,
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
DSimpleHistoryManager.js71 readOnly: function() method in WebInspector.SimpleHistoryManager
81 if (this.readOnly())
116 if (this.readOnly())
/external/smack/src/org/apache/harmony/javax/security/auth/
DSubject.java81 private boolean readOnly; field in Subject
99 readOnly = false; in Subject()
119 public Subject(boolean readOnly, Set<? extends Principal> subjPrincipals, in Subject() argument
130 this.readOnly = readOnly; in Subject()
413 readOnly = true; in setReadOnly()
422 return readOnly; in isReadOnly()
515 if (readOnly) { in checkState()
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
DMyPermissionCollection.java29 public MyPermissionCollection(boolean readOnly) { in MyPermissionCollection() argument
30 if (readOnly) { in MyPermissionCollection()
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
DSQLiteTransaction.cpp33 SQLiteTransaction::SQLiteTransaction(SQLiteDatabase& db, bool readOnly) in SQLiteTransaction() argument
36 , m_readOnly(readOnly) in SQLiteTransaction()
DSQLiteTransaction.h39 SQLiteTransaction(SQLiteDatabase& db, bool readOnly = false);
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAltGlyphElement.cpp48 exceptionState.throwDOMException(NoModificationAllowedError, ExceptionMessages::readOnly()); in DEFINE_NODE_FACTORY()
58 exceptionState.throwDOMException(NoModificationAllowedError, ExceptionMessages::readOnly()); in setFormat()
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DSQLTransaction.cpp53 bool readOnly) in create() argument
55 …urn adoptRefWillBeNoop(new SQLTransaction(db, callback, successCallback, errorCallback, readOnly)); in create()
60 bool readOnly) in SQLTransaction() argument
66 , m_readOnly(readOnly) in SQLTransaction()
DSQLTransaction.h60 bool readOnly);
83 bool readOnly);
DSQLTransactionBackend.h62 …sRefPtrWillBeRawPtr<SQLTransaction>, PassRefPtrWillBeRawPtr<SQLTransactionWrapper>, bool readOnly);
84 PassRefPtrWillBeRawPtr<SQLTransactionWrapper>, bool readOnly);
DSQLTransactionBackend.cpp345 bool readOnly) in create() argument
347 return adoptRefWillBeNoop(new SQLTransactionBackend(db, frontend, wrapper, readOnly)); in create()
353 bool readOnly) in SQLTransactionBackend() argument
363 , m_readOnly(readOnly) in SQLTransactionBackend()
DDatabase.h61 …ionBackend> runTransaction(PassRefPtrWillBeRawPtr<SQLTransaction>, bool readOnly, const ChangeVers…
138 bool readOnly,
DDatabase.cpp300 bool readOnly, const ChangeVersionData* data) in runTransaction() argument
310 …transactionBackend = SQLTransactionBackend::create(this, transaction, wrapper.release(), readOnly); in runTransaction()
829 bool readOnly, in runTransaction() argument
839 …on> transaction = SQLTransaction::create(this, callback, successCallback, errorCallback, readOnly); in runTransaction()
840 …SQLTransactionBackend> transactionBackend = runTransaction(transaction, readOnly, changeVersionDat… in runTransaction()
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DExceptionMessages.cpp156 String ExceptionMessages::readOnly(const char* detail) in readOnly() function in blink::ExceptionMessages
158 DEFINE_STATIC_LOCAL(String, readOnly, ("This object is read-only.")); in readOnly()
159 return detail ? String::format("This object is read-only, because %s.", detail) : readOnly; in readOnly()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DTextEditor.js91 setReadOnly: function(readOnly) { }, argument
96 readOnly: function() { }, method in WebInspector.TextEditor
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/javascript/
Doptions.js207 $('newKeyword').readOnly = 'readonly';
342 $('newKeyword').readOnly = 'readonly';
394 $('newKeyword').readOnly = false;
/external/webrtc/src/system_wrappers/interface/
Dfile_wrapper.h37 bool readOnly,
/external/chromium_org/chrome/browser/resources/options/
Dcertificate_manager.js137 var readOnly = !!data && data.readonly;
150 this.deleteButton.disabled = !isCert || readOnly || isPolicy;
Dhome_page_overlay.js85 urlFieldIndicator.readOnly = event.value.value;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DHitTestRequest.h50 bool readOnly() const { return m_requestType & ReadOnly; } in readOnly() function
/external/chromium_org/third_party/WebKit/public/platform/
DWebFallbackThemeEngine.h121 bool readOnly; member
DWebThemeEngine.h161 bool readOnly; member
/external/icu/icu4c/source/test/intltest/
Dlrucachetest.cpp247 const UnicodeString *strPtr = ptr->localeNamePtr.readOnly(); in verifySharedPointer()
249 strPtr = ptr->formatStrPtr.readOnly(); in verifySharedPointer()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
DCookiesTable.js42 var readOnly = expandable;
56 if (readOnly)

1234