Searched refs:forceWhiteText (Results 1 – 6 of 6) sorted by relevance
39 HBITMAP imageFromSelection(Frame* frame, bool forceWhiteText);
100 HRESULT generateSelectionImage(BOOL forceWhiteText, [out, retval] OLE_HANDLE* hBitmap);
632 BOOL forceWhiteText, OLE_HANDLE* hBitmap);
3326 HRESULT STDMETHODCALLTYPE WebView::generateSelectionImage(BOOL forceWhiteText, OLE_HANDLE* hBitmap) in generateSelectionImage() argument3333 HBITMAP bitmap = imageFromSelection(frame, forceWhiteText ? TRUE : FALSE); in generateSelectionImage()
38499 bail out if phase is PaintPhaseSelection and forceWhiteText is true43376 add forceWhiteText boolean to PaintInfo struct43390 now takes forceWhiteText parameter, stored in FramePrivate as part of PaintRestriction43395 renamed from selectionImage, now takes forceWhiteText parameter, which is passed43403 ditto; also stores forceWhiteText in PaintInfo struct43419 paint with white text color if forceWhiteText is set in PaintInfo struct
18682 replaced forceWhiteText with forceBlackText