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

  /external/webkit/Source/WebCore/platform/graphics/android/
LayerAndroid.h 285 void setIsIframe(bool isIframe) { m_isIframe = isIframe; }
339 bool m_isIframe;
LayerAndroid.cpp 144 m_isIframe(false),
173 m_isIframe(layer.m_isIframe),
249 m_isIframe(false),
607 if (m_isIframe) {
    [all...]
  /external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp 277 stream->writeBool(layer->m_isIframe);
359 layer->m_isIframe = stream->readBool();

Completed in 28 milliseconds