Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp2932 bool fillWithRed; in paintContents() local
2934 fillWithRed = false; // Printing, don't fill with red (can't remember why). in paintContents()
2936 fillWithRed = false; // Subframe, don't fill with red. in paintContents()
2938 fillWithRed = false; // Transparent, don't fill with red. in paintContents()
2940 fillWithRed = false; // Selections are transparent, don't fill with red. in paintContents()
2942 fillWithRed = false; // Element images are transparent, don't fill with red. in paintContents()
2944 fillWithRed = true; in paintContents()
2946 if (fillWithRed) in paintContents()