Home
last modified time | relevance | path

Searched refs:foot (Results 1 – 11 of 11) sorted by relevance

/external/webkit/WebCore/html/
DHTMLTableRowElement.cpp106 if (HTMLTableSectionElement* foot = static_cast<HTMLTableElement*>(table)->tFoot()) { in rowIndex() local
107 for (Node *row = foot->firstChild(); row; row = row->nextSibling()) { in rowIndex()
DHTMLTableElement.cpp144 RefPtr<HTMLTableSectionElement> foot = new HTMLTableSectionElement(tfootTag, document()); in createTFoot() local
146 setTFoot(foot, ec); in createTFoot()
147 return foot.release(); in createTFoot()
/external/iptables/libiptc/
Dlibiptc.c633 struct iptcb_chain_foot *foot; in iptcc_compile_chain() local
658 foot = (void *)repl->entries + c->foot_offset; in iptcc_compile_chain()
659 foot->e.target_offset = sizeof(STRUCT_ENTRY); in iptcc_compile_chain()
660 foot->e.next_offset = IPTCB_CHAIN_FOOT_SIZE; in iptcc_compile_chain()
661 strcpy(foot->target.target.u.user.name, STANDARD_TARGET); in iptcc_compile_chain()
662 foot->target.target.u.target_size = in iptcc_compile_chain()
666 foot->target.verdict = c->verdict; in iptcc_compile_chain()
668 foot->target.verdict = RETURN; in iptcc_compile_chain()
670 memcpy(&foot->e.counters, &c->counters, sizeof(STRUCT_COUNTERS)); in iptcc_compile_chain()
/external/icu4c/samples/ufortune/resources/
Droot.txt151 "A closed mouth gathers no foot.",
/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
DPHP SmartyPants Readme.txt62 foot and inch marks:
/external/e2fsprogs/doc/
Dtexinfo.tex4423 \def\f@@t{\bgroup\aftergroup\@foot\let\next}
4424 \def\f@t#1{#1\@foot}
4425 \def\@foot{\strut\egroup}
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_tpp_net.utf2411 10630 "foot"
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_tpp_net.utf2178 9426 "foot"
/external/srec/config/en.us/dictionary/
Dlarge.ok10725 foot fqt
/external/webkit/WebCore/
DChangeLog-2006-05-102014 the right foot, by not choosing a position inside an editable root when you
DChangeLog-2006-12-3152271 Test: fast/table/border-collapsing/border-collapsing-head-foot.html