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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
Surface.cpp 114 || (m_layers[i]->fullContentAreaMapped() != oldSurface->m_layers[i]->fullContentAreaMapped())) {
122 FloatRect layerPos = m_layers[i]->fullContentAreaMapped();
147 IntRect rect = enclosingIntRect(layer->fullContentAreaMapped());
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.h 140 FloatRect fullContentAreaMapped() const;
LayerAndroid.cpp 755 FloatRect LayerAndroid::fullContentAreaMapped() const
    [all...]
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 373 IntRect bounds = enclosingIntRect(parent->fullContentAreaMapped());
692 FloatRect layerRect = layer->fullContentAreaMapped();
    [all...]

Completed in 230 milliseconds