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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
Surface.cpp 157 " now fullContentArea " INT_RECT_FORMAT,
181 IntRect Surface::fullContentArea()
184 return getFirstLayer()->fullContentArea();
215 IntRect fullArea = fullContentArea();
335 area = fullContentArea();
357 fullContentArea(), layer);
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.cpp 761 IntRect LayerAndroid::fullContentArea() const
769 IntRect area = fullContentArea();
    [all...]

Completed in 62 milliseconds