HomeSort by relevance Sort by last modified time
    Searched full:collapse (Results 1 - 25 of 626) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/suite/cts/deviceTests/browserbench/assets/octane/js/
bootstrap-collapse.js 2 * bootstrap-collapse.js v2.0.4
3 * http://twitter.github.com/bootstrap/javascript.html#collapse
26 /* COLLAPSE PUBLIC CLASS DEFINITION
29 var Collapse = function (element, options) {
31 this.options = $.extend({}, $.fn.collapse.defaults, options)
40 Collapse.prototype = {
42 constructor: Collapse
62 hasData = actives.data('collapse')
64 actives.collapse('hide')
65 hasData || actives.data('collapse', null
    [all...]
  /external/chromium_org/tools/perf/page_sets/
gmail_expand_collapse_conversation.json 10 "why": "Expand and Collapse a long conversation. # TODO(edmundyan): Find a long conversation rather than hardcode url",
17 { "action": "wait", "condition": "element", "selector": "img[alt=\"Collapse all\"]" },
18 { "action": "click_element", "selector": "img[alt=\"Collapse all\"]" },
25 { "action": "wait", "condition": "element", "selector": "img[alt=\"Collapse all\"]" },
26 { "action": "click_element", "selector": "img[alt=\"Collapse all\"]" },
  /external/chromium_org/chrome/browser/resources/ssl/
roadblock.js 7 function toggleMoreInfo(collapse) {
8 $('more-info-long').hidden = collapse;
9 $('more-info-short').hidden = !collapse;
10 if (!collapse && !showedMore) {
  /external/chromium_org/third_party/WebKit/ManualTests/inspector-wrappers/
inspector-treeElementIdentifier.html 15 <script>instructions({trigger: "Collapse and expand the &lt;body/&gt; tag"});</script>
inspector-hasAttributes.html 6 <script>instructions({trigger: "Collapse and expand the &lt;body/&gt; tag"});</script>
  /dalvik/docs/
java-bytecode.css 19 border-collapse: collapse;
dalvik-constraints.css 33 border-collapse: collapse;
java-constraints.css 33 border-collapse: collapse;
  /external/chromium/chrome/browser/resources/gpu_internals/
info_view.css 20 border-collapse: collapse;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/cookies/
manager.html 5 border-collapse:collapse;
  /external/dnsmasq/contrib/dnslist/
dhcp.css 20 border-collapse: collapse;
  /external/chromium_org/third_party/WebKit/ManualTests/autocorrection/
autocorrection-cancelled-by-typing-1.html 33 <div>This test verifies that autocorrection behaves correctly when continuing typing in a word on which autocorrection panel is hown. You should see correction panel showing 'collapse' after 'collaps' is entered. Then type "ing". Phrase 'the collapsing' should be shown without underline.</div>
34 <p style="color:green">Note, this test can fail due to user specific spell checking data. If the user has previously dismissed 'collapse' as the correct spelling of 'collaps' several times, the spell checker will not provide 'collapse' as a suggestion anymore. To fix this, remove all files in ~/Library/Spelling.</p>
autocorrection-cancelled-by-ESC.html 38 dismissed 'collapse' as the correct spelling of 'collaps' several times, the spell checker will not provide
39 'collapse' as a suggestion anymore. To fix this, remove all files in ~/Library/Spelling.</p>
  /docs/source.android.com/src/devices/tech/dalvik/
instruction-formats.css 40 border-collapse: collapse;
86 border-collapse: collapse;
  /external/chromium_org/third_party/WebKit/ManualTests/
caret-blink-during-forward-delete.html 16 getSelection().collapse(test, 0);
  /build/tools/droiddoc/templates-pdk/assets/
yui-3.3.0-reset-min.css 8 html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style (…)
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
unittest.css 25 border-collapse: collapse;
  /external/chromium-trace/trace-viewer/src/tracing/analysis/
analysis_results.css 16 border-collapse: collapse;
  /external/chromium_org/chrome/browser/resources/chromeos/
network.css 36 border-collapse: collapse;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/
info.css 21 border-collapse: collapse;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
unittest.css 25 border-collapse: collapse;
  /external/chromium_org/content/browser/resources/gpu/
info_view.css 35 border-collapse: collapse;
  /sdk/templates/docs/
cssreset-min.css 7 html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
  /cts/suite/cts/deviceTests/browserbench/assets/octane/css/
bootstrap-responsive.css 91 .nav-collapse {
709 .nav-collapse {
712 .nav-collapse .nav {
716 .nav-collapse .nav > li {
719 .nav-collapse .nav > li > a {
722 .nav-collapse .nav > .divider-vertical {
725 .nav-collapse .nav .nav-header {
729 .nav-collapse .nav > li > a,
730 .nav-collapse .dropdown-menu a {
738 .nav-collapse .btn
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
track.css 29 .track-collapse-button {

Completed in 501 milliseconds

1 2 3 4 5 6 7 8 91011>>