Searched refs:multiple (Results 1 - 25 of 185) sorted by relevance

12345678

/external/webkit/Source/WebCore/css/
H A DthemeQtNoListboxes.css29 select[multiple],
30 select[size][multiple] {
H A DthemeChromiumLinux.css37 select:not([size]):not([multiple]) option,
/external/smack/src/org/apache/harmony/javax/security/sasl/
H A DRealmChoiceCallback.java27 boolean multiple) {
28 super(prompt, choices, defaultChoice, multiple);
26 RealmChoiceCallback(String prompt, String[] choices, int defaultChoice, boolean multiple) argument
/external/webkit/Source/WebCore/html/
H A DHTMLDataGridElement.idl37 attribute boolean multiple; // Whether or not the datagrid supports multiple selection.
H A DEmailInputType.cpp67 if (!element()->multiple())
85 return element()->multiple() ? validationMessageTypeMismatchForMultipleEmailText() : validationMessageTypeMismatchForEmailText();
H A DHTMLDataGridElement.cpp83 bool HTMLDataGridElement::multiple() const function in class:WebCore::HTMLDataGridElement
88 void HTMLDataGridElement::setMultiple(bool multiple) argument
90 setAttribute(multipleAttr, multiple ? "" : 0);
H A DHTMLDataGridElement.h48 bool multiple() const;
H A DHTMLSelectElement.h52 virtual bool multiple() const { return m_data.multiple(); } function in class:WebCore::HTMLSelectElement
H A DHTMLSelectElement.idl50 attribute boolean multiple;
H A DHTMLSelectElement.cpp68 DEFINE_STATIC_LOCAL(const AtomicString, selectMultiple, ("select-multiple"));
70 return m_data.multiple() ? selectMultiple : selectOne;
115 // The select element has no placeholder label option if it has an attribute "multiple" specified or a display size of non-1.
123 // The default display size is 1 for non-multiple select elements, and 4 for multiple select elements.
125 // Finally, if size() == 0 and non-multiple, the display size can be assumed as 1.
126 if (multiple() || size() > 1)
150 if (!multiple())
435 void HTMLSelectElement::setMultiple(bool multiple) argument
438 setAttribute(multipleAttr, multiple
[all...]
/external/webkit/Source/WebCore/platform/qt/
H A DQtStyleOptionWebComboBox.h45 bool multiple() const { return m_multiple; } function in class:WebCore::QtStyleOptionWebComboBox
53 return select ? select->multiple() : false;
H A DQtMobileWebStyle.h44 QPixmap findComboButton(const QSize& size, bool multiple, bool disabled) const;
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DparseSvnPropertyValue.pl114 multiple lines.
127 multiple lines.
141 multiple lines.
153 multiple lines.
165 multiple lines.
168 multiple lines.
H A DparseSvnProperty.pl261 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 line
[all...]
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
H A Dlist_selection_controller.js132 if (sm.multiple)
137 if (sm.multiple)
140 if (sm.multiple && (cr.isMac ? e.metaKey :
154 if (sm.multiple)
209 if (sm.multiple && e.keyCode == 65 &&
221 sm.setIndexSelected(leadIndex, !selected || !sm.multiple);
260 if (sm.multiple)
272 if (sm.multiple)
/external/webkit/Source/WebCore/platform/android/
H A DPopupMenuAndroid.cpp141 bool multiple = m_popupClient->multiple(); local
152 if (multiple && m_popupClient->itemIsSelected(i))
162 multiple,
164 multiple ? selectedArray.count() : m_popupClient->selectedIndex());
/external/webkit/LayoutTests/dom/html/level2/html/
H A DHTMLSelectElement10.js78 The multiple attribute(if true) indicates that multiple OPTION elements
81 Retrieve the multiple attribute from the first SELECT element
104 vmultiple = testNode.multiple;
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A DHTMLSelectElement10.js78 The multiple attribute(if true) indicates that multiple OPTION elements
81 Retrieve the multiple attribute from the first SELECT element
104 vmultiple = testNode.multiple;
/external/e2fsprogs/lib/ext2fs/
H A Dicount.c52 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, in
[all...]
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DPopupMenuQt.cpp46 virtual bool multiple() const;
56 bool SelectData::multiple() const function in class:SelectData
63 return client && client->multiple();
/external/webkit/Source/WebCore/wml/
H A DWMLSelectElement.h57 virtual bool multiple() const { return m_data.multiple(); } function in class:WebCore::WMLSelectElement
/external/webkit/Source/WebCore/platform/
H A DPopupMenuClient.h76 virtual bool multiple() = 0;
/external/compiler-rt/make/platform/
H A Ddarwin_fat.mk6 # multiple libraries inside a single configuration file (for
13 # libraries, simply building multiple libraries for different
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
H A Dmessages.properties41 RSSFeedAddEntryTask.MustBeMultipleOf5=(must be multiple of 5)
42 RSSFeedAddEntryTask.MustBeMultipleOf4=(must be multiple of 4)
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dactionscript.php15 * - Added support for multiple object splitters

Completed in 9127 milliseconds

12345678