OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:foregroundIsKnownToBeOpaqueInRect
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.h
97
virtual bool
foregroundIsKnownToBeOpaqueInRect
(const LayoutRect& localRect, unsigned maxDepthToTest) const OVERRIDE FINAL;
RenderImage.cpp
490
bool RenderImage::
foregroundIsKnownToBeOpaqueInRect
(const LayoutRect& localRect, unsigned) const
520
return
foregroundIsKnownToBeOpaqueInRect
(backgroundPaintedExtent(), 0);
RenderBox.h
[
all
...]
RenderBox.cpp
[
all
...]
Completed in 30 milliseconds