HomeSort by relevance Sort by last modified time
    Searched full:multiple (Results 251 - 275 of 8545) sorted by null

<<11121314151617181920>>

  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLSelectElement05.xhtml 12 <select id="selectId" dir="ltr" tabindex="7" name="select1" multiple="multiple" size="1">
HTMLSelectElement06.xhtml 12 <select id="selectId" dir="ltr" tabindex="7" name="select1" multiple="multiple" size="1">
HTMLSelectElement07.xhtml 12 <select id="selectId" dir="ltr" tabindex="7" name="select1" multiple="multiple" size="1">
HTMLSelectElement08.xhtml 12 <select id="selectId" dir="ltr" tabindex="7" name="select1" multiple="multiple" size="1">
HTMLSelectElement09.xhtml 12 <select id="selectId" dir="ltr" tabindex="7" name="select1" multiple="multiple" size="1">
HTMLSelectElement10.xhtml 12 <select id="selectId" dir="ltr" tabindex="7" name="select1" multiple="multiple" size="1">
HTMLSelectElement11.xhtml 12 <select id="selectId" dir="ltr" tabindex="7" name="select1" multiple="multiple" size="1">
HTMLSelectElement12.xhtml 12 <select id="selectId" dir="ltr" tabindex="7" name="select1" multiple="multiple" size="1">
HTMLSelectElement13.xhtml 12 <select id="selectId" dir="ltr" tabindex="7" name="select1" multiple="multiple" size="1">
HTMLSelectElement14.xhtml 12 <select id="selectId" dir="ltr" tabindex="7" name="select1" multiple="multiple" size="1">
HTMLSelectElement15.xhtml 12 <select id="selectId" dir="ltr" tabindex="7" name="select1" multiple="multiple" size="1">
HTMLSelectElement16.xhtml 12 <select id="selectId" dir="ltr" tabindex="7" name="select1" multiple="multiple" size="1">
HTMLSelectElement17.xhtml 12 <select id="selectId" dir="ltr" tabindex="7" name="select1" multiple="multiple" size="1">
HTMLSelectElement18.xhtml 12 <select id="selectId" dir="ltr" tabindex="7" name="select1" multiple="multiple" size="1">
HTMLSelectElement19.xhtml 12 <select id="selectId" dir="ltr" tabindex="7" name="select1" multiple="multiple" size="1">
HTMLSelectElement20.xhtml 12 <select id="selectId" dir="ltr" tabindex="7" name="select1" multiple="multiple" size="1">
  /external/webkit/Source/WebCore/css/
themeQtNoListboxes.css 29 select[multiple],
30 select[size][multiple] {
  /external/webkit/Source/WebCore/html/
HTMLDataGridElement.idl 37 attribute boolean multiple; // Whether or not the datagrid supports multiple selection.
  /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;
  /frameworks/base/core/java/android/database/sqlite/
SQLiteMisuseException.java 20 * This error can occur if the application creates a SQLiteStatement object and allows multiple
23 * from multiple threads, like so:
  /system/core/include/cutils/
memory.h 27 /* size is given in bytes and must be multiple of 2 */
30 /* size is given in bytes and must be multiple of 4 */
  /external/skia/include/pipe/
SkGPipe.h 44 // length must be a multiple of 4
68 * multiple of 4.
69 * minRequest will always be a multiple of 4.
78 * bytes will always be a multiple of 4.
112 * Tells the writer that there will be multiple threads reading the stream
  /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/clang/include/clang/Sema/
ExternalSemaSource.h 90 /// invoked multiple times; the external source should take care not to
100 /// invoked multiple times; the external source should take care not to
110 /// invoked multiple times; the external source should take care not to
120 /// invoked multiple times; the external source should take care not to
128 /// invoked multiple times; the external source should take care not to
137 /// may be invoked multiple times; the external source should take care not
147 /// may be invoked multiple times; the external source should take care not
156 /// the given vector. Note that this routine may be invoked multiple times;
165 /// vector. Note that this routine may be invoked multiple times; the external
173 /// given vector. Note that this routine may be invoked multiple times; th
    [all...]
  /external/llvm/include/llvm/Support/
TargetSelect.h 52 /// It is legal for a client to make multiple calls to this function.
62 /// It is legal for a client to make multiple calls to this function.
75 /// It is legal for a client to make multiple calls to this function.
85 /// It is legal for a client to make multiple calls to this function.
95 /// It is legal for a client to make multiple calls to this function.
105 /// It is legal for a client to make multiple calls to this function.
115 /// It is legal for a client to make multiple calls to this function.

Completed in 903 milliseconds

<<11121314151617181920>>