Searched refs:m_box (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerReflectionInfo.h76 RenderBox& box() { return *m_box; }
77 const RenderBox& box() const { return *m_box; }
79 RawPtrWillBeMember<RenderBox> m_box; member in class:blink::RenderLayerReflectionInfo
H A DBidiRun.h40 , m_box(0)
51 InlineBox* m_box; member in struct:blink::BidiRun
H A DRenderLayerReflectionInfo.cpp59 : m_box(renderer)
65 m_reflection->setParent(m_box); // We create a 1-way connection.
80 visitor->trace(m_box);
H A DRenderBlockLineLayout.cpp203 r->m_box = box;
304 trailingSpaceRun->m_box->setLogicalWidth(std::max<float>(0, trailingSpaceRun->m_box->logicalWidth() - totalLogicalWidth + availableLogicalWidth));
309 trailingSpaceRun->m_box->setLogicalWidth(0);
321 totalLogicalWidth -= trailingSpaceRun->m_box->logicalWidth();
322 trailingSpaceRun->m_box->setLogicalWidth(0);
330 trailingSpaceRun->m_box->setLogicalWidth(std::max<float>(0, trailingSpaceRun->m_box->logicalWidth() - totalLogicalWidth + availableLogicalWidth));
331 totalLogicalWidth -= trailingSpaceRun->m_box->logicalWidth();
340 totalLogicalWidth -= trailingSpaceRun->m_box
[all...]
H A DRenderDeprecatedFlexibleBox.cpp42 : m_box(parent)
45 if (m_box->style()->boxOrient() == HORIZONTAL && !m_box->style()->isLeftToRightDirection())
46 m_forward = m_box->style()->boxDirection() != BNORMAL;
48 m_forward = m_box->style()->boxDirection() == BNORMAL;
51 RenderBox* child = m_box->firstChildBox();
94 m_currentChild = m_forward ? m_box->firstChildBox() : m_box->lastChildBox();
112 RenderDeprecatedFlexibleBox* m_box; member in class:blink::FlexBoxIterator
/external/opencv/cvaux/include/
H A Dcvaux.hpp60 { return m_box.angle; }
62 { return m_box.size.height; }
64 { return m_box.size.width; }
66 { return m_box.center; }
124 CvBox2D m_box; member in class:CvCamShiftTracker
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableLengthBoxAndBool.h45 const AnimatableValue* box() const { return m_box.get(); }
56 : m_box(box)
63 RefPtrWillBeMember<AnimatableValue> m_box; member in class:blink::FINAL
H A DAnimatableLengthBoxAndBool.cpp63 visitor->trace(m_box);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.cpp101 : m_box(defaultStyle()->m_box)
119 m_box.init();
140 , m_box(o.m_box)
217 m_box = other->m_box;
248 && m_box == o.m_box
390 if (positionedObjectMovedOnly(surround->offset, other.surround->offset, m_box
[all...]
H A DRenderStyle.h136 DataRef<StyleBoxData> m_box; member in class:blink::RenderStyle
462 const Length& width() const { return m_box->width(); }
463 const Length& height() const { return m_box->height(); }
464 const Length& minWidth() const { return m_box->minWidth(); }
465 const Length& maxWidth() const { return m_box->maxWidth(); }
466 const Length& minHeight() const { return m_box->minHeight(); }
467 const Length& maxHeight() const { return m_box->maxHeight(); }
536 const Length& verticalAlignLength() const { return m_box->verticalAlign(); }
809 EBoxDecorationBreak boxDecorationBreak() const { return m_box->boxDecorationBreak(); }
817 EBoxSizing boxSizing() const { return m_box
[all...]
/external/opencv/cvaux/src/
H A Dcamshift.cpp47 memset( &m_box, 0, sizeof(m_box));
237 &m_comp, &m_box );

Completed in 890 milliseconds