HomeSort by relevance Sort by last modified time
    Searched refs:footer (Results 1 - 25 of 214) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/chrome/browser/resources/ntp4/
footer_menu.css 5 .footer-menu-button {
25 .footer-menu-button:hover:not([menu-shown]) {
29 .footer-menu-button:hover:not([menu-shown]) .disclosure-triangle {
33 .footer-menu-button[menu-shown] {
37 .footer-menu-button[menu-shown] .disclosure-triangle {
41 .footer-menu {
46 /* Needs to be above #footer. */
50 .footer-menu,
51 .footer-menu-context-menu {
56 .footer-menu::-webkit-scrollbar-button
    [all...]
new_tab_theme.css 61 /* Footer *********************************************************************/
63 #footer-border {
75 .bare-minimum #footer {
83 .bare-minimum .footer-menu-button:hover,
84 .bare-minimum .footer-menu-button[menu-shown],
89 .bare-minimum .footer-menu-button:hover .disclosure-triangle,
90 .bare-minimum .footer-menu-button[menu-shown] .disclosure-triangle {
new_tab.css 113 /* Must match #footer height. */
117 * by footer. */
160 #footer {
174 * border-image on #footer once WebKit supports border-image-slice.
176 #footer-border {
180 #footer-content {
187 #footer-content > * {
207 body.bare-minimum #footer {
215 html[dir='rtl'] body.bare-minimum #footer {
220 body.bare-minimum #footer-border
    [all...]
  /external/chromium_org/chrome/installer/setup/eula/
oem.js 19 var footer = document.getElementById('footer');
21 ifr.height = footer.offsetTop - ifr.offsetTop;
  /cts/tests/tests/widget/src/android/widget/cts/
ExpandableListWithHeaders.java 51 Button footer = new Button(this); local
52 footer.setText("Footer View");
53 expandableListView.addFooterView(footer);
56 // Set adapter here AFTER we set header and footer views
HeaderViewListAdapterTest.java 49 ArrayList<ListView.FixedViewInfo> footer = new ArrayList<ListView.FixedViewInfo>(5); local
50 new HeaderViewListAdapter(header, footer, null);
52 new HeaderViewListAdapter(header, footer, new HeaderViewEmptyAdapter());
71 ArrayList<ListView.FixedViewInfo> footer = new ArrayList<ListView.FixedViewInfo>(4); local
72 footer.add(lv.new FixedViewInfo());
73 headerViewListAdapter = new HeaderViewListAdapter(null, footer, null);
119 ArrayList<ListView.FixedViewInfo> footer = new ArrayList<ListView.FixedViewInfo>(4); local
126 footer.add(info1);
127 footer.add(info2);
128 HeaderViewListAdapter headerViewListAdapter = new HeaderViewListAdapter(null, footer, null)
158 ArrayList<ListView.FixedViewInfo> footer = new ArrayList<ListView.FixedViewInfo>(4); local
206 ArrayList<ListView.FixedViewInfo> footer = new ArrayList<ListView.FixedViewInfo>(4); local
232 ArrayList<ListView.FixedViewInfo> footer = new ArrayList<ListView.FixedViewInfo>(4); local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListWithHeaders.java 49 Button footer = new Button(this); local
50 footer.setText("Footer View");
51 listView.addFooterView(footer);
  /external/qemu/proxy/
proxy_http_int.h 22 char* footer; /* the footer contains the static parts of the */ member in struct:HttpService
proxy_http.c 25 if (service->footer != service->footer0)
26 g_free(service->footer);
112 /* prepare footer */
161 PROXY_LOG( "%s: buffer overflow when creating connection footer",
167 service->footer = service->footer0;
168 service->footer_len = (p - service->footer);
171 PROXY_LOG( "%s: creating HTTP Proxy Service Footer is (len=%d):\n'%.*s'",
173 service->footer_len, service->footer );
  /external/chromium_org/printing/
page_setup.cc 15 footer(0),
24 footer = 0;
33 footer == rhs.footer &&
122 effective_margins_.footer = std::max(requested_margins_.footer,
136 effective_margins_.footer + text_height);
148 effective_margins_.footer -
page_setup_unittest.cc 22 margins.footer = rand() % kMax;
48 effective_margins.footer = std::max(margins.footer,
55 effective_margins.footer + kTextHeight);
61 page_size.height() - effective_margins.footer -
85 EXPECT_EQ(effective_margins.footer, setup.effective_margins().footer) <<
106 margins.footer = 2;
127 effective_margins.footer = 3;
150 EXPECT_EQ(effective_margins.footer, setup.effective_margins().footer) <
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
clear_browser_data_overlay.css 33 #some-stuff-remains-footer > p {
37 #some-stuff-remains-footer button {
  /external/chromium_org/net/cert/
pem_tokenizer.cc 26 std::string footer; member in struct:net::PEMTokenizer::PEMType
51 // Look for a footer matching the header. If none is found, then all
53 StringPiece::size_type footer_pos = str_.find(it->footer, pos_);
59 // Chop off the header and footer and parse the data in between.
61 pos_ = footer_pos + it->footer.size();
93 // Construct PEM header/footer strings for all the accepted types, to
100 allowed_type.footer = base::StringPrintf(kPEMEndBlock, it->c_str());
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListActivity.java 53 View footer = getLayoutInflater().inflate(R.layout.test_list_footer, null); local
55 footer.findViewById(R.id.clear).setOnClickListener(this);
56 footer.findViewById(R.id.view).setOnClickListener(this);
57 footer.findViewById(R.id.export).setOnClickListener(this);
59 getListView().addFooterView(footer);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
svga_dump.py 218 for id, header, body, footer in cmds:
234 if footer is not None:
235 print ' while(body + sizeof(%s) <= next) {' % footer
236 print ' dump_%s((const %s *)body);' % (footer, footer)
237 print ' body += sizeof(%s);' % footer
326 for id, header, body, footer in cmds:
330 if footer is not None:
331 names.add(footer)
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.py 218 for id, header, body, footer in cmds:
234 if footer is not None:
235 print ' while(body + sizeof(%s) <= next) {' % footer
236 print ' dump_%s((const %s *)body);' % (footer, footer)
237 print ' body += sizeof(%s);' % footer
326 for id, header, body, footer in cmds:
330 if footer is not None:
331 names.add(footer)
  /external/qemu/
gen-skin.py 17 footer = """\
75 print footer
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
main.css 85 #footer {
97 #footer .divider {
103 #footer label {
113 #footer label span {
200 #footer {
249 #footer button {
  /external/chromium_org/ash/system/tray/
tray_details_view.h 32 // any other view between the list and the footer row at the bottom.
47 SpecialPopupRow* footer() const { return footer_; } function in class:ash::TrayDetailsView
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
table.h 15 class Footer;
75 void ReadMeta(const Footer& footer);
  /external/chromium_org/third_party/opus/src/doc/
Makefile.am 9 $(top_srcdir)/doc/footer.html \
12 EXTRA_DIST = customdoxygen.css Doxyfile.in footer.html header.html \
  /external/libopus/doc/
Makefile.am 9 $(top_srcdir)/doc/footer.html \
12 EXTRA_DIST = customdoxygen.css Doxyfile.in footer.html header.html \
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutMetadata.java 73 /** The property key, included in comments, which references a list footer layout */
308 String footer = map.get(KEY_LV_FOOTER); local
310 if (layout != null || header != null || footer != null) {
312 return getNodeBinding(viewObject, header, footer, layout, count);
333 String footer = getProperty(xmlNode, KEY_LV_FOOTER); local
335 if (layout != null || header != null || footer != null) {
358 return getNodeBinding(viewObject, header, footer, layout, count);
365 String header, String footer, String layout, int count) {
366 if (layout != null || header != null || footer != null) {
375 if (footer != null)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_gentable.py 124 footer = """
170 print footer
  /external/chromium_org/tools/gn/bin/
help_as_html.py 96 footer = '</div></body></html>'
100 print header + '\n'.join(output) + footer

Completed in 1224 milliseconds

1 2 3 4 5 6 7 8 9