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

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
IFrameContentLayerAndroid.h 35 class IFrameContentLayerAndroid : public ScrollableLayerAndroid {
38 IFrameContentLayerAndroid(RenderLayer* owner)
40 IFrameContentLayerAndroid(const ScrollableLayerAndroid& layer)
42 IFrameContentLayerAndroid(const LayerAndroid& layer)
44 IFrameContentLayerAndroid(const IFrameContentLayerAndroid& layer)
48 virtual ~IFrameContentLayerAndroid() {};
54 virtual LayerAndroid* copy() const { return new IFrameContentLayerAndroid(*this); }
IFrameContentLayerAndroid.cpp 1 #define LOG_TAG "IFrameContentLayerAndroid"
5 #include "IFrameContentLayerAndroid.h"
13 bool IFrameContentLayerAndroid::scrollTo(int x, int y)
30 void IFrameContentLayerAndroid::getScrollRect(SkIRect* out) const
  /external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp 35 #include "IFrameContentLayerAndroid.h"
389 IFrameContentLayerAndroid* iframeContent = new IFrameContentLayerAndroid(*layer);
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 35 #include "IFrameContentLayerAndroid.h"
546 LayerAndroid* layer = new IFrameContentLayerAndroid(*m_contentLayer);
668 static_cast<IFrameContentLayerAndroid*>(m_contentLayer)->setIFrameScrollOffset(p);
    [all...]
  /external/webkit/Source/WebCore/
Android.mk 666 platform/graphics/android/layers/IFrameContentLayerAndroid.cpp \
    [all...]

Completed in 71 milliseconds