Searched defs:Background (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/resources/file_manager/background/js/
H A Dbackground.js32 function Background() { class
123 Background.CLOSE_DELAY_MS_ = 5000;
130 Background.makeGeometryKey = function(url) {
140 Background.prototype.ready = function(callback) {
150 Background.prototype.tryClose = function() {
173 Date.now() - this.lastTimeCanClose_ < Background.CLOSE_DELAY_MS_) {
176 setTimeout(this.tryClose.bind(this), Background.CLOSE_DELAY_MS_);
189 Background.prototype.getSimilarWindows = function(url) {
280 var key = Background.makeGeometryKey(this.url_);
387 preferences[Background
[all...]
/external/chromium_org/ui/views/
H A Dbackground.cc17 // SolidBackground is a trivial Background implementation that fills the
19 class SolidBackground : public Background {
35 class BackgroundPainter : public Background {
59 Background::Background() function in class:views::Background
67 Background::~Background() {
73 void Background::SetNativeControlColor(SkColor color) {
82 HBRUSH Background::GetNativeControlBrush() const {
90 Background* Backgroun
[all...]
H A Dbackground.h29 // Background class
33 // Background can be subclassed to implement various effects.
39 class VIEWS_EXPORT Background { class in namespace:views
41 Background();
42 virtual ~Background();
45 static Background* CreateSolidBackground(SkColor color);
48 static Background* CreateSolidBackground(int r, int g, int b) {
53 static Background* CreateSolidBackground(int r, int g, int b, int a) {
59 static Background* CreateVerticalGradientBackground(SkColor color1,
67 static Background* CreateVerticalMultiColorGradientBackgroun
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-raytrace.js315 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 = {
846 scene.background = new Flog.RayTracer.Background(
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-raytrace.js315 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 = {
846 scene.background = new Flog.RayTracer.Background(
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-raytrace.js309 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 = {
815 scene.background = new Flog.RayTracer.Background(
/external/chromium_org/v8/benchmarks/
H A Draytrace.js314 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 = {
820 scene.background = new Flog.RayTracer.Background(
/external/v8/benchmarks/
H A Draytrace.js314 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 = {
820 scene.background = new Flog.RayTracer.Background(
/external/qemu/android/skin/
H A Dwindow.c35 typedef struct Background { struct
39 } Background; typedef in typeref:struct:Background
42 background_done( Background* back )
48 background_init( Background* back, SkinBackground* sback, SkinLocation* loc, SkinRect* frame )
62 background_redraw( Background* back, SkinRect* rect, SDL_Surface* surface )
636 Background* background;
649 button_init( Button* button, SkinButton* sbutton, SkinLocation* loc, Background* back, SkinRect* frame, SkinLayout* slayout )
804 Background* backgrounds;
911 Background* back = NULL;
1594 Background* bac
[all...]
/external/dropbear/libtomcrypt/
H A Dcrypt.tex765 \subsection{Background}
3223 \subsection{Background}
3601 \mysection{Background}
764 \\subsection{Background} subsubsection

Completed in 1059 milliseconds