HomeSort by relevance Sort by last modified time
    Searched refs:isReadOnly (Results 101 - 125 of 223) sorted by null

1 2 3 45 6 7 8 9

  /external/chromium_org/components/autofill/content/renderer/
password_generation_agent.cc 294 if (!element->isReadOnly() &&
autofill_agent.cc 237 if (!element || !element->isEnabled() || element->isReadOnly() ||
571 if (!element.isEnabled() || element.isReadOnly())
  /external/chromium_org/third_party/WebKit/public/web/
WebAXObject.h 109 BLINK_EXPORT bool isReadOnly() const;
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 229 if (PD->isReadOnly())
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCResultSetMetaData.java 176 public boolean isReadOnly(int column) throws java.sql.SQLException {
JDBCConnection.java 234 public boolean isReadOnly() throws SQLException {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameManager.java 318 if (!frame.isReadOnly()) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
AbstractBufferTest.java 103 baseBuf.isReadOnly();
  /libcore/luni/src/main/java/java/nio/
ByteBuffer.java 776 if (isReadOnly()) {
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatLfnDirectoryEntry.java 66 super(parent.isReadOnly());
147 * entry may still modified if {@link #isReadOnly()} returns {@code true}.
164 * {@link #isReadOnly()} method
188 * {@link #isReadOnly() read-only}
FatLfnDirectory.java 109 result = new FatLfnDirectory(storage, fat, isReadOnly());
  /external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp 349 bool WebAXObject::isReadOnly() const
354 return m_private->isReadOnly();
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLEngineImpl.java 401 } else if (dst.isReadOnly()) {
520 } else if (dst.isReadOnly()) {
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXNodeObject.cpp 709 bool AXNodeObject::isReadOnly() const
716 return toHTMLTextAreaElement(*node).isReadOnly();
721 return input.isReadOnly();
771 // Any node could be contenteditable, so isReadOnly should be relied upon
773 return !isReadOnly();
    [all...]
AXObject.h 375 virtual bool isReadOnly() const { return false; }
  /external/chromium_org/ui/file_manager/gallery/js/
gallery_item.js 305 if (overwrite && !this.locationInfo_.isReadOnly) {
316 if (this.locationInfo_.isReadOnly) {
  /libcore/luni/src/main/java/java/sql/
DatabaseMetaData.java     [all...]
  /libcore/luni/src/main/java/javax/sql/
RowSet.java 248 public boolean isReadOnly();
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
EventFieldEditorView.java 104 mDateView.setEnabled(!isReadOnly() && enabled);
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBObjectStore.cpp 174 if (m_transaction->isReadOnly()) {
280 if (m_transaction->isReadOnly()) {
317 if (m_transaction->isReadOnly()) {
  /libcore/luni/src/test/java/libcore/java/sql/
OldConnectionTest.java 453 assertTrue(conn.isReadOnly());
455 assertFalse(conn.isReadOnly());
459 conn.isReadOnly();
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/chromium_org/content/renderer/accessibility/
blink_ax_enum_conversion.cc 56 if (o.isReadOnly())
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
BaseMultipleFieldsDateAndTimeInputType.cpp 211 return element().isReadOnly();
  /external/chromium_org/v8/test/mjsunit/
mirror-object.js 92 assertFalse(property_mirror.isReadOnly());
203 assertTrue(math_mirror.property("E").isReadOnly());

Completed in 1071 milliseconds

1 2 3 45 6 7 8 9