/external/webkit/WebCore/html/ |
H A D | HTMLDataGridElement.idl | 37 attribute boolean multiple; // Whether or not the datagrid supports multiple selection.
|
H A D | HTMLDataGridElement.cpp | 85 bool HTMLDataGridElement::multiple() const function in class:WebCore::HTMLDataGridElement 90 void HTMLDataGridElement::setMultiple(bool multiple) argument 92 setAttribute(multipleAttr, multiple ? "" : 0);
|
H A D | HTMLDataGridElement.h | 54 bool multiple() const;
|
H A D | HTMLSelectElement.h | 49 virtual bool multiple() const { return m_data.multiple(); } function in class:WebCore::HTMLSelectElement
|
H A D | HTMLSelectElement.idl | 52 attribute boolean multiple;
|
H A D | HTMLSelectElement.cpp | 68 DEFINE_STATIC_LOCAL(const AtomicString, selectMultiple, ("select-multiple")); 70 return m_data.multiple() ? selectMultiple : selectOne; 353 void HTMLSelectElement::setMultiple(bool multiple) argument 355 setAttribute(multipleAttr, multiple ? "" : 0); 392 setSelectedIndex(index, !m_data.multiple());
|
/external/e2fsprogs/lib/ext2fs/ |
H A D | icount.c | 52 ext2fs_inode_bitmap multiple; member in struct:ext2_icount 73 if (icount->multiple) 74 ext2fs_free_inode_bitmap(icount->multiple); 103 &icount->multiple); 107 icount->multiple = 0; 495 if (icount->multiple && 496 !ext2fs_test_inode_bitmap(icount->multiple, ino)) { 523 } else if (icount->multiple) { 526 * inode is set in icount->multiple, then there should 529 if (ext2fs_test_inode_bitmap(icount->multiple, in [all...] |
/external/webkit/WebCore/wml/ |
H A D | WMLSelectElement.h | 55 virtual bool multiple() const { return m_data.multiple(); } function in class:WebCore::WMLSelectElement
|
/external/webkit/WebCore/dom/ |
H A D | SelectElement.h | 40 virtual bool multiple() const = 0; 111 bool multiple() const { return m_multiple; } function in class:WebCore::SelectElementData
|
/external/libvpx/examples/includes/geshi/geshi/ |
H A D | actionscript.php | 15 * - Added support for multiple object splitters
|
H A D | ada.php | 16 * - Added support for multiple object splitters
|
H A D | caddcl.php | 17 * - Added support for multiple object splitters
|
H A D | cadlisp.php | 17 * - Added support for multiple object splitters
|
H A D | lisp.php | 17 * - Added support for multiple object splitters
|
H A D | lua.php | 18 * - Added support for multiple object splitters
|
H A D | visualfoxpro.php | 17 * - Added support for multiple object splitters
|
H A D | apache.php | 21 * - Added support for multiple object splitters
|
H A D | asm.php | 18 * - Added support for multiple object splitters
|
H A D | asp.php | 17 * - Added support for multiple object splitters
|
H A D | css.php | 17 * - Added support for multiple object splitters
|
H A D | delphi.php | 21 * - Added support for multiple object splitters
|
H A D | html4strict.php | 17 * - Added support for multiple object splitters 109 'marginheight', 'marginwidth', 'maxlength', 'media', 'method', 'multiple',
|
H A D | java.php | 19 * - Added support for multiple object splitters
|
H A D | javascript.php | 17 * - Added support for multiple object splitters
|
/external/openssl/android.testssl/ |
H A D | testssl | 139 echo test tls1 with 1024bit anonymous DH, multiple handshakes 146 echo test tls1 with 1024bit RSA, no DHE, multiple handshakes 152 echo test tls1 with 1024bit RSA, 1024bit DHE, multiple handshakes
|