HomeSort by relevance Sort by last modified time
    Searched full:surround (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/webkit/WebCore/rendering/style/
RenderStyle.h 142 DataRef<StyleSurroundData> surround; member in class:WebCore::RenderStyle
333 bool hasMargin() const { return surround->margin.nonZero(); }
334 bool hasBorder() const { return surround->border.hasBorder(); }
335 bool hasPadding() const { return surround->padding.nonZero(); }
336 bool hasOffset() const { return surround->offset.nonZero(); }
361 Length left() const { return surround->offset.left(); }
362 Length right() const { return surround->offset.right(); }
363 Length top() const { return surround->offset.top(); }
364 Length bottom() const { return surround->offset.bottom(); }
381 const BorderData& border() const { return surround->border;
    [all...]
RenderStyle.cpp 77 , surround(defaultStyle()->surround)
108 surround.init();
140 , surround(o.surround)
175 surround == o.surround &&
309 if (surround->margin != other->surround->margin)
312 if (surround->padding != other->surround->padding
    [all...]
  /external/webkit/WebCore/editing/
FormatBlockCommand.cpp 120 // Avoid inserting inside inline elements that surround paragraphStart with upstream().
markup.cpp     [all...]
ApplyStyleCommand.cpp 727 // text node. To make this possible, add a style span to surround this text node.
    [all...]
  /external/opencore/codecs_v2/audio/aac/dec/src/
chans.h 85 BChans = 0, /* back channels: left surround, right surround */
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audio.c 450 case 4: /* surround */
451 case 6: /* surround with center and lfe */
SDL_audiocvt.c 411 fprintf(stderr, "Converting stereo to surround\n");
    [all...]
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 582 * 0 Parentheses surround the quantity and currency_symbol
606 * 0 Parentheses surround the quantity and currency_symbol
  /frameworks/base/media/libstagefright/codecs/aacdec/
chans.h 85 BChans = 0, /* back channels: left surround, right surround */
  /external/stlport/src/
facets_byname.cpp 517 case 0: // Parentheses surround the quantity and currency symbol
631 case 0: // Parentheses surround the quantity and currency symbol
783 case 0: // Parentheses surround the quantity and currency symbol
820 case 0: // Parentheses surround the quantity and currency symbol
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Function/
regress-58274.js 179 * So we surround |str| lexicographically with quotes to force the lexer to
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Unicode/
uc-005.js 229 * So we surround |str| lexicographically with quotes to force the lexer to
  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_Audio.h 161 OMX_AUDIO_ChannelLS = 0x4, /**< Left surround */
162 OMX_AUDIO_ChannelRS = 0x5, /**< Right surround */
164 OMX_AUDIO_ChannelCS = 0x7, /**< Back surround */
    [all...]
  /frameworks/base/awt/java/awt/image/
ConvolveOp.java 37 * multiplying the kernel and the surround of the input pixel.
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Audio.h 144 OMX_AUDIO_ChannelLS = 0x4, /**< Left surround */
145 OMX_AUDIO_ChannelRS = 0x5, /**< Right surround */
147 OMX_AUDIO_ChannelCS = 0x7, /**< Back surround */
    [all...]
  /external/jdiff/src/jdiff/
HTMLReportGenerator.java     [all...]
  /external/webkit/WebCore/inspector/front-end/
InjectedScript.js 530 // Surround the expression in parenthesis so the result of the eval is the result
652 // Surround the expression in with statements to inject our command line API so that
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-run.1 403 \" covers that surround only the Document within the aggregate.
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/share/man/man1/
arm-eabi-run.1 403 \" covers that surround only the Document within the aggregate.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-run.1 403 \" covers that surround only the Document within the aggregate.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/share/man/man1/
arm-eabi-run.1 403 \" covers that surround only the Document within the aggregate.
  /external/bluetooth/glib/
ChangeLog.pre-2-20 402 too. Surround g_test_config_vars with ifdef INCLUDE_VARIABLES.
  /external/libffi/
ChangeLog     [all...]
  /development/samples/SearchableDictionary/res/raw/
definitions.txt     [all...]

Completed in 2490 milliseconds

1 2 3 4