HomeSort by relevance Sort by last modified time
    Searched defs:ContentLayerDelegate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ContentLayerDelegate.cpp 27 #include "platform/graphics/ContentLayerDelegate.h"
38 ContentLayerDelegate::ContentLayerDelegate(GraphicsContextPainter* painter)
44 ContentLayerDelegate::~ContentLayerDelegate()
48 void ContentLayerDelegate::paintContents(
ContentLayerDelegate.h 48 class PLATFORM_EXPORT ContentLayerDelegate : public WebContentLayerClient {
49 WTF_MAKE_NONCOPYABLE(ContentLayerDelegate);
52 explicit ContentLayerDelegate(GraphicsContextPainter*);
53 virtual ~ContentLayerDelegate();

Completed in 323 milliseconds