shouldDrawShadows 1275 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (shouldDrawShadows()) {
shouldDrawShadows 1422 Source/core/html/canvas/CanvasRenderingContext2D.cpp     bool wasDrawingShadows = shouldDrawShadows();
shouldDrawShadows 1427 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (!wasDrawingShadows && !shouldDrawShadows())
shouldDrawShadows 1438 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (shouldDrawShadows()) {
shouldDrawShadows  291 Source/core/html/canvas/CanvasRenderingContext2D.h     bool shouldDrawShadows() const;