Searched refs:expanding (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderDeprecatedFlexibleBox.cpp485 bool expanding = remainingSpace > 0; local
486 unsigned int start = expanding ? lowestFlexGroup : highestFlexGroup;
487 unsigned int end = expanding? highestFlexGroup : lowestFlexGroup;
499 if (allowedChildFlex(child, expanding, i))
504 LayoutUnit allowedFlex = allowedChildFlex(child, expanding, i);
507 spaceAvailableThisPass = expanding ? std::min(spaceAvailableThisPass, projectedFlex) : std::max(spaceAvailableThisPass, projectedFlex);
523 if (allowedChildFlex(child, expanding, i)) {
542 if (allowedChildFlex(child, expanding, i)) {
739 bool expanding = remainingSpace > 0; local
740 unsigned int start = expanding
994 allowedChildFlex(RenderBox* child, bool expanding, unsigned int group) argument
[all...]
H A DRenderDeprecatedFlexibleBox.h55 LayoutUnit allowedChildFlex(RenderBox* child, bool expanding, unsigned group);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Dpostproc_sse2.asm552 punpcklbw xmm1, xmm0 ; expanding
553 punpcklbw xmm2, xmm0 ; expanding
555 punpcklwd xmm1, xmm0 ; expanding to dwords
556 punpcklwd xmm2, xmm0 ; expanding to dwords
/external/libvpx/libvpx/vp8/common/x86/
H A Dpostproc_sse2.asm552 punpcklbw xmm1, xmm0 ; expanding
553 punpcklbw xmm2, xmm0 ; expanding
555 punpcklwd xmm1, xmm0 ; expanding to dwords
556 punpcklwd xmm2, xmm0 ; expanding to dwords
/external/lldb/scripts/
H A Dsed-sources58 Set the number of spaces per tab (default is 4) to use when expanding or
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_postproc_sse2.asm521 punpcklbw xmm1, xmm0 ; expanding
522 punpcklbw xmm2, xmm0 ; expanding
524 punpcklwd xmm1, xmm0 ; expanding to dwords
525 punpcklwd xmm2, xmm0 ; expanding to dwords
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_postproc_sse2.asm521 punpcklbw xmm1, xmm0 ; expanding
522 punpcklbw xmm2, xmm0 ; expanding
524 punpcklwd xmm1, xmm0 ; expanding to dwords
525 punpcklwd xmm2, xmm0 ; expanding to dwords
/external/mksh/src/
H A Dfuncs.c1808 bool rawmode = false, expanding = false; local
2008 if (expanding) {
2009 expanding = false;
2027 expanding = true;
2057 expanding = false;
2120 if (expanding) {
2121 expanding = false;
2126 expanding = true;
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc1657 const ExpandingTextfield* expanding = static_cast<ExpandingTextfield*>( local
1659 if (expanding && expanding->needs_layout())
2395 const views::View* expanding = local
2399 if (expanding == cc_group->suggested_info->textfield())
2409 if (expanding == text_it->second)
/external/linux-tools-perf/perf-3.12.0/tools/perf/config/
H A Dutilities.mak108 # At least GNU make gets confused by expanding a newline
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jar ... .util.List classpathEntries java.util.List expanding org.eclipse.jdt.launching.IRuntimeClasspathEntry[] runti ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/bison/build-aux/
H A Dtexinfo.tex3921 % \endtemplate) expanding \doitemize.
5693 % \noexpand\putwordAppendix avoids expanding indigestible
5704 % \noexpand\putwordChapter avoids expanding indigestible
5851 % \noexpand\putwordSection avoids expanding indigestible
5864 % \noexpand\putwordSection avoids expanding indigestible
8662 % Append the tokens #2 to the definition of macro #1, not expanding either.

Completed in 363 milliseconds