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 65 content_bounds_(11, 13, 17, 37),
140 EXPECT_EQ(content_bounds_.width(),
142 EXPECT_EQ(content_bounds_.height(),
164 const gfx::Rect content_bounds_; member in class:autofill::risk::AutofillRiskFingerprintTest
200 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:__anon4262::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:__anon4262::SendLivePreviewTask
    [all...]
  /external/chromium_org/components/autofill/content/browser/risk/
fingerprint.cc 299 const gfx::Rect content_bounds_; member in class:autofill::risk::__anon10046::FingerprintDataLoader
345 content_bounds_(content_bounds),
468 inner_window_size->set_width(content_bounds_.width());
469 inner_window_size->set_height(content_bounds_.height());

Completed in 767 milliseconds