OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTargetDisplay
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_ash.cc
33
display = target_display_provider_->
GetTargetDisplay
(screen_,
window_sizer.h
81
virtual gfx::Display
GetTargetDisplay
(const gfx::Screen* screen,
160
gfx::Display
GetTargetDisplay
(const gfx::Rect& bounds) const;
window_sizer.cc
145
virtual gfx::Display
GetTargetDisplay
(
247
GetDefaultWindowBounds(
GetTargetDisplay
(gfx::Rect()), bounds);
297
AdjustBoundsToBeVisibleOnDisplay(
GetTargetDisplay
(*bounds),
414
gfx::Display WindowSizer::
GetTargetDisplay
(const gfx::Rect& bounds) const {
415
return target_display_provider_->
GetTargetDisplay
(screen_, bounds);
window_sizer_common_unittest.cc
120
virtual gfx::Display
GetTargetDisplay
(
/external/chromium_org/chrome/browser/extensions/api/system_display/
display_info_provider_chromeos.cc
273
gfx::Display
GetTargetDisplay
(const std::string& display_id_str,
296
const gfx::Display target =
GetTargetDisplay
(display_id_str, display_manager);
Completed in 395 milliseconds