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

  /external/chromium_org/win8/metro_driver/
direct3d_helper.h 37 ABI::Windows::Foundation::Rect window_bounds_; member in class:metro_driver::Direct3DHelper
direct3d_helper.cc 86 CheckIfFailed(window_->get_Bounds(&window_bounds_));
87 float window_width = ConvertDipsToPixels(window_bounds_.Width);
88 float window_height = ConvertDipsToPixels(window_bounds_.Height);
  /external/chromium_org/chrome/browser/autofill/risk/
fingerprint_browsertest.cc 63 : window_bounds_(2, 3, 5, 7),
143 EXPECT_EQ(window_bounds_.width(),
145 EXPECT_EQ(window_bounds_.height(),
162 const gfx::Rect window_bounds_; member in class:autofill::risk::AutofillRiskFingerprintTest
194 kObfuscatedGaiaId, window_bounds_, content_bounds_, screen_info,
  /external/chromium/chrome/browser/sync/
profile_sync_service_session_unittest.cc 57 : window_bounds_(0, 1, 2, 3),
74 service()->SetWindowBounds(window_id_, window_bounds_, false);
143 const gfx::Rect window_bounds_; member in class:browser_sync::ProfileSyncServiceSessionTest
  /external/chromium_org/components/autofill/content/browser/risk/
fingerprint.cc 246 const gfx::Rect window_bounds_; member in class:autofill::risk::__anon9802::FingerprintDataLoader
285 window_bounds_(window_bounds),
426 outer_window_size->set_width(window_bounds_.width());
427 outer_window_size->set_height(window_bounds_.height());
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_session_unittest.cc 190 : window_bounds_(0, 1, 2, 3),
319 const gfx::Rect window_bounds_; member in class:browser_sync::ProfileSyncServiceSessionTest
    [all...]

Completed in 76 milliseconds