Searched refs:family (Results 151 - 175 of 464) sorted by relevance

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/css/
H A DthemeWin.css124 font-family: monospace;
H A DCSSFontSelector.h64 CSSSegmentedFontFace* getFontFace(const FontDescription&, const AtomicString& family);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFontCache.cpp103 FontPlatformDataCacheKey(const AtomicString& family, const FontDescription& description) argument
105 , m_family(family)
373 PassRefPtr<SimpleFontData> FontCache::getCachedFontData(const FontDescription& fontDescription, const AtomicString& family, bool checkingAlternateName, ShouldRetain shouldRetain) argument
375 FontPlatformData* platformData = getCachedFontPlatformData(fontDescription, family, checkingAlternateName);
562 const AtomicString& family = description.familyAt(familyIndex); local
563 if (family.isEmpty())
566 result = fontSelector->getFontData(description, family);
568 result = getCachedFontData(description, family);
H A DFontCache.h68 // This key contains the FontDescription fields other than family that matter when fetching FontDatas (platform fonts).
181 FontPlatformData* getCachedFontPlatformData(const FontDescription&, const AtomicString& family, bool checkingAlternateName = false);
188 PassOwnPtr<FontPlatformData> createFontPlatformData(const FontDescription&, const AtomicString& family);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DFontResourceContentView.css37 font-family: serif;
H A DSourceCodeTextEditor.css35 font-family: Menlo, monospace;
/macosx-10.10/dcerpc-61/dcerpc/include/dce/
H A Dnbase.idl141 byte family;
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-netfilter-linux.c244 netfilter_send_config_msg(const pcap_t *handle, u_int16_t msg_type, int ack, u_int8_t family, u_int16_t res_id, const struct my_nfattr *mynfa) argument
264 nfg->nfgen_family = family;
325 nflog_send_config_msg(const pcap_t *handle, u_int8_t family, u_int16_t group_id, const struct my_nfattr *mynfa) argument
327 return netfilter_send_config_msg(handle, (NFNL_SUBSYS_ULOG << 8) | NFULNL_MSG_CONFIG, 1, family, group_id, mynfa);
331 nflog_send_config_cmd(const pcap_t *handle, u_int16_t group_id, u_int8_t cmd, u_int8_t family) argument
342 return nflog_send_config_msg(handle, family, group_id, &nfa);
378 nfqueue_send_config_msg(const pcap_t *handle, u_int8_t family, u_int16_t group_id, const struct my_nfattr *mynfa) argument
380 return netfilter_send_config_msg(handle, (NFNL_SUBSYS_QUEUE << 8) | NFQNL_MSG_CONFIG, 1, family, group_id, mynfa);
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/tktable/
H A Dmaxsize.rb60 courier = TkFont.new(:family=>'Courier', :size=>10)
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/treeql/docs/
H A Dapi.css12 font-family: "Gill Sans MT", "Gill sans", "Trebuchet ms", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/tkpiechart/
H A Ddemo.tcl38 -font {-weight bold -family Helvetica -size -20}\
39 -smallfont {-family Helvetica -size -8} -bulletwidth 1c\
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ios/
H A DFontCacheIOS.mm448 const AtomicString& family = description.familyAt(i);
449 if (family.isEmpty())
456 if (equalIgnoringCase(family, monaco) || equalIgnoringCase(family, menlo)) {
464 if (equalIgnoringCase(family, lucidaGrande)) {
476 if (family.contains(*matchWords[j], false))
624 PassOwnPtr<FontPlatformData> FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family)
630 if (shouldDisallowCourier && equalIgnoringCase(family, courier))
641 if (family.startsWith("UICTFontTextStyle"))
642 ctFont = adoptCF(createCTFontWithTextStyle(family, trait
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/isc/include/isc/
H A Dsockaddr.h113 isc_sockaddr_anyofpf(isc_sockaddr_t *sockaddr, int family);
115 * Set '*sockaddr' to the wildcard address of protocol family
116 * 'family'.
119 * \li 'family' is AF_INET or AF_INET6.
153 * Get the protocol family of 'sockaddr'.
157 *\li 'sockaddr' is a valid sockaddr with an address family of AF_INET
162 *\li The protocol family of 'sockaddr', e.g. PF_INET or PF_INET6.
/macosx-10.10/cups-408/cups/cups/
H A Dsnmp-private.h121 extern int _cupsSNMPOpen(int family) _CUPS_API_1_4;
/macosx-10.10/groff-38/groff/src/include/
H A Dfont.h88 static const char *family; member in class:font
/macosx-10.10/network_cmds-457/alias/
H A Dalias_cuseeme.c66 int16_t family; member in struct:cu_header
/macosx-10.10/ntp-92/lib/isc/include/isc/
H A Dsockaddr.h113 isc_sockaddr_anyofpf(isc_sockaddr_t *sockaddr, int family);
115 * Set '*sockaddr' to the wildcard address of protocol family
116 * 'family'.
119 * \li 'family' is AF_INET or AF_INET6.
153 * Get the protocol family of 'sockaddr'.
157 *\li 'sockaddr' is a valid sockaddr with an address family of AF_INET
162 *\li The protocol family of 'sockaddr', e.g. PF_INET or PF_INET6.
/macosx-10.10/sudo-73/src/
H A Dinterfaces.c150 interfaces[i].family = AF_INET;
165 interfaces[i].family = AF_INET6;
298 interfaces[num_interfaces].family = AF_INET;
337 switch(interfaces[i].family) {
/macosx-10.10/xnu-2782.1.97/bsd/netkey/
H A Dkeydb.h42 /* NOTE: Ensure to be same address family */
75 typedef int (*utun_input_func) __P((void *, void *, protocol_family_t family));
/macosx-10.10/adv_cmds-158/finger/
H A Dfinger.c95 sa_family_t family = PF_UNSPEC; variable
119 family = AF_INET;
122 family = AF_INET6;
/macosx-10.10/apr-32/apr/apr/include/
H A Dapr_network_io.h142 * Let the system decide which address family to use
220 /** The family */
221 apr_int32_t family; member in struct:apr_sockaddr_t
277 * @param family The address family of the socket (e.g., APR_INET).
283 int family, int type,
366 * Create apr_sockaddr_t from hostname, address family, and port.
370 * @param family The address family to use, or APR_UNSPEC if the system should
377 * only valid if family i
[all...]
/macosx-10.10/lukemftp-14/tnftp/libnetbsd/
H A Dgetnameinfo.c97 int family, i; local
111 family = sa->sa_family;
113 if (afdl[i].a_af == family) {
/macosx-10.10/ruby-106/ruby/ext/socket/
H A Dgetnameinfo.c141 int family, len, i; local
157 family = sa->sa_family;
159 if (afdl[i].a_af == family) {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/logger/
H A Dlogtotext.tcl99 font create logger::timefont -family {Courier} -size 12
100 font create logger::levelfont -family {Courier} -size 12
101 font create logger::msgfont -family {Times} -size 12
/macosx-10.10/tcpdump-61/tcpdump/missing/
H A Dgetnameinfo.c113 int family, i; local
128 family = sa->sa_family;
130 if (afdl[i].a_af == family) {

Completed in 173 milliseconds

1234567891011>>