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

  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 180 m_baseLayer = 0;
197 // We must remove the m_glWebViewState prior to deleting m_baseLayer. If we
202 SkSafeUnref(m_baseLayer);
259 if (!m_baseLayer)
268 m_glWebViewState->setBaseLayer(m_baseLayer, false, true);
301 if (!m_baseLayer) {
307 LayerContent* content = m_baseLayer->content();
313 Color c = m_baseLayer->getBackgroundColor();
319 m_baseLayer->updatePositionsRecursive(m_visibleContentRect);
320 m_baseLayer->updatePositions()
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
SurfaceCollection.cpp 58 ALOGV("new tree, allocating surfaces for tree %p", m_baseLayer);

Completed in 671 milliseconds