HomeSort by relevance Sort by last modified time
    Searched defs:Background (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/cvox2/background/
background.js 7 * background page.
10 goog.provide('cvox2.Background');
20 * ChromeVox2 background page.
22 cvox2.Background = function() {
52 cvox2.Background.prototype = {
65 cvox.ChromeVox.background.injectChromeVoxIntoTabs([tab], true);
131 /** @type {cvox2.Background} */
132 cvox2.global.backgroundObj = new cvox2.Background();
  /external/chromium_org/ui/file_manager/file_manager/background/js/
background.js 18 * Root class of the background page.
21 function Background() {
41 * Progress center of the background page.
105 * Last time when the background page can close.
146 Background.CLOSE_DELAY_MS_ = 5000;
153 Background.makeGeometryKey = function(url) {
162 Background.MAXIMIZED_KEY_ = 'isMaximized';
170 Background.prototype.ready = function(callback) {
175 * Checks the current condition of background page and closes it if possible.
177 Background.prototype.tryClose = function()
    [all...]
  /external/chromium_org/ui/views/
background.h 29 // Background class
31 // A background implements a way for views to paint a background. The
32 // background can be either solid or based on a gradient. Of course,
33 // Background can be subclassed to implement various effects.
35 // Any View can have a background. See View::SetBackground() and
39 class VIEWS_EXPORT Background {
41 Background();
42 virtual ~Background();
44 // Creates a background that fills the canvas in the specified color
    [all...]
background.cc 5 #include "ui/views/background.h"
17 // SolidBackground is a trivial Background implementation that fills the
18 // background in a solid color.
19 class SolidBackground : public Background {
26 // Fill the background. Note that we don't constrain to the bounds as
35 class BackgroundPainter : public Background {
59 Background::Background()
67 Background::~Background() {
103 Background* background = CreateBackgroundPainter( local
116 Background* background = CreateBackgroundPainter( local
    [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfShadingDictionary_autogen.cpp 55 SkPdfArray* SkPdfShadingDictionary::Background(SkPdfNativeDoc* doc) {
56 SkPdfNativeObject* ret = get("Background", "");
64 return get("Background", "") != NULL;
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
raytrace.js 69 // flog/background.js
304 background : null,
314 this.background = new Flog.RayTracer.Background(new Flog.RayTracer.Color(0,0,0.5), 0.2);
587 Flog.RayTracer.Background = Class.create();
589 Flog.RayTracer.Background.prototype = {
677 return scene.background.color;
711 var color = Flog.RayTracer.Color.prototype.multiplyScalar(info.color, scene.background.ambience);
752 refl.color = scene.background.color;
820 scene.background = new Flog.RayTracer.Background
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-raytrace.js 64 // flog/background.js
305 background : null,
315 this.background = new Flog.RayTracer.Background(new Flog.RayTracer.Color(0,0,0.5), 0.2);
613 Flog.RayTracer.Background = Class.create();
615 Flog.RayTracer.Background.prototype = {
703 return scene.background.color;
737 var color = Flog.RayTracer.Color.prototype.multiplyScalar(info.color, scene.background.ambience);
778 refl.color = scene.background.color;
846 scene.background = new Flog.RayTracer.Background
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-raytrace.js 64 // flog/background.js
305 background : null,
315 this.background = new Flog.RayTracer.Background(new Flog.RayTracer.Color(0,0,0.5), 0.2);
613 Flog.RayTracer.Background = Class.create();
615 Flog.RayTracer.Background.prototype = {
703 return scene.background.color;
737 var color = Flog.RayTracer.Color.prototype.multiplyScalar(info.color, scene.background.ambience);
778 refl.color = scene.background.color;
846 scene.background = new Flog.RayTracer.Background
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-raytrace.js 64 // flog/background.js
299 background : null,
309 this.background = new Flog.RayTracer.Background(new Flog.RayTracer.Color(0,0,0.5), 0.2);
582 Flog.RayTracer.Background = Class.create();
584 Flog.RayTracer.Background.prototype = {
672 return scene.background.color;
706 var color = Flog.RayTracer.Color.prototype.multiplyScalar(info.color, scene.background.ambience);
747 refl.color = scene.background.color;
815 scene.background = new Flog.RayTracer.Background
    [all...]
  /external/chromium_org/v8/benchmarks/
raytrace.js 69 // flog/background.js
304 background : null,
314 this.background = new Flog.RayTracer.Background(new Flog.RayTracer.Color(0,0,0.5), 0.2);
587 Flog.RayTracer.Background = Class.create();
589 Flog.RayTracer.Background.prototype = {
677 return scene.background.color;
711 var color = Flog.RayTracer.Color.prototype.multiplyScalar(info.color, scene.background.ambience);
752 refl.color = scene.background.color;
820 scene.background = new Flog.RayTracer.Background
    [all...]
  /external/libpng/contrib/libtests/
pngstest.c 765 /* The background as the original sRGB 8-bit value converted to the final
771 } Background;
1117 * background color. (Adding an alpha channel is a no-op.)
1138 * bckg: composite on gray background
1139 * bckc: composite on color background
1141 * g8b: convert sRGB components to grayscale and composite on gray background
1155 * b16g: composite linear onto gray background and convert the result to sRGB
1156 * b16c: composite linear onto color background and convert the result to sRGB
1160 * gb16: composite linear onto background and convert to sRGB grayscale
1162 * cb16: composite linear onto background and convert to sRG
2151 const Background* background; member in struct:__anon4168
3355 png_colorp background = NULL; local
    [all...]

Completed in 614 milliseconds