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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TilesManager.h 96 void setShowVisualIndicator(bool showVisualIndicator)
98 m_showVisualIndicator = showVisualIndicator;
  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.cpp 96 bool GLWebViewState::setBaseLayer(BaseLayerAndroid* layer, bool showVisualIndicator,
113 if (m_measurePerfs && !showVisualIndicator)
115 m_measurePerfs = showVisualIndicator;
118 TilesManager::instance()->setShowVisualIndicator(showVisualIndicator);
429 bool showVisualIndicator = TilesManager::instance()->getShowVisualIndicator();
431 bool drawOrDumpFrameInfo = showVisualIndicator;
GLWebViewState.h 169 bool setBaseLayer(BaseLayerAndroid* layer, bool showVisualIndicator,
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 507 bool setBaseLayer(BaseLayerAndroid* newBaseLayer, bool showVisualIndicator,
513 queueFull = m_glWebViewState->setBaseLayer(newBaseLayer, showVisualIndicator,
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java     [all...]

Completed in 1557 milliseconds