HomeSort by relevance Sort by last modified time
    Searched refs:isReplaced (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
TestVADDTX.cc 276 bool isReplaced = false;
282 _acmA->IsInternalDTXReplacedWithWebRtc(&isReplaced);
283 if (!isReplaced) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
LineBreaker.cpp 89 } else if (context.currentObject()->isReplaced()) {
BreakingContextInlineHeaders.h 248 m_currWS = m_current.object()->isReplaced() ? m_current.object()->parent()->style()->whiteSpace() : m_currentStyle->whiteSpace();
249 m_lastWS = m_lastObject->isReplaced() ? m_lastObject->parent()->style()->whiteSpace() : m_lastObject->style()->whiteSpace();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.cpp 191 if (renderer().isReplaced())
287 if (!renderer().isReplaced())
RootInlineBox.cpp 614 if (box->renderer().isReplaced()) {
    [all...]
RenderDeprecatedFlexibleBox.cpp 362 if (relayoutChildren || (child->isReplaced() && (child->style()->width().isPercent() || child->style()->height().isPercent())))
661 if (!haveLineClamp && (relayoutChildren || (child->isReplaced() && (child->style()->width().isPercent() || child->style()->height().isPercent()))))
    [all...]
RenderObject.h 545 bool isReplaced() const { return m_bitfields.isReplaced(); } // a "replaced" element (see CSS)
694 void setReplaced(bool isReplaced) { m_bitfields.setIsReplaced(isReplaced); }
    [all...]
RenderLineBoxList.cpp 263 if (curr->isReplaced()) {
InlineFlowBox.cpp 125 if (child->renderer().isReplaced())
163 } else if (child->renderer().isReplaced()) {
    [all...]
RenderBlock.cpp 314 while (cb && (cb->style()->position() == StaticPosition || (cb->isInline() && !cb->isReplaced())) && !cb->isRenderView()) {
315 if (cb->style()->position() == RelativePosition && cb->isInline() && !cb->isReplaced()) {
    [all...]
RenderBox.cpp     [all...]
RenderBlockLineLayout.cpp 563 if (firstRun && firstRun->m_object->isReplaced()) {
    [all...]
RenderObject.cpp 830 if (o->style()->position() != StaticPosition && (!o->isInline() || o->isReplaced()))
836 if (o->style()->hasInFlowPosition() && o->isInline() && !o->isReplaced()) {
850 while (o && ((o->isInline() && !o->isReplaced()) || !o->isRenderBlock()))
    [all...]
InlineIterator.h 179 return object->isText() || object->isFloating() || object->isOutOfFlowPositioned() || object->isReplaced();
RenderBlock.h 336 virtual bool isInlineBlockOrInlineTable() const OVERRIDE FINAL { return isInline() && isReplaced(); }
RenderBox.h     [all...]
RenderInline.cpp 297 if (renderer->isInline() && !renderer->isReplaced())
    [all...]
RenderTableSection.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContainerNode.cpp 870 if (!o->isInline() || o->isReplaced()) {
895 if (!o->isInline() || o->isReplaced()) {
902 } else if ((o->isText() && !o->isBR()) || o->isReplaced()) {
930 if (!o->isInline() || o->isReplaced()) {
953 if (o->isText() || o->isReplaced()) {
    [all...]
Position.cpp 500 return node->renderer()->isReplaced() && canHaveChildrenForEditing(node) && toRenderBox(node->renderer())->height() != 0 && !node->hasChildren();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisiblePosition.cpp 141 if ((renderer->isReplaced() || renderer->isBR()) && offset == box->caretRightmostOffset())
306 if ((renderer->isReplaced() || renderer->isBR()) && offset == box->caretLeftmostOffset())
TextIterator.cpp 368 return renderer && renderer->isReplaced();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.cpp 162 if (renderer->isRenderInline() && !renderer->isReplaced())
454 ASSERT(!isWidget || (renderer->isReplaced() && !isImage()));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp     [all...]

Completed in 447 milliseconds

1 2