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

  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.cpp 26 #define LOG_TAG "GLWebViewState"
30 #include "GLWebViewState.h"
65 GLWebViewState::GLWebViewState()
79 ClassTracker::instance()->increment("GLWebViewState");
88 GLWebViewState::~GLWebViewState()
91 ClassTracker::instance()->decrement("GLWebViewState");
96 bool GLWebViewState::setBaseLayer(BaseLayerAndroid* layer, bool showVisualIndicator,
122 void GLWebViewState::scrollLayer(int layerId, int x, int y
    [all...]
GLWebViewState.h 156 // calls GLWebViewState::paintBaseLayerContent()).
164 class GLWebViewState {
166 GLWebViewState();
167 ~GLWebViewState();

Completed in 393 milliseconds