OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateWorkAreaFromInsets
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/gfx/
display.h
100
void
UpdateWorkAreaFromInsets
(const gfx::Insets& work_area_insets);
display_unittest.cc
28
display.
UpdateWorkAreaFromInsets
(gfx::Insets(3, 4, 5, 6));
display.cc
111
UpdateWorkAreaFromInsets
(insets);
124
void Display::
UpdateWorkAreaFromInsets
(const gfx::Insets& insets) {
/external/chromium_org/ash/display/
display_manager.cc
359
display->
UpdateWorkAreaFromInsets
(insets);
680
new_display.
UpdateWorkAreaFromInsets
(current_display.GetWorkAreaInsets());
[
all
...]
Completed in 151 milliseconds