Home
last modified time | relevance | path

Searched refs:checkmark_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
Dwallpaper_images_grid.js171 checkmark_: undefined, property in WallpaperThumbnailsGrid
199 this.checkmark_ = cr.doc.createElement('div');
200 this.checkmark_.classList.add('check');
260 if (this.checkmark_.parentNode &&
261 this.checkmark_.parentNode == selectedGridItem) {
266 if (this.checkmark_.parentNode)
267 this.checkmark_.parentNode.removeChild(this.checkmark_);
271 selectedGridItem.appendChild(this.checkmark_);
/external/chromium_org/ui/views/controls/
Dthrobber.cc142 checkmark_(ui::ResourceBundle::GetSharedInstance().GetImageNamed( in CheckmarkThrobber()
162 int checkmark_x = (width() - checkmark_->width()) / 2; in OnPaint()
163 int checkmark_y = (height() - checkmark_->height()) / 2; in OnPaint()
164 canvas->DrawImageInt(*checkmark_, checkmark_x, checkmark_y); in OnPaint()
Dthrobber.h120 const gfx::ImageSkia* checkmark_; variable