OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetStoredRotation
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/display/
root_window_transformers_unittest.cc
112
gfx::Display::Rotation
GetStoredRotation
(int64 id) {
164
EXPECT_EQ(gfx::Display::ROTATE_0,
GetStoredRotation
(display1.id()));
165
EXPECT_EQ(gfx::Display::ROTATE_0,
GetStoredRotation
(display2_id));
183
EXPECT_EQ(gfx::Display::ROTATE_90,
GetStoredRotation
(display1.id()));
184
EXPECT_EQ(gfx::Display::ROTATE_0,
GetStoredRotation
(display2_id));
206
EXPECT_EQ(gfx::Display::ROTATE_90,
GetStoredRotation
(display1.id()));
207
EXPECT_EQ(gfx::Display::ROTATE_270,
GetStoredRotation
(display2_id));
223
EXPECT_EQ(gfx::Display::ROTATE_180,
GetStoredRotation
(display1.id()));
224
EXPECT_EQ(gfx::Display::ROTATE_270,
GetStoredRotation
(display2_id));
display_controller_unittest.cc
219
gfx::Display::Rotation
GetStoredRotation
(int64 id) {
[
all
...]
Completed in 85 milliseconds