HomeSort by relevance Sort by last modified time
    Searched defs:parentStyle (Results 1 - 9 of 9) sorted by null

  /external/webkit/WebCore/rendering/
RenderTextControl.cpp 146 RenderStyle* parentStyle = innerBlock ? innerBlock->renderer()->style() : style();
148 m_innerText->attachInnerElement(innerBlock ? innerBlock : node(), createInnerTextStyle(parentStyle), renderArena());
RenderObject.cpp     [all...]
SVGRootInlineBox.cpp 67 const SVGRenderStyle* parentStyle = text->parent() && text->parent()->style() ? text->parent()->style()->svgStyle() : 0;
84 if (parentStyle)
92 if (parentStyle)
127 const SVGRenderStyle* parentStyle = text->parent() && text->parent()->style() ? text->parent()->style()->svgStyle() : 0;
131 if (parentStyle && style->dominantBaseline() == DB_AUTO)
143 if (parentStyle)
    [all...]
  /external/webkit/WebCore/editing/
ReplaceSelectionCommand.cpp 611 RefPtr<CSSMutableStyleDeclaration> parentStyle = editingStyleAtPosition(Position(blockquoteNode->parentNode(), 0));
612 parentStyle->diff(blockquoteStyle.get());
    [all...]
ApplyStyleCommand.cpp 475 RefPtr<CSSMutableStyleDeclaration> parentStyle = editingStyleAtPosition(Position(node->parentNode(), 0));
477 parentStyle->diff(style.get());
    [all...]
  /external/webkit/WebCore/platform/qt/
RenderThemeQt.cpp 1016 RenderStyle* parentStyle = o->parent()->style();
1017 Q_ASSERT(parentStyle);
1019 int parentHeight = parentStyle->height().value();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationComposite.java     [all...]
  /external/webkit/WebCore/css/
CSSStyleSelector.cpp 815 void CSSStyleSelector::initForStyleResolve(Element* e, RenderStyle* parentStyle, PseudoId pseudoID)
826 if (parentStyle)
827 m_parentStyle = parentStyle;
    [all...]
  /prebuilt/common/layoutlib_api/
layoutlib_api-prebuilt.jar 

Completed in 120 milliseconds