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

/external/chromium/chrome/browser/
H A Daeropeek_manager.cc302 content_bounds_(content_bounds),
323 GetThumbnailSize(content_bounds_.width(), content_bounds_.height(),
420 gfx::Rect content_bounds_; member in class:__anon1688::SendThumbnailTask
445 content_bounds_(content_bounds),
465 gfx::CreateBitmapHeader(content_bounds_.width(), content_bounds_.height(),
482 for (int y = 0; y < content_bounds_.height(); ++y) {
483 for (int x = 0; x < content_bounds_.width(); ++x)
484 content_pixels[y * content_bounds_
536 gfx::Rect content_bounds_; member in class:__anon1688::SendLivePreviewTask
[all...]

Completed in 19 milliseconds