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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDeprecatedFlexibleBox.cpp 169 return child->isOutOfFlowPositioned() || child->style()->visibility() == COLLAPSE;
438 if (child->style()->visibility() == COLLAPSE) {
536 if (child->style()->visibility() == COLLAPSE)
680 if (child->style()->visibility() == COLLAPSE) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 159 // If spaces (U+0020) or tabs (U+0009) at the end of a line have 'white-space' set to 'pre-wrap', UAs may visually collapse them.
217 // line boxes even for containers that may ultimately collapse away. Otherwise we'll never get positioned
254 // Clear out our character space bool, since inline <pre>s don't collapse whitespace
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SetGenerators.java 250 // Collapse equal elements, which Ordering.explicit() doesn't support, while
  /external/jmdns/src/javax/jmdns/impl/
ListenerStatus.java 19 * The main purpose of this class is to collapse consecutive events so that we can guarantee the correct call back sequence.
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssSchema.java 257 "collapse", "inherit", "separate");
368 "collapse", "hidden", "inherit", "visible");
463 builder.put("border-collapse",
    [all...]
  /frameworks/base/packages/PrintSpooler/res/layout/
print_activity_controls.xml 237 <!-- Expand/collapse handle -->
  /frameworks/base/packages/PrintSpooler/res/values-en-rGB/
strings.xml 43 <string name="collapse_handle" msgid="6886637989442507451">"Collapse handle"</string>
  /frameworks/base/packages/PrintSpooler/res/values-en-rIN/
strings.xml 43 <string name="collapse_handle" msgid="6886637989442507451">"Collapse handle"</string>
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
StatusBarTest.java 315 new Test("Collapse panels in 3 sec.") {
  /packages/apps/Camera2/src/com/android/camera/widget/
ModeOptions.java 128 // Collapse mode options when window is not visible.
  /packages/apps/Contacts/src/com/android/contacts/editor/
StructuredNameEditorView.java 44 * the full name, expand and collapse will preserve this. However, if the user
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
MoreContactUtilsTest.java 86 // Require explicit +1 country code declaration to collapse
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
MessageStateChange.java 120 // Collapse rows acting on the same message.
  /external/chromium-trace/
style.css 1 * WARNING:This file is generated by generate_standalone_timeline_view.py * * Do not edit directly. */.analysis-link{color:-webkit-link;cursor:pointer;text-decoration:underline}.analysis-link:hover{cursor:pointer}x-generic-object-view{display:block;font-family:monospace}.analysis-results{font-family:monospace;white-space:pre}.analysis-results *{-webkit-user-select:text!important;cursor:text}.analysis-table{border-collapse:collapse;border-width:0;margin-bottom:25px}.analysis-table>tr>td:first-child{padding-left:2px}.analysis-table>tr>td{padding:2px 4px 2px 4px}.analysis-table-header{text-align:left}.analysis-table-row{vertical-align:top}.analysis-table-row:nth-child(2n+0){background-color:#e2e2e2}.selection-changing-link{color:-webkit-link;cursor:pointer;text-decoration:underline}.analysis-slices-table-col-1,.analysis-slices-table-col-2{text-align:right}.default-object-snapshot-view #args{white-space:pre}.default-object-instance-view #snapshots>*{display:block}.default-object-view{overflow:auto}.default-object-view *{display:block;-webkit-user-select:text}.default-object-view .title,.default-object-view .title{border-bottom:1px solid #808080;font-size:110%;font-weight:bold}.default-object-view td,.default-object-view th{font-family:monospace;vertical-align:top}.analysis-view{background-color:white;display:-webkit-flex}.analysis-view:not(.viewing-object){overflow:auto}.analysis-view>*{-webkit-flex:1 0 auto}.overlay-root *{-webkit-user-select:none;box-sizing:border-box}.overlay-root{-webkit-flex-flow:row;-webkit-justify-content:center;-webkit-user-select:none;background:rgba(0,0,0,0.8);display:-webkit-flex;font-family:sans-serif;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000}.overlay-root:not([visible]){display:none}.overlay-root>.content-host{-webkit-flex-flow:column;-webkit-justify-content:center;-webkit-user-select:auto;display:-webkit-flex}.overlay *{-webkit-user-select:auto}.overlay-root>.content-host>*{background:#fff}.overlay-root>.content-host .tool-bar{cursor:pointer;display:-webkit-flex;height:24px;padding:1px}.overlay-root>.content-host .tool-bar .exit-button{background-color:rgba(0,0,0,0.8);border:1px solid white;color:white;height:100%;padding-left:4px;width:19px}.overlay{max-height:500px;overflow:auto;padding:8px}.track-button{background-color:rgba(255,255,255,0.5);border:1px solid rgba(0,0,0,0.1);color:rgba(0,0,0,0.2);font-size:10px;height:12px;text-align:center;width:12px}.track-button:hover{background-color:rgba(255,255,255,1.0);border:1px solid rgba(0,0,0,0.5);box-shadow:0 0 .05em rgba(0,0,0,0.4);color:rgba(0,0,0,1)}.track-close-button{left:2px;position:absolute;top:2px}.track-collapse-button{left:3px;position:absolute;top:2px}.drawing-container{-webkit-box-flex:1;display:inline;ove (…)
  /external/chromium_org/google_apis/gcm/engine/
mcs_client.cc 77 // Whether the message had a valid collapse key.
314 // same collapse key.
321 DVLOG(1) << "Found matching collapse key, Reusing persistent id of "
    [all...]
mcs_client_unittest.cc 725 // Sending two messages with the same collapse key and same app id while
743 // Sending two messages with the same collapse key and different app id while
770 // Sending two messages with the same collapse key and app id, but different
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
ShortcutsScreen.js 223 var expandCollapse = WebInspector.ShortcutsScreen.ElementsPanelShortcuts.Expand.concat(WebInspector.ShortcutsScreen.ElementsPanelShortcuts.Collapse);
224 elementsSection.addRelatedKeys(expandCollapse, WebInspector.UIString("Expand/collapse"));
315 Collapse: [
  /external/chromium_org/third_party/libwebp/enc/
histogram.c 578 // Collapse similar histograms in 'image_histo'.
723 // Collapse histograms with similar entropy.
728 // Collapse similar histograms by random histogram-pair compares.
  /external/clang/include/clang/AST/
StmtOpenMP.h 241 /// \brief Number of collapsed loops as specified by 'collapse' clause.
310 /// \brief Number of collapsed loops as specified by 'collapse' clause.
541 /// \brief Number of collapsed loops as specified by 'collapse' clause.
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
FlyoutControlComposite.java 531 * Handler for {@link SWT#MouseHover} event - temporary expands flyout and collapse again when
562 // mouse is in full container - collapse
565 // it is possible, that user restored (OPEN) flyout, so collapse only if we still in expand state
    [all...]
  /external/webp/src/enc/
histogram.c 578 // Collapse similar histograms in 'image_histo'.
723 // Collapse histograms with similar entropy.
728 // Collapse similar histograms by random histogram-pair compares.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java 379 // we just collapse this element slightly
609 // Collapse and expand the first child while the shade is being expanded
637 // If it is expanded we have to collapse it to a new size
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp_unittest.py     [all...]