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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.cpp 98 void SVGRenderStyle::inheritFrom(const SVGRenderStyle* svgInheritParent)
RenderStyle.cpp 89 newStyle->inheritFrom(parentStyle);
200 void RenderStyle::inheritFrom(const RenderStyle* inheritParent, IsAtShadowBoundary isAtShadowBoundary)
212 m_svgStyle.access()->inheritFrom(inheritParent->m_svgStyle.get());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp 106 void FontBuilder::inheritFrom(const FontDescription& fontDescription)
  /cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/
SplitTests.java 139 new InstallMultiple().inheritFrom(PKG).addApk(APK_xxhdpi).run();
227 new InstallMultiple().inheritFrom(PKG).addApk(APK_DIFF_CERT_v7).runExpectingFailure();
236 new InstallMultiple().inheritFrom(PKG).addApk(APK_DIFF_VERSION_v7).runExpectingFailure();
247 new InstallMultiple().inheritFrom(PKG).addApk(APK_DIFF_REVISION_v7).run();
254 new InstallMultiple().inheritFrom(PKG).addApk(APK_DIFF_REVISION).run();
260 new InstallMultiple().inheritFrom(PKG).addApk(APK_v7).runExpectingFailure();
306 InstallMultiple inheritFrom(String packageName) {

Completed in 268 milliseconds