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

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
IFrameContentLayerAndroid.h 50 // isIFrame() return true for compatibility reason (see ViewStateSerializer)
51 virtual bool isIFrame() const { return true; }
IFrameLayerAndroid.h 48 virtual bool isIFrame() const { return true; }
LayerAndroid.h 243 virtual bool isIFrame() const { return false; }
  /external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp 340 stream->writeBool(layer->isIFrame());
449 bool isIframe = stream->readBool();
451 if (isIframe && type == LTScrollableLayerAndroid) {
455 } else if (isIframe) { // otherwise we are just the iframe (we use it to compute offset)
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 241 if (view->isRenderIFrame() && !m_contentLayer->isIFrame()) {
    [all...]

Completed in 255 milliseconds