OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:transcodeBuffer
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
FontCustomPlatformDataMac.cpp
56
RefPtr<SharedBuffer>
transcodeBuffer
= sanitizer.sanitize();
57
if (!
transcodeBuffer
)
59
buffer =
transcodeBuffer
.get();
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
FontCustomPlatformDataSkia.cpp
68
RefPtr<SharedBuffer>
transcodeBuffer
= sanitizer.sanitize();
69
if (!
transcodeBuffer
)
71
buffer =
transcodeBuffer
.get();
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/win/
FontCustomPlatformDataWin.cpp
115
RefPtr<SharedBuffer>
transcodeBuffer
= sanitizer.sanitize();
116
if (!
transcodeBuffer
)
118
buffer =
transcodeBuffer
.get();
Completed in 181 milliseconds