Searched defs:Bounds (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/extensions/renderer/resources/
H A Dapp_window_custom_bindings.js21 // Bounds class definition.
22 var Bounds = function(boundsKey) { function
25 Object.defineProperty(Bounds.prototype, 'left', {
34 Object.defineProperty(Bounds.prototype, 'top', {
43 Object.defineProperty(Bounds.prototype, 'width', {
52 Object.defineProperty(Bounds.prototype, 'height', {
61 Object.defineProperty(Bounds.prototype, 'minWidth', {
70 Object.defineProperty(Bounds.prototype, 'maxWidth', {
79 Object.defineProperty(Bounds.prototype, 'minHeight', {
88 Object.defineProperty(Bounds
96 Bounds.prototype.setPosition = function(left, top) { class
[all...]
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfType3FunctionDictionary_autogen.cpp23 SkPdfArray* SkPdfType3FunctionDictionary::Bounds(SkPdfNativeDoc* doc) { function in class:SkPdfType3FunctionDictionary
24 SkPdfNativeObject* ret = get("Bounds", "");
32 return get("Bounds", "") != NULL;
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfType3FunctionDictionary_autogen.cpp23 SkPdfArray* SkPdfType3FunctionDictionary::Bounds(SkPdfNativeDoc* doc) { function in class:SkPdfType3FunctionDictionary
24 SkPdfNativeObject* ret = get("Bounds", "");
32 return get("Bounds", "") != NULL;
/external/chromium_org/tools/telemetry/telemetry/timeline/
H A Dbounds.py5 class Bounds(object): class in inherits:object
14 bounds = Bounds()
20 return "Bounds()"
22 return "Bounds(min=%s,max=%s)" % (self.min_, self.max_)
104 return Bounds.GetOverlap(first_bounds.min_, first_bounds.max_,
/external/chromium_org/third_party/skia/src/core/
H A DSkRecordDraw.cpp139 const Bounds largest = Bounds::MakeLargest();
174 // In this file, SkRect are in local coordinates, Bounds are translated back to identity space.
175 typedef SkRect Bounds; typedef in class:SkRecords::FillBounds
179 Bounds bounds; // Bounds of everything in the block.
199 Bounds clip = SkRect::Make(devBounds);
202 fCurrentClipBounds = this->adjustForSaveLayerPaints(&clip) ? clip : Bounds::MakeLargest();
212 Bounds clip = SkRect::Make(op.devBounds);
214 this->adjustForSaveLayerPaints(&clip, kSavesToIgnore) ? clip : Bounds
[all...]
/external/chromium_org/v8/src/
H A Dtypes.h1047 typedef BoundsImpl<ZoneTypeConfig> Bounds; typedef in namespace:v8::internal
/external/chromium_org/third_party/closure_compiler/externs/
H A Dchrome_extensions.js398 * @return {!chrome.app.window.Bounds} The current window bounds.
405 * @param {!chrome.app.window.Bounds} bounds The new window bounds.
461 * @see http://developer.chrome.com/apps/app.window.html#type-Bounds
463 chrome.app.window.Bounds;
474 * bounds: (!chrome.app.window.Bounds|undefined),
3881 chrome.system.display.Bounds = function() {};
3885 chrome.system.display.Bounds.prototype.left;
3889 chrome.system.display.Bounds.prototype.top;
3893 chrome.system.display.Bounds.prototype.width;
3897 chrome.system.display.Bounds
[all...]
/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 1418 milliseconds