|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <ViewSnapshotStore.h>
Public Member Functions | |
| ~ViewSnapshot () | |
| void | clearImage () |
| bool | hasImage () const |
| id | asLayerContents () |
| RetainPtr< CGImageRef > | asImageForTesting () |
| void | setRenderTreeSize (uint64_t renderTreeSize) |
| uint64_t | renderTreeSize () const |
| void | setBackgroundColor (WebCore::Color color) |
| WebCore::Color | backgroundColor () const |
| void | setDeviceScaleFactor (float deviceScaleFactor) |
| float | deviceScaleFactor () const |
| WebCore::IntSize | size () const |
| size_t | imageSizeInBytes () const |
Public Member Functions inherited from WTF::RefCounted< ViewSnapshot > | |
| void | deref () const |
| void | deref () const |
| void | deref () const |
Public Member Functions inherited from WTF::RefCountedBase | |
| void | ref () const |
| bool | hasOneRef () const |
| unsigned | refCount () const |
| void | relaxAdoptionRequirement () |
| void | ref () const |
| bool | hasOneRef () const |
| unsigned | refCount () const |
| void | relaxAdoptionRequirement () |
| void | ref () const |
| bool | hasOneRef () const |
| unsigned | refCount () const |
| void | relaxAdoptionRequirement () |
Static Public Member Functions | |
| static Ref< ViewSnapshot > | create (uint32_t slotID, WebCore::IntSize, size_t imageSizeInBytes) |
Additional Inherited Members | |
Protected Member Functions inherited from WTF::RefCounted< ViewSnapshot > | |
| RefCounted () | |
| RefCounted () | |
| RefCounted () | |
| ~RefCounted () | |
| ~RefCounted () | |
| ~RefCounted () | |
Protected Member Functions inherited from WTF::RefCountedBase | |
| RefCountedBase () | |
| ~RefCountedBase () | |
| bool | derefBase () const |
| bool | deletionHasBegun () const |
| RefCountedBase () | |
| ~RefCountedBase () | |
| bool | derefBase () const |
| bool | deletionHasBegun () const |
| RefCountedBase () | |
| ~RefCountedBase () | |
| bool | derefBase () const |
| bool | deletionHasBegun () const |
| WebKit::ViewSnapshot::~ViewSnapshot | ( | ) |
| RetainPtr< CGImageRef > WebKit::ViewSnapshot::asImageForTesting | ( | ) |
| id WebKit::ViewSnapshot::asLayerContents | ( | ) |
|
inline |
| void WebKit::ViewSnapshot::clearImage | ( | ) |
|
static |
|
inline |
| bool WebKit::ViewSnapshot::hasImage | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.13