Searched refs:pendingChanges (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
H A Doptions.js213 advancedFonts.pendingChanges = new PendingChanges();
240 var pendingFontSize = advancedFonts.pendingChanges.getFontSize(fontSizeKey);
244 advancedFonts.pendingChanges.setFontSize(fontSizeKey, null);
245 $('apply-settings').disabled = advancedFonts.pendingChanges.isEmpty();
269 var pendingChanges = advancedFonts.pendingChanges;
277 pendingChanges.getFont(details.script, details.genericFamily);
281 pendingChanges.setFont(script, genericFamily, null);
282 $('apply-settings').disabled = advancedFonts.pendingChanges.isEmpty();
373 $('apply-settings').disabled = advancedFonts.pendingChanges
[all...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocalDOMWindow.cpp264 FloatRect LocalDOMWindow::adjustWindowRect(LocalFrame& frame, const FloatRect& pendingChanges) argument
283 if (!std::isnan(pendingChanges.x()))
284 window.setX(pendingChanges.x());
285 if (!std::isnan(pendingChanges.y()))
286 window.setY(pendingChanges.y());
287 if (!std::isnan(pendingChanges.width()))
288 window.setWidth(pendingChanges.width());
289 if (!std::isnan(pendingChanges.height()))
290 window.setHeight(pendingChanges.height());
H A DLocalDOMWindow.h122 static FloatRect adjustWindowRect(LocalFrame&, const FloatRect& pendingChanges);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 142 milliseconds