/external/chromium_org/ui/message_center/views/ |
D | message_popup_collection_unittest.cc | 37 collection_->SetDisplayInfo(gfx::Rect(0, 0, 600, 390), in SetUp() 204 collection()->SetDisplayInfo(gfx::Rect(0, 0, 590, 400), // Work-area. in TEST_F() 226 collection()->SetDisplayInfo(gfx::Rect(0, 0, 600, 390), // Work-area. in TEST_F() 232 collection()->SetDisplayInfo(gfx::Rect(0, 10, 600, 390), // Work-area. in TEST_F() 254 collection()->SetDisplayInfo(gfx::Rect(0, 0, 600, 390), // Work-area. in TEST_F() 263 collection()->SetDisplayInfo(gfx::Rect(10, 10, 590, 390), // Work-area. in TEST_F() 285 collection()->SetDisplayInfo(gfx::Rect(0, 0, 600, 390), // Work-area. in TEST_F() 294 collection()->SetDisplayInfo(gfx::Rect(0, 10, 580, 400), // Work-area. in TEST_F() 316 collection()->SetDisplayInfo(gfx::Rect(0, 0, 600, 390), // Work-area. in TEST_F() 322 collection()->SetDisplayInfo(gfx::Rect(10, 0, 590, 400), // Work-area. in TEST_F() [all …]
|
D | message_popup_collection.cc | 554 void MessagePopupCollection::SetDisplayInfo(const gfx::Rect& work_area, in SetDisplayInfo() function in message_center::MessagePopupCollection 571 SetDisplayInfo(display.work_area(), display.bounds()); in OnDisplayRemoved() 581 SetDisplayInfo(display.work_area(), display.bounds()); in OnDisplayMetricsChanged()
|
D | message_popup_collection.h | 119 void SetDisplayInfo(const gfx::Rect& work_area,
|
/external/chromium_org/content/common/cursors/ |
D | webcursor_aurawin.cc | 30 void WebCursor::SetDisplayInfo(const gfx::Display& display) { in SetDisplayInfo() function in content::WebCursor
|
D | webcursor_ozone.cc | 28 void WebCursor::SetDisplayInfo(const gfx::Display& display) { in SetDisplayInfo() function in content::WebCursor
|
D | webcursor_aurax11.cc | 41 void WebCursor::SetDisplayInfo(const gfx::Display& display) { in SetDisplayInfo() function in content::WebCursor
|
D | webcursor.h | 110 void SetDisplayInfo(const gfx::Display& display);
|
/external/chromium_org/ash/system/web_notification/ |
D | web_notification_tray.cc | 189 collection_->SetDisplayInfo(work_area, display.bounds()); in OnAutoHideStateChanged()
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_view_aura.cc | 802 current_cursor_.SetDisplayInfo(display); in UpdateCursor() 1596 current_cursor_.SetDisplayInfo(display); in OnDisplayMetricsChanged() 1671 current_cursor_.SetDisplayInfo(display); in OnDeviceScaleFactorChanged()
|