Home
last modified time | relevance | path

Searched refs:hasBackgroundImage (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/editing/
DDeleteButtonController.cpp115 if (style->hasBackgroundImage()) { in isDeletableElement()
/external/webkit/Source/WebCore/rendering/
DRenderThemeChromiumLinux.cpp243 if (o->style()->hasBorderRadius() || o->style()->hasBackgroundImage()) in paintTextField()
DRenderThemeChromiumWin.cpp687 bool fillContentArea = !o->style()->hasBackgroundImage() && backgroundColor.alpha(); in paintTextFieldInternal()
DRenderLayerBacking.cpp735 return hasBorderOutlineOrShadow(style) || style->hasBackgroundImage(); in hasBoxDecorationsOrBackgroundImage()
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dtab_view.mm666 BOOL hasBackgroundImage = NO;
672 hasBackgroundImage = themeProvider &&
676 NSColor* backgroundImageColor = hasBackgroundImage ?
720 if (themeProvider && !hasBackgroundImage) {
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h349 bool hasBackgroundImage() const { return m_background->background().hasImage(); } in hasBackgroundImage() function
358 return hasBackgroundImage(); in hasBackground()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2422794 (WebCore::InheritedFlags::hasBackgroundImage):
DChangeLog-2009-06-1639040 (WebCore::InheritedFlags::hasBackgroundImage):