Home
last modified time | relevance | path

Searched refs:font_fd (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
Dfont_utils_linux.cc163 int font_fd = -1; in MatchFontFaceWithFallback() local
237 font_fd = in MatchFontFaceWithFallback()
239 if (font_fd >= 0) in MatchFontFaceWithFallback()
244 if (font_fd == -1 && good_enough_index_set) { in MatchFontFaceWithFallback()
250 font_fd = HANDLE_EINTR(open(reinterpret_cast<char*>(c_filename), O_RDONLY)); in MatchFontFaceWithFallback()
257 return font_fd; in MatchFontFaceWithFallback()
Dsandbox_ipc_linux.cc396 int font_fd = MatchFontFaceWithFallback( in HandleMatchWithFallback() local
400 SendRendererReply(fds, reply, font_fd); in HandleMatchWithFallback()
402 if (font_fd >= 0) { in HandleMatchWithFallback()
403 if (IGNORE_EINTR(close(font_fd)) < 0) in HandleMatchWithFallback()