Home
last modified time | relevance | path

Searched refs:defaultHeight (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DPanel.js94 createSidebarView: function(parentElement, position, defaultWidth, defaultHeight) argument
102 …w WebInspector.SidebarView(position, this._sidebarWidthSettingName(), defaultWidth, defaultHeight);
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
Dcontroller.js16 defaultHeight: 380, minHeight: 380, maxHeight: 380, property
/external/replicaisland/src/com/replica/replicaisland/
DAndouKun.java132 int defaultHeight = 320; in onCreate() local
135 defaultWidth = (int)(defaultHeight * ratio); in onCreate()
170 … mGame.bootstrap(this, dm.widthPixels, dm.heightPixels, defaultWidth, defaultHeight, mDifficulty); in onCreate()
/external/chromium_org/chrome/common/extensions/api/
Dapp_window.idl38 [nodoc] long? defaultHeight;