Home
last modified time | relevance | path

Searched defs:box (Results 1 – 25 of 88) sorted by relevance

1234

/external/chromium/chrome/browser/ui/gtk/
Dgtk_chrome_shrinkable_hbox.cc19 GtkChromeShrinkableHBox* box; member
135 static void gtk_chrome_shrinkable_hbox_init(GtkChromeShrinkableHBox* box) { in gtk_chrome_shrinkable_hbox_init()
144 GtkChromeShrinkableHBox* box = GTK_CHROME_SHRINKABLE_HBOX(object); in gtk_chrome_shrinkable_hbox_set_property() local
161 GtkChromeShrinkableHBox* box = GTK_CHROME_SHRINKABLE_HBOX(object); in gtk_chrome_shrinkable_hbox_get_property() local
175 GtkChromeShrinkableHBox* box = GTK_CHROME_SHRINKABLE_HBOX(widget); in gtk_chrome_shrinkable_hbox_size_allocate() local
240 GtkChromeShrinkableHBox* box, gboolean hide_child_directly) { in gtk_chrome_shrinkable_hbox_set_hide_child_directly()
251 GtkChromeShrinkableHBox* box) { in gtk_chrome_shrinkable_hbox_get_hide_child_directly()
257 void gtk_chrome_shrinkable_hbox_pack_start(GtkChromeShrinkableHBox* box, in gtk_chrome_shrinkable_hbox_pack_start()
266 void gtk_chrome_shrinkable_hbox_pack_end(GtkChromeShrinkableHBox* box, in gtk_chrome_shrinkable_hbox_pack_end()
276 GtkChromeShrinkableHBox* box) { in gtk_chrome_shrinkable_hbox_get_visible_child_count()
/external/webkit/Source/WebCore/rendering/mathml/
DRenderMathMLBlock.h58 RenderBoxModelObject* box = toRenderBoxModelObject(object); in getBoxModelObjectHeight() local
67 const RenderBoxModelObject* box = toRenderBoxModelObject(object); in getBoxModelObjectHeight() local
76 RenderBoxModelObject* box = toRenderBoxModelObject(object); in getBoxModelObjectWidth() local
85 const RenderBoxModelObject* box = toRenderBoxModelObject(object); in getBoxModelObjectWidth() local
DRenderMathMLRow.cpp55 RenderBoxModelObject* box = toRenderBoxModelObject(current); in nonOperatorHeight() local
91 RenderBoxModelObject* box = toRenderBoxModelObject(current); in layout() local
DRenderMathMLSquareRoot.cpp85 RenderBoxModelObject* box = toRenderBoxModelObject(current); in paint() local
173 RenderBoxModelObject* box = toRenderBoxModelObject(current); in layout() local
DRenderMathMLSubSup.cpp189 RenderBoxModelObject* box = toRenderBoxModelObject(base); in baselinePosition() local
201 RenderBoxModelObject* box = toRenderBoxModelObject(base); in baselinePosition() local
/external/webkit/Source/WebCore/rendering/
DRenderText.cpp189 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) in removeAndDestroyTextBoxes() local
203 void RenderText::extractTextBox(InlineTextBox* box) in extractTextBox()
219 void RenderText::attachTextBox(InlineTextBox* box) in attachTextBox()
238 void RenderText::removeTextBox(InlineTextBox* box) in removeTextBox()
275 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) in absoluteRects() local
291 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) { in absoluteRectsForRange() local
323 static IntRect ellipsisRectForBox(InlineTextBox* box, unsigned startPos, unsigned endPos) in ellipsisRectForBox()
349 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) { in absoluteQuads() local
381 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) { in absoluteQuadsForRange() local
463 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) { in positionForPoint() local
[all …]
DRenderLineBoxList.cpp52 void RenderLineBoxList::appendLineBox(InlineFlowBox* box) in appendLineBox()
79 void RenderLineBoxList::extractLineBox(InlineFlowBox* box) in extractLineBox()
95 void RenderLineBoxList::attachLineBox(InlineFlowBox* box) in attachLineBox()
114 void RenderLineBoxList::removeLineBox(InlineFlowBox* box) in removeLineBox()
194 bool RenderLineBoxList::lineIntersectsDirtyRect(RenderBoxModelObject* renderer, InlineFlowBox* box,… in lineIntersectsDirtyRect()
335 RootInlineBox* box = 0; in dirtyLinesFromChangedChild() local
DRootInlineBox.cpp70 EllipsisBox* box = gEllipsisBoxMap->take(this); in detachEllipsisBox() local
212 void RootInlineBox::childRemoved(InlineBox* box) in childRemoved()
337 for (InlineBox* box = firstBox->nextLeafChild(); box; box = box->nextLeafChild()) { in lineSelectionGap() local
363 for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) { in selectionState() local
381 for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) { in firstSelectedBox() local
391 for (InlineBox* box = lastLeafChild(); box; box = box->prevLeafChild()) { in lastSelectedBox() local
563 void RootInlineBox::ascentAndDescentForBox(InlineBox* box, GlyphOverflowAndFallbackFontsMap& textBo… in ascentAndDescentForBox()
665 int RootInlineBox::verticalPositionForBox(InlineBox* box, VerticalPositionCache& verticalPositionCa… in verticalPositionForBox()
DRenderLayer.cpp444 RenderBox* box = renderBox(); in updateTransform() local
685 } else if (RenderBox* box = renderBox()) { in updateLayerPosition() local
1336 RenderBox* box = renderBox(); in scrollTo() local
1450 RenderBox* box = renderBox(); in scrollRectToVisible() local
1746 RenderBox* box = renderBox(); in scrollCornerAndResizerRect() local
1837 RenderBox* box = renderBox(); in scrollbarOffset() local
1865 RenderBox* box = renderBox(); in invalidateScrollbarRect() local
2012 RenderBox* box = renderBox(); in positionOverflowControls() local
2097 RenderBox* box = renderBox(); in overflowTop() local
2105 RenderBox* box = renderBox(); in overflowBottom() local
[all …]
DInlineBox.cpp247 for (InlineBox* box = nextOnLine(); box && !leaf; box = box->nextOnLine()) in nextLeafChild() local
257 for (InlineBox* box = prevOnLine(); box && !leaf; box = box->prevOnLine()) in prevLeafChild() local
DRenderListItem.cpp277 … for (InlineFlowBox* box = m_marker->inlineBoxWrapper()->parent(); box; box = box->parent()) { in positionListMarker() local
301 … for (InlineFlowBox* box = m_marker->inlineBoxWrapper()->parent(); box; box = box->parent()) { in positionListMarker() local
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGInlineText.cpp103 InlineTextBox* box = new (renderArena()) SVGInlineTextBox(this); in createTextBox() local
108 IntRect RenderSVGInlineText::localCaretRect(InlineBox* box, int caretOffset, int*) in localCaretRect()
132 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) in linesBoundingBox() local
191 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) { in positionForPoint() local
DRenderSVGInline.cpp41 InlineFlowBox* box = new (renderArena()) SVGInlineFlowBox(this); in createInlineFlowBox() local
92 for (InlineFlowBox* box = firstLineBox(); box; box = box->nextLineBox()) in absoluteQuads() local
/external/qemu/android/skin/
Drect.c194 skin_box_minmax_init( SkinBox* box ) in skin_box_minmax_init()
214 skin_box_minmax_to_rect( SkinBox* box, SkinRect* r ) in skin_box_minmax_to_rect()
225 skin_box_from_rect( SkinBox* box, SkinRect* r ) in skin_box_from_rect()
234 skin_box_to_rect( SkinBox* box, SkinRect* r ) in skin_box_to_rect()
/external/clang/test/CodeGenCXX/
Dvirtual-destructor-synthesis.cpp3 struct box { struct
/external/clang/test/SemaCXX/
Dwarn-unused-value.cpp13 Box* box = new Box; in doit() local
/external/webkit/LayoutTests/fast/events/touch/script-tests/
Ddocument-create-touch.js5 var box = document.createElement("div"); variable
/external/webkit/Source/WebCore/editing/
Dvisible_units.cpp329 InlineBox* box; in rootBoxForLine() local
516 InlineBox* box; in previousLinePosition() local
627 InlineBox* box; in nextLinePosition() local
1152 static VisiblePosition previousWordBreakInBoxInsideBlockWithSameDirectionality(const InlineBox* box in previousWordBreakInBoxInsideBlockWithSameDirectionality()
1176 static VisiblePosition leftmostPositionInRTLBoxInLTRBlock(const InlineBox* box) in leftmostPositionInRTLBoxInLTRBlock()
1201 static VisiblePosition rightmostPositionInLTRBoxInRTLBlock(const InlineBox* box) in rightmostPositionInLTRBoxInRTLBlock()
1226 static VisiblePosition lastWordBreakInBox(const InlineBox* box, int& offsetOfWordBreak) in lastWordBreakInBox()
1251 …lockWithDifferentDirectionality(const VisiblePosition& wordBreak, const InlineBox* box, int& offse… in positionIsVisuallyOrderedInBoxInBlockWithDifferentDirectionality()
1262const InlineBox* box, const VisiblePosition& previousWordBreak, int& offsetOfWordBreak, bool& isLa… in nextWordBreakInBoxInsideBlockWithDifferentDirectionality()
1317 static void collectWordBreaksInBoxInsideBlockWithSameDirectionality(const InlineBox* box, WordBound… in collectWordBreaksInBoxInsideBlockWithSameDirectionality()
[all …]
/external/webkit/Source/WebCore/dom/
DPosition.cpp400 for (InlineTextBox *box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) { in renderedOffset() local
592 for (InlineTextBox* box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) { in upstream() local
715 for (InlineTextBox* box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) { in downstream() local
820 for (InlineTextBox *box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) { in inRenderedText() local
856 for (InlineTextBox* box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) { in isRenderedCharacter() local
1023 … for (InlineTextBox* box = toRenderText(next)->firstTextBox(); box; box = box->nextTextBox()) { in searchAheadForBetterMatch() local
1086 InlineTextBox* box; in getInlineBoxAndOffset() local
/external/skia/src/svg/
DSkSVGSVG.cpp54 SkRect box; in translate() local
/external/skia/src/animator/
DSkDrawTextBox.cpp80 SkTextBox box; in draw() local
/external/webkit/Source/WebCore/inspector/front-end/
DMetricsSidebarPane.js211 startEditing: function(targetElement, box, styleProperty, computedStyle) argument
216 var context = { box: box, styleProperty: styleProperty, computedStyle: computedStyle }; property
/external/webkit/Source/WebCore/wml/
DWMLAElement.cpp107 RenderBoxModelObject* box = toRenderBoxModelObject(renderer()); in isKeyboardFocusable() local
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp472 RenderBox* box = toRenderBox(renderer); in sizingBox() local
486 IntRect box = sizingBox(renderer); in computedTransform() local
933 EFillBox box = isClip ? layers->clip() : layers->origin(); in getPropertyCSSValue() local
939 EFillBox box = isClip ? currLayer->clip() : currLayer->origin(); in getPropertyCSSValue() local
1611 IntRect box = sizingBox(renderer); in getPropertyCSSValue() local
1655 IntRect box = sizingBox(renderer); in getPropertyCSSValue() local
/external/webkit/Source/WebCore/html/
DHTMLImageElement.cpp279 RenderBox* box = renderBox(); in width() local
302 RenderBox* box = renderBox(); in height() local

1234