Searched defs:availableSpace (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/resources/quota_internals/
H A Devent_handler.js165 var availableSpace = undefined; variable
263 * |event.detail| contains |availableSpace|.
264 * |availableSpace| represents total available disk space.
271 availableSpace = event.detail;
272 $('diskspace-entry').innerHTML = numBytesToText_(availableSpace);
508 JSON.stringify({availableSpace: availableSpace}, null, 2) + '\n' +
/external/jmdns/src/javax/jmdns/impl/
H A DDNSOutgoing.java232 public int availableSpace() { method in class:DNSOutgoing
246 if (byteArray.length < this.availableSpace()) {
280 if (byteArray.length < this.availableSpace()) {
300 if (byteArray.length < this.availableSpace()) {
319 if (byteArray.length < this.availableSpace()) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.cpp2945 void RenderBox::shrinkToFitWidth(const LayoutUnit availableSpace, const LayoutUnit logicalLeftValue, const LayoutUnit bordersPlusPadding, LogicalExtentComputedValues& computedValues) const argument
2950 LayoutUnit availableWidth = availableSpace - logicalLeftValue;
2994 const LayoutUnit availableSpace = containerLogicalWidth - (logicalLeftValue + computedValues.m_extent + valueForLength(logicalRight, containerLogicalWidth) + bordersPlusPadding); local
2999 if (availableSpace >= 0) {
3000 marginLogicalLeftValue = availableSpace / 2; // split the difference
3001 marginLogicalRightValue = availableSpace - marginLogicalLeftValue; // account for odd valued differences
3007 marginLogicalRightValue = availableSpace; // will be negative
3009 marginLogicalLeftValue = availableSpace; // will be negative
3016 marginLogicalLeftValue = availableSpace - marginLogicalRightValue;
3020 marginLogicalRightValue = availableSpace
3077 const LayoutUnit availableSpace = containerLogicalWidth - (marginLogicalLeftValue + marginLogicalRightValue + bordersPlusPadding); local
3313 const LayoutUnit availableSpace = containerLogicalHeight - (logicalTopValue + logicalHeightValue + valueForLength(logicalBottom, containerLogicalHeight) + bordersPlusPadding); local
3364 const LayoutUnit availableSpace = containerLogicalHeight - (computedValues.m_margins.m_before + computedValues.m_margins.m_after + bordersPlusPadding); local
3433 const LayoutUnit availableSpace = containerLogicalWidth - computedValues.m_extent; local
3596 const LayoutUnit availableSpace = containerLogicalHeight - computedValues.m_extent; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 243 milliseconds