Searched refs:checkmark_ (Results 1 – 3 of 3) sorted by relevance
171 checkmark_: undefined, property in WallpaperThumbnailsGrid199 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_);
142 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()
120 const gfx::ImageSkia* checkmark_; variable