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

  /external/webkit/Source/WebCore/rendering/
InlineFlowBox.cpp 110 RenderStyle* childStyle = child->renderer()->style(m_firstLine);
116 if (!parentStyle->font().fontMetrics().hasIdenticalAscentDescentAndLineGap(childStyle->font().fontMetrics())
117 || parentStyle->lineHeight() != childStyle->lineHeight()
118 || (parentStyle->verticalAlign() != BASELINE && !isRootInlineBox()) || childStyle->verticalAlign() != BASELINE)
121 if (childStyle->hasTextCombine() || childStyle->textEmphasisMark() != TextEmphasisMarkNone)
133 || !parentStyle->font().fontMetrics().hasIdenticalAscentDescentAndLineGap(childStyle->font().fontMetrics())
134 || parentStyle->lineHeight() != childStyle->lineHeight()
135 || (parentStyle->verticalAlign() != BASELINE && !isRootInlineBox()) || childStyle->verticalAlign() != BASELINE
136 || childStyle->hasBorder() || childStyle->hasPadding() || childStyle->hasTextCombine()
    [all...]
RenderInline.cpp 185 RenderStyle* childStyle = style(true);
186 alwaysCreateLineBoxes = !parentStyle->font().fontMetrics().hasIdenticalAscentDescentAndLineGap(childStyle->font().fontMetrics())
187 || childStyle->verticalAlign() != BASELINE
188 || parentStyle->lineHeight() != childStyle->lineHeight();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
AndroidManifestDescriptors.java 436 DeclareStyleableInfo childStyle = entry.getValue();
438 String[] parents = childStyle.getParents();
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 279 milliseconds