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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolverState.h 45 StyleResolverState(Document*, Element*, RenderStyle* parentStyle = 0, RenderRegion* regionForStyling = 0);
65 void setParentStyle(PassRefPtr<RenderStyle> parentStyle) { m_parentStyle = parentStyle; }
66 const RenderStyle* parentStyle() const { return m_parentStyle.get(); }
67 RenderStyle* parentStyle() { return m_parentStyle.get(); }
StyleResolver.cpp 609 if (sharingBehavior == AllowStyleSharing && !state.distributedToInsertionPoint() && state.parentStyle()) {
616 if (state.parentStyle()) {
618 state.style()->inheritFrom(state.parentStyle(), isAtShadowBoundary(element) ? RenderStyle::AtShadowBoundary : RenderStyle::NotAtShadowBoundary);
667 adjuster.adjustRenderStyle(state.style(), state.parentStyle(), element);
    [all...]
StyleBuilderCustom.cpp 104 RenderStyle* parentStyle = state.parentStyle();
105 if (!parentStyle->hasClip())
107 state.style()->setClip(parentStyle->clipTop(), parentStyle->clipRight(), parentStyle->clipBottom(), parentStyle->clipLeft());
139 state.style()->setCursor(state.parentStyle()->cursor());
140 state.style()->setCursorList(state.parentStyle()->cursors());
187 EDisplay display = state.parentStyle()->display()
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyStylesSet.java 95 final KeyStyle parentStyle = mStyles.get(mParentStyleName);
96 return parentStyle.getStringArray(a, index);
108 final KeyStyle parentStyle = mStyles.get(mParentStyleName);
109 return parentStyle.getString(a, index);
121 final KeyStyle parentStyle = mStyles.get(mParentStyleName);
122 return parentStyle.getInt(a, index, defaultValue);
196 "Unknown parentStyle " + parentStyleName, parser);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.cpp 121 RenderStyle* parentStyle = renderer()->style(isFirstLineStyle());
128 if (!parentStyle->font().fontMetrics().hasIdenticalAscentDescentAndLineGap(childStyle->font().fontMetrics())
129 || parentStyle->lineHeight() != childStyle->lineHeight()
130 || (parentStyle->verticalAlign() != BASELINE && !isRootInlineBox()) || childStyle->verticalAlign() != BASELINE)
145 || !parentStyle->font().fontMetrics().hasIdenticalAscentDescentAndLineGap(childStyle->font().fontMetrics())
146 || parentStyle->lineHeight() != childStyle->lineHeight()
147 || (parentStyle->verticalAlign() != BASELINE && !isRootInlineBox()) || childStyle->verticalAlign() != BASELINE
    [all...]
RenderObject.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationChooser.java     [all...]
  /prebuilts/devtools/tools/lib/
layoutlib-api.jar 
sdk-common.jar 
lint-checks.jar 
  /prebuilts/misc/common/layoutlib_api/
layoutlib_api-prebuilt.jar 

Completed in 918 milliseconds