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

  /external/chromium_org/ui/wm/core/
shadow.h 49 const gfx::Rect& content_bounds() const { return content_bounds_; }
66 // current |content_bounds_|.
75 gfx::Rect content_bounds_; member in class:wm::Shadow
78 // grid should be set to |content_bounds_| inset by this amount.
shadow.cc 70 content_bounds_ = content_bounds;
188 gfx::Rect image_grid_bounds = content_bounds_;
  /external/chromium_org/components/autofill/content/browser/risk/
fingerprint_browsertest.cc 67 content_bounds_(11, 13, 17, 37),
147 EXPECT_EQ(content_bounds_.width(),
149 EXPECT_EQ(content_bounds_.height(),
171 const gfx::Rect content_bounds_; member in class:autofill::risk::AutofillRiskFingerprintTest
199 kObfuscatedGaiaId, window_bounds_, content_bounds_, screen_info,
fingerprint.cc 230 const gfx::Rect content_bounds_; member in class:autofill::risk::__anon10782::FingerprintDataLoader
280 content_bounds_(content_bounds),
407 inner_window_size->set_width(content_bounds_.width());
408 inner_window_size->set_height(content_bounds_.height());

Completed in 1070 milliseconds