HomeSort by relevance Sort by last modified time
    Searched refs:content_bounds_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/views/corewm/
shadow.h 50 const gfx::Rect& content_bounds() const { return content_bounds_; }
67 // current |content_bounds_|.
76 gfx::Rect content_bounds_; member in class:views::corewm::Shadow
79 // grid should be set to |content_bounds_| inset by this amount.
shadow.cc 71 content_bounds_ = content_bounds;
189 gfx::Rect image_grid_bounds = content_bounds_;
  /external/chromium_org/chrome/browser/autofill/risk/
fingerprint_browsertest.cc 64 content_bounds_(11, 13, 17, 37),
139 EXPECT_EQ(content_bounds_.width(),
141 EXPECT_EQ(content_bounds_.height(),
163 const gfx::Rect content_bounds_; member in class:autofill::risk::AutofillRiskFingerprintTest
194 kObfuscatedGaiaId, window_bounds_, content_bounds_, screen_info,
  /external/chromium/chrome/browser/
aeropeek_manager.cc 302 content_bounds_(content_bounds),
323 GetThumbnailSize(content_bounds_.width(), content_bounds_.height(),
420 gfx::Rect content_bounds_; member in class:__anon4259::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_.width() + x] = GetTabPixel(x, y)
536 gfx::Rect content_bounds_; member in class:__anon4259::SendLivePreviewTask
    [all...]
  /external/chromium_org/components/autofill/content/browser/risk/
fingerprint.cc 247 const gfx::Rect content_bounds_; member in class:autofill::risk::__anon9802::FingerprintDataLoader
286 content_bounds_(content_bounds),
422 inner_window_size->set_width(content_bounds_.width());
423 inner_window_size->set_height(content_bounds_.height());

Completed in 616 milliseconds