Searched defs:innerBounds (Results 1 – 4 of 4) sorted by relevance
71 chrome.app.window.create('commands/webview.html', {innerBounds: {width: 600, height: 400}}, property
10 {id: "mainwin", innerBounds: {width: 500, height: 309, left: 0}}, property
117 const SkIRect& innerBounds() const { return fInnerBounds; } in innerBounds() function221 const SkIRect& innerBounds() const { return fInnerBounds; } in innerBounds() function
748 SkRect innerBounds = rr.getBounds(); in InnerBounds() local