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

  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 481 static void setDebugPaintFlags(WKPageDebugPaintFlags flags) { s_debugPaintFlags = flags; }
482 static WKPageDebugPaintFlags debugPaintFlags() { return s_debugPaintFlags; }
    [all...]
WebPageProxy.cpp 100 WKPageDebugPaintFlags WebPageProxy::s_debugPaintFlags = 0;
    [all...]

Completed in 38 milliseconds