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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerReflectionInfo.cpp 59 : m_box(renderer)
62 UseCounter::count(m_box.document(), UseCounter::Reflection);
64 m_reflection = RenderReplica::createAnonymous(&(m_box.document()));
65 m_reflection->setParent(&m_box); // We create a 1-way connection.
71 m_reflection->removeLayers(m_box.layer());
87 newStyle->inheritFrom(m_box.style());
91 switch (m_box.style()->boxReflect()->direction()) {
96 m_box.style()->boxReflect()->offset(), TransformOperation::Translate));
105 m_box.style()->boxReflect()->offset(), TransformOperation::Translate));
112 m_box.style()->boxReflect()->offset(), Length(0, Fixed), TransformOperation::Translate))
    [all...]
BidiRun.h 40 , m_box(0)
51 InlineBox* m_box; member in struct:WebCore::BidiRun
RenderLayerReflectionInfo.h 75 RenderBox& m_box; member in class:WebCore::RenderLayerReflectionInfo
RenderBlockLineLayout.cpp 254 r->m_box = box;
354 trailingSpaceRun->m_box->setLogicalWidth(max<float>(0, trailingSpaceRun->m_box->logicalWidth() - totalLogicalWidth + availableLogicalWidth));
359 trailingSpaceRun->m_box->setLogicalWidth(0);
371 totalLogicalWidth -= trailingSpaceRun->m_box->logicalWidth();
372 trailingSpaceRun->m_box->setLogicalWidth(0);
380 trailingSpaceRun->m_box->setLogicalWidth(max<float>(0, trailingSpaceRun->m_box->logicalWidth() - totalLogicalWidth + availableLogicalWidth));
381 totalLogicalWidth -= trailingSpaceRun->m_box->logicalWidth();
390 totalLogicalWidth -= trailingSpaceRun->m_box->logicalWidth()
    [all...]
RenderDeprecatedFlexibleBox.cpp 44 : m_box(parent)
47 if (m_box->style()->boxOrient() == HORIZONTAL && !m_box->style()->isLeftToRightDirection())
48 m_forward = m_box->style()->boxDirection() != BNORMAL;
50 m_forward = m_box->style()->boxDirection() == BNORMAL;
53 RenderBox* child = m_box->firstChildBox();
96 m_currentChild = m_forward ? m_box->firstChildBox() : m_box->lastChildBox();
114 RenderDeprecatedFlexibleBox* m_box; member in class:WebCore::FlexBoxIterator
    [all...]
  /external/opencv/cvaux/include/
cvaux.hpp 60 { 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/
AnimatableLengthBoxAndBool.h 45 const AnimatableValue* box() const { return m_box.get(); }
56 : m_box(box)
63 RefPtrWillBeMember<AnimatableValue> m_box; member in class:WebCore::FINAL
AnimatableLengthBoxAndBool.cpp 63 visitor->trace(m_box);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp 101 : m_box(defaultStyle()->m_box)
119 m_box.init();
140 , m_box(o.m_box)
215 m_box = other->m_box;
247 && m_box == o.m_box
390 && positionedObjectMovedOnly(surround->offset, other.surround->offset, m_box->width()))
    [all...]
RenderStyle.h 138 DataRef<StyleBoxData> m_box; member in class:WebCore::RenderStyle
478 const Length& width() const { return m_box->width(); }
479 const Length& height() const { return m_box->height(); }
480 const Length& minWidth() const { return m_box->minWidth(); }
481 const Length& maxWidth() const { return m_box->maxWidth(); }
482 const Length& minHeight() const { return m_box->minHeight(); }
483 const Length& maxHeight() const { return m_box->maxHeight(); }
552 const Length& verticalAlignLength() const { return m_box->verticalAlign(); }
    [all...]
  /external/opencv/cvaux/src/
camshift.cpp 47 memset( &m_box, 0, sizeof(m_box));
237 &m_comp, &m_box );

Completed in 253 milliseconds