Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DFrameView.cpp2362 bool fillWithRed; in paintContents() local
2364 fillWithRed = false; // Printing, don't fill with red (can't remember why). in paintContents()
2366 fillWithRed = false; // Subframe, don't fill with red. in paintContents()
2368 fillWithRed = false; // Transparent, don't fill with red. in paintContents()
2370 fillWithRed = false; // Selections are transparent, don't fill with red. in paintContents()
2372 fillWithRed = false; // Element images are transparent, don't fill with red. in paintContents()
2374 fillWithRed = true; in paintContents()
2376 if (fillWithRed) in paintContents()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1639874 (document vs. !document), fillWithRed was always set to false, and other branches were