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();
216 IntRect fullArea = fullContentArea();
336 area = fullContentArea();
358 fullContentArea(), layer);
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.cpp 758 IntRect LayerAndroid::fullContentArea() const
766 IntRect area = fullContentArea();
    [all...]

Completed in 86 milliseconds