HomeSort by relevance Sort by last modified time
    Searched refs:LayerContent (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
PictureLayerContent.h 29 #include "LayerContent.h"
33 class PictureLayerContent : public LayerContent {
LayerContent.h 41 class LayerContent : public SkRefCnt {
PicturePileLayerContent.h 29 #include "LayerContent.h"
34 class PicturePileLayerContent : public LayerContent {
BaseLayerAndroid.h 41 BaseLayerAndroid(LayerContent* content);
60 ForegroundBaseLayerAndroid(LayerContent* content);
LayerAndroid.h 53 class LayerContent;
183 LayerContent* content() { return m_content; }
184 void setContent(LayerContent* content);
186 // from the prerender instead of needing to generate tiles from the LayerContent
368 LayerContent* m_content;
BaseLayerAndroid.cpp 39 #include "LayerContent.h"
49 BaseLayerAndroid::BaseLayerAndroid(LayerContent* content)
113 ForegroundBaseLayerAndroid::ForegroundBaseLayerAndroid(LayerContent* content)
LayerAndroid.cpp 19 #include "LayerContent.h"
523 void LayerAndroid::setContent(LayerContent* content)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
Surface.cpp 36 #include "LayerContent.h"
104 LayerContent* newContent = getFirstLayer()->content();
105 LayerContent* oldContent = oldSurface->getFirstLayer()->content();
231 LayerContent* content = m_layers[i]->content();
431 LayerContent* content = getFirstLayer()->content();
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 42 #include "LayerContent.h"
307 LayerContent* content = m_baseLayer->content();
530 LayerContent* content = m_baseLayer->content();
    [all...]

Completed in 2635 milliseconds