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

/macosx-10.10/WebCore-7600.1.25/page/
H A DFrameSnapshotting.h45 SnapshotOptionsPaintSelectionOnly = 1 << 1, enumerator in enum:WebCore::__anon5696
H A DFrameSnapshotting.cpp88 if (options & SnapshotOptionsPaintSelectionOnly)
108 options |= SnapshotOptionsPaintSelectionOnly;
/macosx-10.10/WebCore-7600.1.25/platform/
H A DDragImage.cpp176 SnapshotOptions options = SnapshotOptionsPaintSelectionOnly | (forceBlackText ? SnapshotOptionsForceBlackText : SnapshotOptionsNone);

Completed in 296 milliseconds