Searched defs:getPadding (Results 1 - 2 of 2) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
H A DSerializeOptions.java332 public int getPadding() method in class:SerializeOptions
/external/chromium/chrome/browser/resources/keyboard/
H A Dmain.js97 getPadding: function(mode, height) {
108 var padding = this.getPadding(mode, height);
204 getPadding: function(mode, height) { return 0; },
272 getPadding: function(mode, height) {
274 return BaseKey.prototype.getPadding.call(this, mode, height);
398 getPadding: function(mode, height) { return 0; },

Completed in 82 milliseconds