OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bounds_in_native
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ash/display/
virtual_keyboard_window_controller.cc
43
const gfx::Rect&
bounds_in_native
= display_info.
bounds_in_native
();
local
44
aura::RootWindow::CreateParams params(
bounds_in_native
);
46
CreateRootWindowHost(
bounds_in_native
);
71
root_window->SetHostBounds(display_info.
bounds_in_native
());
display_info.h
103
const gfx::Rect
bounds_in_native
() const {
function in class:ash::internal::DisplayInfo
131
// given |
bounds_in_native
|.
132
void SetBounds(const gfx::Rect&
bounds_in_native
);
134
// Update the |
bounds_in_native
| according to the current overscan
mirror_window_controller.cc
164
const gfx::Rect&
bounds_in_native
= display_info.
bounds_in_native
();
local
165
aura::RootWindow::CreateParams params(
bounds_in_native
);
167
CreateRootWindowHost(
bounds_in_native
);
207
root_window_->SetHostBounds(display_info.
bounds_in_native
());
display_controller.cc
508
if (display_info.
bounds_in_native
().Contains(
600
DCHECK(!display_info.
bounds_in_native
().IsEmpty());
603
dispatcher->SetHostBounds(display_info.
bounds_in_native
());
619
dispatcher->SetHostBounds(display_info.
bounds_in_native
());
757
const gfx::Rect&
bounds_in_native
= display_info.
bounds_in_native
();
local
758
aura::RootWindow::CreateParams params(
bounds_in_native
);
760
CreateRootWindowHost(
bounds_in_native
);
Completed in 52 milliseconds