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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext.h 367 static inline int getFocusRingOutset(int offset) { return offset + 2; }
369 static inline int getFocusRingOutset(int offset) { return 0; }
GraphicsContext.cpp 568 const int focusRingOutset = getFocusRingOutset(offset);
    [all...]

Completed in 38 milliseconds