Searched refs:fallback_family (Results 1 - 5 of 5) sorted by relevance
/external/chromium_org/content/browser/renderer_host/ |
H A D | font_utils_linux.h | 16 uint32 fallback_family);
|
H A D | font_utils_linux.cc | 123 uint32 fallback_family) { 134 switch (fallback_family) { 119 MatchFontFaceWithFallback(const std::string& face, bool is_bold, bool is_italic, uint32 charset, uint32 fallback_family) argument
|
H A D | sandbox_ipc_linux.cc | 386 uint32 charset, fallback_family; local 392 !pickle.ReadUInt32(&iter, &fallback_family)) { 397 face, is_bold, is_italic, charset, fallback_family);
|
/external/chromium_org/content/public/common/ |
H A D | child_process_sandbox_support_linux.h | 30 // fallback_family: If not set to PP_BROWSERFONT_TRUSTED_FAMILY_DEFAULT, font 38 PP_BrowserFont_Trusted_Family fallback_family);
|
/external/chromium_org/content/common/ |
H A D | child_process_sandbox_support_impl_linux.cc | 119 PP_BrowserFont_Trusted_Family fallback_family) { 128 request.WriteUInt32(fallback_family); 115 MatchFontWithFallback(const std::string& face, bool bold, bool italic, int charset, PP_BrowserFont_Trusted_Family fallback_family) argument
|
Completed in 145 milliseconds