HomeSort by relevance Sort by last modified time
    Searched refs:multiple (Results 1 - 25 of 210) sorted by null

1 2 3 4 5 6 7 8 9

  /external/webkit/Source/WebCore/css/
themeQtNoListboxes.css 29 select[multiple],
30 select[size][multiple] {
themeChromiumLinux.css 37 select:not([size]):not([multiple]) option,
  /device/samsung/maguro/
system.prop 9 # Ril sends only one RIL_UNSOL_CALL_RING, so set call_ring.multiple to false
10 ro.telephony.call_ring.multiple=0
  /external/webkit/Source/WebCore/html/
HTMLDataGridElement.idl 37 attribute boolean multiple; // Whether or not the datagrid supports multiple selection.
EmailInputType.cpp 67 if (!element()->multiple())
85 return element()->multiple() ? validationMessageTypeMismatchForMultipleEmailText() : validationMessageTypeMismatchForEmailText();
HTMLDataGridElement.h 48 bool multiple() const;
HTMLDataGridElement.cpp 83 bool HTMLDataGridElement::multiple() const function in class:WebCore::HTMLDataGridElement
88 void HTMLDataGridElement::setMultiple(bool multiple)
90 setAttribute(multipleAttr, multiple ? "" : 0);
HTMLSelectElement.h 52 virtual bool multiple() const { return m_data.multiple(); } function in class:WebCore::HTMLSelectElement
  /external/webkit/Source/WebCore/platform/qt/
QtStyleOptionWebComboBox.h 45 bool multiple() const { return m_multiple; } function in class:WebCore::QtStyleOptionWebComboBox
53 return select ? select->multiple() : false;
QtMobileWebStyle.h 44 QPixmap findComboButton(const QSize& size, bool multiple, bool disabled) const;
  /device/samsung/toro/
system.prop 9 # Ril sends only one RIL_UNSOL_CALL_RING, so set call_ring.multiple to false
10 ro.telephony.call_ring.multiple=0
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnProperty.pl 261 multiple lines.
281 multiple lines.
302 multiple lines.
322 multiple lines.
383 multiple lines.
403 multiple lines.
424 multiple lines.
427 multiple lines.
447 multiple lines.
450 multiple lines
    [all...]
parseSvnPropertyValue.pl 114 multiple lines.
127 multiple lines.
141 multiple lines.
153 multiple lines.
165 multiple lines.
168 multiple lines.
  /external/webkit/Source/WebCore/platform/android/
PopupMenuAndroid.cpp 141 bool multiple = m_popupClient->multiple(); local
152 if (multiple && m_popupClient->itemIsSelected(i))
162 multiple,
164 multiple ? selectedArray.count() : m_popupClient->selectedIndex());
  /external/e2fsprogs/lib/ext2fs/
icount.c 52 ext2fs_inode_bitmap multiple; member in struct:ext2_icount
82 if (icount->multiple)
83 ext2fs_free_inode_bitmap(icount->multiple);
112 &icount->multiple);
116 icount->multiple = 0;
505 if (icount->multiple &&
506 !ext2fs_test_inode_bitmap(icount->multiple, ino)) {
534 } else if (icount->multiple) {
537 * inode is set in icount->multiple, then there should
540 if (ext2fs_test_inode_bitmap(icount->multiple, ino))
    [all...]
  /external/webkit/Source/WebCore/platform/
PopupMenuClient.h 76 virtual bool multiple() = 0;
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLSelectElement10.js 78 The multiple attribute(if true) indicates that multiple OPTION elements
81 Retrieve the multiple attribute from the first SELECT element
104 vmultiple = testNode.multiple;
HTMLSelectElement01.js 78 The type attribute is the string "select-multiple" when multiple
106 assertEquals("typeLink","select-multiple",vtype);
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLSelectElement10.js 78 The multiple attribute(if true) indicates that multiple OPTION elements
81 Retrieve the multiple attribute from the first SELECT element
104 vmultiple = testNode.multiple;
HTMLSelectElement01.js 78 The type attribute is the string "select-multiple" when multiple
106 assertEquals("typeLink","select-multiple",vtype);
  /external/webkit/LayoutTests/fast/js/resources/
codegen-temporaries-multiple-global-blocks-2.js 2 'Tests whether bytecode codegen properly handles temporaries across multiple global blocks.'
  /external/webkit/LayoutTests/storage/
multiple-transactions.js 11 var db = openDatabaseWithSuffix("MultipleTransactionsTest", "1.0", "Test to make sure multiple transactions can be queued at once for an HTML5 database", 32768);
  /external/webkit/Source/WebCore/wml/
WMLSelectElement.h 57 virtual bool multiple() const { return m_data.multiple(); } function in class:WebCore::WMLSelectElement
  /system/core/libdiskconfig/
diskconfig.c 42 uint32_t multiple = 1; local
55 multiple <<= 10;
58 multiple <<= 10;
72 if (multiple > 1) {
78 if (multiple > 1024)
79 multiple >>= 10;
80 *plen *= multiple;
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
PopupMenuQt.cpp 46 virtual bool multiple() const;
56 bool SelectData::multiple() const function in class:SelectData
63 return client && client->multiple();

Completed in 793 milliseconds

1 2 3 4 5 6 7 8 9