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

  /external/chromium_org/third_party/WebKit/public/platform/
WebInvalidationDebugAnnotations.h 12 enum WebInvalidationDebugAnnotations {
20 WebInvalidationDebugAnnotations annotations;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayerDebugInfo.h 38 #include "public/platform/WebInvalidationDebugAnnotations.h"
60 void appendAnnotatedInvalidateRect(const FloatRect&, WebInvalidationDebugAnnotations);
GraphicsLayerDebugInfo.cpp 107 void GraphicsLayerDebugInfo::appendAnnotatedInvalidateRect(const FloatRect& rect, WebInvalidationDebugAnnotations annotations)
GraphicsLayer.h 44 #include "public/platform/WebInvalidationDebugAnnotations.h"
186 void setNeedsDisplayInRect(const FloatRect&, WebInvalidationDebugAnnotations);
GraphicsLayer.cpp 904 void GraphicsLayer::setNeedsDisplayInRect(const FloatRect& rect, WebInvalidationDebugAnnotations annotations)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerModelObject.cpp 202 WebInvalidationDebugAnnotations annotations = WebInvalidationDebugAnnotationsNone;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.h 135 void setContentsNeedDisplayInRect(const LayoutRect&, WebInvalidationDebugAnnotations);
CompositedLayerMapping.cpp     [all...]

Completed in 144 milliseconds