HomeSort by relevance Sort by last modified time
    Searched refs:BOX (Results 1 - 13 of 13) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xregion.h 54 } Box, BOX, BoxRec, *BoxPtr;
79 BOX *rects;
80 BOX extents;
116 (firstrect) = (BOX *) Xrealloc \
117 ((char *)(firstrect), (unsigned) (2 * (sizeof(BOX)) * ((reg)->size)));\
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xregion.h 54 } Box, BOX, BoxRec, *BoxPtr;
79 BOX *rects;
80 BOX extents;
116 (firstrect) = (BOX *) Xrealloc \
117 ((char *)(firstrect), (unsigned) (2 * (sizeof(BOX)) * ((reg)->size)));\
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xregion.h 54 } Box, BOX, BoxRec, *BoxPtr;
79 BOX *rects;
80 BOX extents;
116 (firstrect) = (BOX *) Xrealloc \
117 ((char *)(firstrect), (unsigned) (2 * (sizeof(BOX)) * ((reg)->size)));\
  /external/webkit/Source/WebCore/rendering/
RenderFullScreen.cpp 54 fullscreenStyle->setDisplay(BOX);
RenderButton.cpp 57 bool isFlexibleBox = style()->display() == BOX || style()->display() == INLINE_BOX;
79 // will have the initial box flex value, 0. The current value is 1, because we set
180 // Clip to the padding box to at least give content the extra padding space.
RenderObject.h 179 // Convenience function for getting to the nearest enclosing box of a RenderObject.
392 // RenderBlock having a BLOCK or BOX display. Other classes such as RenderTextFragment
394 return m_isAnonymous && (style()->display() == BLOCK || style()->display() == BOX) && style()->styleType() == NOPSEUDO && isRenderBlock() && !isListMarker();
    [all...]
RenderObject.cpp 165 // the marquee box inherits and extends the characteristics of the
166 // principal block box ([CSS2] section 9.2.1).
170 case BOX:
    [all...]
RenderBlock.cpp 189 for (InlineFlowBox* box = firstLineBox(); box; box = box->nextLineBox()) {
190 while (InlineBox* childBox = box->firstChild())
357 // column span box holding column span children.
379 // The goal is to locate a suitable box in which to place our child.
386 // See if the child can be placed in the box.
414 // Create a new anonymous box of the appropriate type.
708 // Insert the child into the anonymous block box instead of here
1908 RenderBox* box = *it; local
2150 RootInlineBox* box = toRenderBox(o)->inlineBoxWrapper()->root(); local
2161 RootInlineBox* box = *it; local
5558 RootInlineBox *box = getLineAtIndex(toRenderBlock(obj), i, count); local
5951 RenderBox* box = toRenderBox(curr); local
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyleConstants.h 99 // Box attributes. Not inherited.
155 // CSS3 Flexible Box Properties
391 TABLE_CAPTION, BOX, INLINE_BOX,
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValueMappings.h 868 case BOX:
    [all...]
CSSStyleSelector.cpp     [all...]
  /external/bison/tests/
testsuite     [all...]
  /external/srec/config/en.us/dictionary/
c0.6     [all...]

Completed in 172 milliseconds