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

1 2

  /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.cpp 296 QPixmap QtMobileWebStyle::findComboButton(const QSize& size, bool multiple, bool disabled) const
304 QString key = prefix + (multiple ? QLatin1String("multiple-") : QLatin1String("simple-"))
311 if (multiple)
324 bool multiple = false; local
331 multiple = webCombo->multiple();
363 QPixmap pic = findComboButton(rect.size(), multiple, disabled);
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRewriteRuleElementStream.h 32 NSMutableArray *multiple; member in union:__anon2255
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRRewriteRuleElementStream.h 32 NSMutableArray *multiple; member in union:__anon2259
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRewriteRuleElementStream.h 32 NSMutableArray *multiple; member in union:__anon2263
  /external/webkit/Source/WebCore/html/
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/wml/
WMLSelectElement.h 57 virtual bool multiple() const { return m_data.multiple(); } function in class:WebCore::WMLSelectElement
  /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/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();
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/
perf_reader.c 70 U32 sending, multiple, frame, size; local
87 /* we support having multiple log files concatenated into one log file */
171 multiple = (ulData1 & PERF_LOG_Multiple) ? PERF_FlagMultiple : PERF_FlagSingle;
174 /* read 2nd address if logged multiple buffers */
175 ulData2 = PERF_IsMultiple(multiple) ? read_U32(fLog) : 0;
179 multiple,
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_print.c 311 int multiple = PERF_IsMultiple((unsigned long) eModule); local
336 if (multiple)
346 print_print_location(perf, fOut, 6 + (multiple ? 1 : 0));
  /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/icu4c/test/cintltst/
utf16tst.c 96 UBool multiple; local
104 multiple=(UBool)(codepoint[i] == 1 ? FALSE : TRUE);
105 if(UTF16_NEED_MULTIPLE_UCHAR(c) != multiple){
utf8tst.c 144 UBool multiple; local
152 multiple=(UBool)(codepoint[i] == 1 ? FALSE : TRUE);
153 if(UTF8_NEED_MULTIPLE_UCHAR(c) != multiple){
    [all...]
cucdtst.c 1536 UBool multiple; local
    [all...]
  /external/webkit/Source/WebCore/dom/
SelectElement.h 41 virtual bool multiple() const = 0;
118 bool multiple() const { return m_multiple; } function in class:WebCore::SelectElementData
  /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/rendering/
RenderMenuList.cpp 329 bool RenderMenuList::multiple() function in class:WebCore::RenderMenuList
332 return select->multiple();
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 1063 Multiple = 2,
1078 case Multiple: return TRACE_RETURN (u.multiple.dispatch (c));
1112 MultipleSubst multiple; member in union:OT::SubstLookupSubTable::__anon8446
    [all...]
  /external/harfbuzz/src/
harfbuzz-gsub-private.h 457 HB_MultipleSubst multiple; member in union:HB_GSUB_SubTable_
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gsub-private.h 457 HB_MultipleSubst multiple; member in union:HB_GSUB_SubTable_
  /external/libpng/
pngtest.c 1456 int multiple = 0; local
    [all...]
  /external/webkit/Source/WebKit/win/
DOMHTMLClasses.cpp 730 HRESULT STDMETHODCALLTYPE DOMHTMLSelectElement::multiple( function in class:DOMHTMLSelectElement
738 /* [in] */ BOOL /*multiple*/)
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 627 @property BOOL multiple AVAILABLE_IN_WEBKIT_VERSION_4_0;
788 @property BOOL multiple; variable
    [all...]

Completed in 696 milliseconds

1 2