/external/chromium/chrome/browser/ui/gtk/ |
D | gtk_chrome_shrinkable_hbox.cc | 19 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/ |
D | RenderMathMLBlock.h | 58 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
|
D | RenderMathMLRow.cpp | 55 RenderBoxModelObject* box = toRenderBoxModelObject(current); in nonOperatorHeight() local 91 RenderBoxModelObject* box = toRenderBoxModelObject(current); in layout() local
|
D | RenderMathMLSquareRoot.cpp | 85 RenderBoxModelObject* box = toRenderBoxModelObject(current); in paint() local 173 RenderBoxModelObject* box = toRenderBoxModelObject(current); in layout() local
|
D | RenderMathMLSubSup.cpp | 189 RenderBoxModelObject* box = toRenderBoxModelObject(base); in baselinePosition() local 201 RenderBoxModelObject* box = toRenderBoxModelObject(base); in baselinePosition() local
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderText.cpp | 189 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 …]
|
D | RenderLineBoxList.cpp | 52 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
|
D | RootInlineBox.cpp | 70 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()
|
D | RenderLayer.cpp | 444 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 …]
|
D | InlineBox.cpp | 247 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
|
D | RenderListItem.cpp | 277 … 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/ |
D | RenderSVGInlineText.cpp | 103 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
|
D | RenderSVGInline.cpp | 41 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/ |
D | rect.c | 194 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/ |
D | virtual-destructor-synthesis.cpp | 3 struct box { struct
|
/external/clang/test/SemaCXX/ |
D | warn-unused-value.cpp | 13 Box* box = new Box; in doit() local
|
/external/webkit/LayoutTests/fast/events/touch/script-tests/ |
D | document-create-touch.js | 5 var box = document.createElement("div"); variable
|
/external/webkit/Source/WebCore/editing/ |
D | visible_units.cpp | 329 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() 1262 …const 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/ |
D | Position.cpp | 400 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/ |
D | SkSVGSVG.cpp | 54 SkRect box; in translate() local
|
/external/skia/src/animator/ |
D | SkDrawTextBox.cpp | 80 SkTextBox box; in draw() local
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | MetricsSidebarPane.js | 211 startEditing: function(targetElement, box, styleProperty, computedStyle) argument 216 var context = { box: box, styleProperty: styleProperty, computedStyle: computedStyle }; property
|
/external/webkit/Source/WebCore/wml/ |
D | WMLAElement.cpp | 107 RenderBoxModelObject* box = toRenderBoxModelObject(renderer()); in isKeyboardFocusable() local
|
/external/webkit/Source/WebCore/css/ |
D | CSSComputedStyleDeclaration.cpp | 472 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/ |
D | HTMLImageElement.cpp | 279 RenderBox* box = renderBox(); in width() local 302 RenderBox* box = renderBox(); in height() local
|