Searched defs:ContentLayerChromium (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DContentLayerChromium.h46 class ContentLayerChromium : public LayerChromium { class in namespace:WebCore
51 static PassRefPtr<ContentLayerChromium> create(GraphicsLayerChromium* owner = 0);
53 virtual ~ContentLayerChromium();
64 explicit ContentLayerChromium(GraphicsLayerChromium* owner);
H A DContentLayerChromium.cpp35 #include "ContentLayerChromium.h"
54 PassRefPtr<ContentLayerChromium> ContentLayerChromium::create(GraphicsLayerChromium* owner)
56 return adoptRef(new ContentLayerChromium(owner));
59 ContentLayerChromium::ContentLayerChromium(GraphicsLayerChromium* owner) function in class:WebCore::ContentLayerChromium
61 , m_tilingOption(ContentLayerChromium::AutoTile)
65 ContentLayerChromium::~ContentLayerChromium()
90 void ContentLayerChromium
[all...]

Completed in 60 milliseconds