Searched refs:SnapshotOptionsForceBlackText (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/page/
H A DFrameSnapshotting.h47 SnapshotOptionsForceBlackText = 1 << 3, enumerator in enum:WebCore::__anon5696
H A DFrameSnapshotting.cpp86 if (options & SnapshotOptionsForceBlackText)
/macosx-10.10/WebCore-7600.1.25/platform/
H A DDragImage.cpp123 SnapshotOptions options = forceBlackText ? SnapshotOptionsForceBlackText : SnapshotOptionsNone;
176 SnapshotOptions options = SnapshotOptionsPaintSelectionOnly | (forceBlackText ? SnapshotOptionsForceBlackText : SnapshotOptionsNone);

Completed in 84 milliseconds