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

  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCustomPlatformData.cpp 52 RefPtr<SharedBuffer> transcodeBuffer = sanitizer.sanitize();
53 if (!transcodeBuffer)
55 buffer = transcodeBuffer.get();
  /external/webkit/Source/WebCore/platform/graphics/skia/
FontCustomPlatformData.cpp 175 RefPtr<SharedBuffer> transcodeBuffer = sanitizer.sanitize();
176 if (!transcodeBuffer)
178 buffer = transcodeBuffer.get();

Completed in 859 milliseconds