Searched defs:expanding (Results 1 - 6 of 6) 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...]
/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/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 ...

Completed in 2815 milliseconds