OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GraphicsContextRecorder
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextRecorder.h
50
friend class
GraphicsContextRecorder
;
59
class PLATFORM_EXPORT
GraphicsContextRecorder
{
60
WTF_MAKE_NONCOPYABLE(
GraphicsContextRecorder
);
62
GraphicsContextRecorder
() { }
GraphicsContextRecorder.cpp
32
#include "platform/graphics/
GraphicsContextRecorder
.h"
39
GraphicsContext*
GraphicsContextRecorder
::record(const IntSize& size, bool isCertainlyOpaque)
52
PassRefPtr<GraphicsContextSnapshot>
GraphicsContextRecorder
::stop()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorLayerTreeAgent.cpp
47
#include "platform/graphics/
GraphicsContextRecorder
.h"
330
GraphicsContextRecorder
recorder;
/external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk
305
third_party/WebKit/Source/platform/graphics/
GraphicsContextRecorder
.cpp \
[
all
...]
blink_platform.target.darwin-mips.mk
304
third_party/WebKit/Source/platform/graphics/
GraphicsContextRecorder
.cpp \
[
all
...]
blink_platform.target.darwin-x86.mk
304
third_party/WebKit/Source/platform/graphics/
GraphicsContextRecorder
.cpp \
[
all
...]
blink_platform.target.linux-arm.mk
305
third_party/WebKit/Source/platform/graphics/
GraphicsContextRecorder
.cpp \
[
all
...]
blink_platform.target.linux-mips.mk
304
third_party/WebKit/Source/platform/graphics/
GraphicsContextRecorder
.cpp \
[
all
...]
blink_platform.target.linux-x86.mk
304
third_party/WebKit/Source/platform/graphics/
GraphicsContextRecorder
.cpp \
[
all
...]
Completed in 508 milliseconds