/external/webkit/Source/WebCore/rendering/ |
RenderThemeChromiumWin.cpp | 534 unsigned RenderThemeChromiumWin::determineState(RenderObject* o, ControlSubPart subPart) 543 else if (isPressed(o) && (subPart == SpinButtonUp) == isSpinUpButtonPartPressed(o)) 547 else if (isHovered(o) && (subPart == SpinButtonUp) == isSpinUpButtonPartHovered(o)) 574 unsigned RenderThemeChromiumWin::determineClassicState(RenderObject* o, ControlSubPart subPart) 599 else if (isPressed(o) && (subPart == SpinButtonUp) == isSpinUpButtonPartPressed(o)) 603 else if (isHovered(o) && (subPart == SpinButtonUp) == isSpinUpButtonPartHovered(o)) 612 ThemeData RenderThemeChromiumWin::getThemeData(RenderObject* o, ControlSubPart subPart) 658 result.m_part = subPart == SpinButtonUp ? SPNP_UP : SPNP_DOWN; 659 result.m_state = determineState(o, subPart); 660 result.m_classicState = subPart == SpinButtonUp ? DFCS_SCROLLUP : DFCS_SCROLLDOWN [all...] |
RenderThemeWin.cpp | 397 unsigned RenderThemeWin::determineClassicState(RenderObject* o, ControlSubPart subPart) 428 bool isUpButton = subPart == SpinButtonUp; 493 unsigned RenderThemeWin::determineSpinButtonState(RenderObject* o, ControlSubPart subPart) 495 bool isUpButton = subPart == SpinButtonUp; 506 ThemeData RenderThemeWin::getClassicThemeData(RenderObject* o, ControlSubPart subPart) 546 result.m_state = determineClassicState(o, subPart); 554 ThemeData RenderThemeWin::getThemeData(RenderObject* o, ControlSubPart subPart) 557 return getClassicThemeData(o, subPart); 610 result.m_part = subPart == SpinButtonUp ? SPNP_UP : SPNP_DOWN; 611 result.m_state = determineSpinButtonState(o, subPart); [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
AVTPartSimple.java | 97 // Don't do anything for the subpart for right now.
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
EDIPartyName.java | 33 * with the following structure which is a subpart of GeneralName
|
OtherName.java | 35 * with OtherName structure which is a subpart of GeneralName
|
PolicyInformation.java | 34 * with PolicyInformation structure which is a subpart of certificatePolicies
|
/external/icu4c/i18n/ |
decimfmt.cpp | 4486 int32_t subpart = 1, sub0Start = 0, sub0Limit = 0, sub2Limit = 0; local [all...] |
/external/libogg/doc/ |
skeleton.html | 85 <p>Ogg Skeleton is also designed to allow the creation of substreams from Ogg physical bitstreams that retain the original timing information. For example, when cutting out the segment between the 7th and the 59th second of an Ogg file, it would be nice to continue to start this cut out file with a playback time of 7 seconds and not of 0. This is of particular interest if you're streaming this file from a Web server after a query for a temporal subpart such as in http://example.com/video.ogv?t=7-59</p> 106 <p>When cutting out a subpart of an Ogg physical bitstream, the aim is to keep all the content pages intact (including the framing and granule positions) and just change some information in the Skeleton that allows reconstruction of the accurate time mapping. When remultiplexing such a bitstream, it is necessary to take into account all the different contained logical bitstreams. A given cut-in time maps to several different byte positions in the Ogg physical bitstream because each logical bitstream has its relevant information for that time at a different location. In addition, the resolution of each logical bitstream may not be high enough to accommodate for the given cut-in time and thus there may be some surplus information necessary to be remuxed into the new bitstream.</p> 108 <p>The following information is necessary to be added to the Skeleton to allow a correct presentation of a subpart of an Ogg bitstream:</p>
|
rfc3533.txt | 721 (Ogg) packet: A subpart of a logical bitstream that is created by the
|
/external/aac/libMpegTPEnc/src/ |
tpenc_asc.cpp | 375 /* start of GASpecificConfig according to ISO/IEC 14496-3 Subpart 4, 4.4.1 */ 377 FDKwriteBits( asc, 0, 1); /* dependsOnCoreCoder: Sampling Rate Coder Specific, see in ISO/IEC 14496-3 Subpart 4, 4.4.1 */
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTMManager.java | 228 * @param xpathCompiler ??? Somehow we need to pass in a subpart of the
|
/external/aac/libSBRdec/src/ |
psbitdec.cpp | 574 ISO/IEC 14496-3 Subpart 8 Annex 4
|
/external/aac/libAACdec/include/ |
aacdecoder_lib.h | 115 - ISO/IEC 14496-3 (MPEG-4 AAC, subpart 1 and 4), which defines the syntax of MPEG-4 AAC audio bitstreams. [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/ |
XPathContext.java | 234 * @param xpathCompiler ??? Somehow we need to pass in a subpart of the [all...] |
/external/grub/docs/ |
grub.texi | [all...] |
grub.info | [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
rtl.def | 663 number of the source subpart that should be stored into it. */ [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
rtl.def | 663 number of the source subpart that should be stored into it. */ [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
rtl.def | 663 number of the source subpart that should be stored into it. */ [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
rtl.def | 663 number of the source subpart that should be stored into it. */ [all...] |
/external/libxml2/ |
debugXML.c | [all...] |