HomeSort by relevance Sort by last modified time
    Searched full:collapse (Results 76 - 100 of 701) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/resources/chromeos/
provided_file_systems.css 23 border-collapse: collapse;
  /external/chromium_org/chrome/browser/resources/
policy.css 110 border-collapse: collapse;
components.css 90 border-collapse:collapse
179 border-collapse:collapse
  /external/chromium_org/content/browser/resources/indexed_db/
indexeddb_internals.css 53 border-collapse: collapse;
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.h 82 void collapse(Node*, int offset, ExceptionState&);
83 void collapse(Node*, ExceptionState&);
Selection.idl 44 [RaisesException, TypeChecking=Interface|Nullable] void collapse(Node node,
80 [ImplementedAs=collapse, MeasureAs=SelectionSetPosition, RaisesException, TypeChecking=Interface|Nullable] void setPosition(Node node,
  /external/chromium_org/third_party/skia/tools/skpdiff/
viewer_style.css 9 border-collapse: collapse;
  /external/doclava/res/assets/templates/
todo.cs 11 border-collapse: collapse;
  /external/lldb/www/
style.css 99 border-collapse: collapse;
  /external/skia/tools/skpdiff/
viewer_style.css 9 border-collapse: collapse;
  /frameworks/base/docs/html/training/cloudsync/
gcm.jd 12 <li><a href="#collapse">Collapse Messages that can Be Replaced</a></li>
98 <h2 id="collapse">Collapse Messages that Can Be Replaced</h2>
110 <p>When you define a collapse key, when multiple messages are queued up in the GCM
111 servers for the same user, only the last one with any given collapse key is
119 <p>In order to use this feature, just add a collapse key to your outgoing
148 <li>It doesn't make sense to collapse multiple GCM messages into a single
  /packages/apps/Calendar/src/com/android/calendar/
ExpandableTextView.java 31 ImageButton mButton; // Button to expand/collapse
93 // Doesn't fit in collapsed mode. Collapse text view as needed. Show
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
Collapser.java 39 * lists beyond a certain size. This specifies the maximum size to collapse.
45 * can be used for example to collapse similar contact data items into a single item.
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SearchActionBarController.java 116 // The return value here is whether we want to collapse the action mode. Since we want to
117 // collapse the action mode, we should return true.
  /bionic/libc/upstream-freebsd/android/include/
freebsd-compat.h 30 * We collapse this into just the one symbol, f.
  /external/bison/lib/
basename.c 38 /* Collapse a sequence of trailing slashes into one. */
  /external/chromium-trace/trace-viewer/src/tcmalloc/
tcmalloc_snapshot_view.css 37 background-image: url(../images/collapse.png);
  /external/wpa_supplicant_8/hostapd/logwatch/
hostapd 31 # collapse association events
  /packages/apps/Dialer/res/values/
animation_constants.xml 31 <!-- Expand/collapse of call log entry duration. -->
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/
e820.h 26 * to collapse the next two #ifdef lines to a single line:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
e820.h 26 * to collapse the next two #ifdef lines to a single line:
  /external/ppp/pppd/
pppcrypt.c 96 Collapse(in, out)
140 Collapse(des_input, cipher);
156 Collapse(des_input, clear);
  /external/chromium_org/ppapi/tests/
test_net_address_private.cc 168 { // Generic test case (unique longest run of zeros to collapse).
180 { // Collapse the first (equally-longest) run of zeros.
184 { // Don't collapse "runs" of zeros of length 1.
188 { // Collapse a run of zeros at the beginning.
192 { // Collapse a run of zeros at the end.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.cpp 62 // Collapsing flags for whether we can collapse our margins with our children's margins.
68 // Whether or not we are a quirky container, i.e., do we collapse away top and bottom
73 // This flag tracks whether we are still looking at child margins that can all collapse together at the beginning of a block.
74 // They may or may not collapse with the top margin of the block (|m_canCollapseTopWithChildren| tells us that), but they will
82 // These variables are used to detect quirky margins that we need to collapse away (in table cells
123 void setCanCollapseMarginAfterWithChildren(bool collapse) { m_canCollapseMarginAfterWithChildren = collapse; }
124 void setCanCollapseMarginAfterWithLastChild(bool collapse) { m_canCollapseMarginAfterWithLastChild = collapse; }
517 // Go ahead and position the child as though it didn't collapse with the top
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
CSSMetadata.js 94 "azimuth", "border-collapse", "border-spacing", "caption-side", "color", "cursor", "direction", "elevation",
167 "hidden", "visible", "collapse"
199 "margin-top-collapse": { values: [
200 "collapse", "separate", "discard"
234 "border-collapse": { values: [
235 "collapse", "separate"
286 "margin-bottom-collapse": { values: [
287 "collapse", "separate", "discard"
319 "margin-before-collapse": { values: [
320 "collapse", "separate", "discard
    [all...]

Completed in 1127 milliseconds

1 2 34 5 6 7 8 91011>>