HomeSort by relevance Sort by last modified time
    Searched refs:foot (Results 1 - 8 of 8) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
update_webgl_conformance_tests_unittest.py 95 foot = '</head>\n<body>\n</body>\n</html>'
96 input_text = head + input_text + foot
97 output_text = head + output_text + foot
  /external/webkit/Source/WebCore/html/
HTMLTableRowElement.cpp 94 if (HTMLTableSectionElement* foot = static_cast<HTMLTableElement*>(table)->tFoot()) {
95 for (Node *row = foot->firstChild(); row; row = row->nextSibling()) {
HTMLTableElement.cpp 144 RefPtr<HTMLTableSectionElement> foot = HTMLTableSectionElement::create(tfootTag, document());
146 setTFoot(foot, ec);
147 return foot.release();
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
actions.rb 184 @module::foot {
  /external/iptables/libiptc/
libiptc.c 1149 struct iptcb_chain_foot *foot; local
1174 foot = (void *)repl->entries + c->foot_offset;
1175 foot->e.target_offset = sizeof(STRUCT_ENTRY);
1176 foot->e.next_offset = IPTCB_CHAIN_FOOT_SIZE;
1177 strcpy(foot->target.target.u.user.name, STANDARD_TARGET);
1178 foot->target.target.u.target_size =
1182 foot->target.verdict = c->verdict;
1184 foot->target.verdict = RETURN;
1186 memcpy(&foot->e.counters, &c->counters, sizeof(STRUCT_COUNTERS));
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 390 milliseconds