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

  /external/webkit/Source/WebCore/platform/graphics/android/
ScrollableLayerAndroid.h 45 virtual bool updateWithLayer(LayerAndroid*) { return true; }
LayerAndroid.cpp 943 needsRepaint |= updateWithLayer(newLayer);
954 bool LayerAndroid::updateWithLayer(LayerAndroid* layer)
    [all...]

Completed in 41 milliseconds