Searched refs:part (Results 226 - 250 of 441) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/html/
H A DHTMLFrameElementBase.cpp197 if (RenderPart* part = renderPart()) {
199 part->setWidget(frame->view());
/external/webkit/Source/WebCore/platform/qt/
H A DScrollbarThemeQt.cpp56 static QStyle::SubControl scPart(const ScrollbarPart& part) argument
58 switch (part) {
/external/webkit/Source/WebCore/rendering/
H A DRenderThemeWin.h2 * This file is part of the WebKit project.
39 ThemeData(int part, int state) argument
40 : m_part(part)
H A DRenderThemeWin.cpp732 int part; local
736 part = CP_READONLY;
738 part = CP_BORDER;
741 part = TFP_TEXTFIELD;
744 drawControl(i.context, o, theme, ThemeData(part, determineState(o)), r);
838 ControlPart part = o->style()->appearance(); local
839 if (part == SliderThumbVerticalPart) {
842 } else if (part == SliderThumbHorizontalPart) {
847 else if (part == MediaSliderThumbPart || part
[all...]
H A DRenderThemeChromiumLinux.cpp246 ControlPart part = o->style()->appearance();
249 extraParams.textField.isTextArea = part == TextAreaPart;
250 extraParams.textField.isListbox = part == ListboxPart;
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
H A DTransportManager.java194 int part = 0;
211 part = part * 10 + (c - '0');
214 if (part > 255) /* 300.1.2.3 is invalid =) */
219 addr[i] = (byte) part;
/external/icu4c/common/
H A Dputil.c1982 uint16_t part=0; local
1990 versionArray[part]=(uint8_t)uprv_strtoul(versionString, &end, 10);
1991 if(end==versionString || ++part==U_MAX_VERSION_LENGTH || *end!=U_VERSION_DELIMITER) {
1998 while(part<U_MAX_VERSION_LENGTH) {
1999 versionArray[part++]=0;
2019 uint16_t count, part; local
2039 /* write the first part */
2053 for(part=1; part<count; ++part) {
[all...]
/external/openssl/crypto/bn/asm/
H A Dparisc-mont.pl188 fldws 4($n0),${fn0} ; only low part of n0
240 addl $ab0,$nm0,$nm0 ; low part is discarded
324 fstws,mb ${fab0}L,-8($xfer) ; save high part
327 fcpy,sgl %fr0,${fti}L ; zero high part
350 ldw 0($xfer),$hi0 ; high part
359 addl $ab0,$nm0,$nm0 ; low part is discarded
460 fstws,mb ${fab0}L,-8($xfer) ; save high part
463 fcpy,sgl %fr0,${fti}L ; zero high part
662 fstws,mb ${fab0}L,-8($xfer) ; save high part
665 fcpy,sgl %fr0,${fti}L ; zero high part
[all...]
/external/chromium/net/websockets/
H A Dwebsocket_handshake_handler.cc125 char part[4]; local
127 part[3 - i] = key_number & 0xFF;
130 challenge->append(part, 4);
160 // Thus, |key3_| is part of handshake message, and not in part
/external/qemu/android/skin/
H A Dwindow.c875 SkinPart* part = loc->part;
877 if ( part->background->valid )
879 if ( part->display->valid )
882 SKIN_PART_LOOP_BUTTONS(part, sbutton)
910 SkinPart* part = loc->part;
913 if ( part->background->valid ) {
915 background_init( back, part->background, loc, &layout->rect );
918 if ( part
[all...]
/external/llvm/lib/Support/
H A DAPInt.cpp292 // Split y into high 32-bit part (hy) and low 32-bit part (ly)
2238 /* Returns the integer part with the least significant BITS set.
2250 lowHalf(integerPart part)
2252 return part & lowBitMask(integerPartWidth / 2);
2257 highHalf(integerPart part)
2259 return part >> (integerPartWidth / 2);
2262 /* Returns the bit number of the most significant set bit of a part.
2288 part. If the input number has no bits set -1U is returned. */
2313 /* Sets the least significant part o
[all...]
/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
H A Dsmartypants.php670 foreach ($parts as $part) {
671 if (++$index % 2 && $part != '')
672 $tokens[] = array('text', $part);
674 $tokens[] = array('tag', $part);
/external/libvpx/examples/includes/geshi/contrib/
H A Daliased.php119 // The fun part :)
/external/libvpx/examples/includes/geshi/geshi/
H A Dbash.php37 * This file is part of GeSHi.
H A Dc.php39 * This file is part of GeSHi.
H A Dcpp.php33 * This file is part of GeSHi.
H A Ddiff.php27 * This file is part of GeSHi.
H A Ddos.php44 * This file is part of GeSHi.
H A Dhaskell.php22 * This file is part of GeSHi.
H A Dklonec.php22 * This file is part of GeSHi.
H A Dklonecpp.php22 * This file is part of GeSHi.
H A Dlatex.php35 * This file is part of GeSHi.
154 GESHI_SEARCH => "(\\\\(?:part|chapter|(?:sub){0,2}section|(?:sub)?paragraph|addpart|addchap|addsec)\*?\\{)(.*)(?=\\})",
161 6 => "\\\\(?:part|chapter|(?:sub){0,2}section|(?:sub)?paragraph|addpart|addchap|addsec)\*?(?=[^a-zA-Z])",
H A Dobjc.php32 * This file is part of GeSHi.
H A Docaml.php24 * This file is part of GeSHi.
H A Doracle11.php26 * This file is part of GeSHi.

Completed in 423 milliseconds

1234567891011>>