OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChildLayerNamesAsString
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ui/compositor/test/
test_layers.h
17
std::string
ChildLayerNamesAsString
(const ui::Layer& parent);
test_layers.cc
12
std::string
ChildLayerNamesAsString
(const ui::Layer& parent) {
/external/chromium_org/ui/views/widget/
window_reorderer_unittest.cc
82
ui::test::
ChildLayerNamesAsString
(*parent_window->layer()));
89
ui::test::
ChildLayerNamesAsString
(*parent_window->layer()));
96
ui::test::
ChildLayerNamesAsString
(*parent_window->layer()));
103
ui::test::
ChildLayerNamesAsString
(*parent_window->layer()));
108
ui::test::
ChildLayerNamesAsString
(*parent_window->layer()));
115
ui::test::
ChildLayerNamesAsString
(*parent_window->layer()));
120
ui::test::
ChildLayerNamesAsString
(*parent_window->layer()));
156
ui::test::
ChildLayerNamesAsString
(*parent_window->layer()));
161
ui::test::
ChildLayerNamesAsString
(*parent_window->layer()));
169
ui::test::
ChildLayerNamesAsString
(*parent_window->layer()))
[
all
...]
/external/chromium_org/ui/views/corewm/
window_util_unittest.cc
97
ASSERT_EQ("v1 v4 w2 v7", ui::test::
ChildLayerNamesAsString
(*w1_layer));
99
ASSERT_EQ("v5", ui::test::
ChildLayerNamesAsString
(*w2_layer));
101
ASSERT_EQ("v6", ui::test::
ChildLayerNamesAsString
(*v5_layer));
108
ASSERT_EQ("v1 v4 w2 v7", ui::test::
ChildLayerNamesAsString
(*w1_layer));
110
ASSERT_EQ("v5", ui::test::
ChildLayerNamesAsString
(*w2_layer));
112
ASSERT_EQ("v6", ui::test::
ChildLayerNamesAsString
(*v5_layer));
/external/chromium_org/ui/compositor/
layer_unittest.cc
701
EXPECT_EQ("3 2 1", test::
ChildLayerNamesAsString
(*root.get()));
704
EXPECT_EQ("2 1 3", test::
ChildLayerNamesAsString
(*root.get()));
707
EXPECT_EQ("2 3 1", test::
ChildLayerNamesAsString
(*root.get()));
710
EXPECT_EQ("2 3 1", test::
ChildLayerNamesAsString
(*root.get()));
713
EXPECT_EQ("3 2 1", test::
ChildLayerNamesAsString
(*root.get()));
716
EXPECT_EQ("3 1 2", test::
ChildLayerNamesAsString
(*root.get()));
719
EXPECT_EQ("3 1 2", test::
ChildLayerNamesAsString
(*root.get()));
722
EXPECT_EQ("2 3 1", test::
ChildLayerNamesAsString
(*root.get()));
725
EXPECT_EQ("3 2 1", test::
ChildLayerNamesAsString
(*root.get()));
728
EXPECT_EQ("3 2 1", test::
ChildLayerNamesAsString
(*root.get()))
[
all
...]
/external/chromium_org/ui/aura/
window_unittest.cc
[
all
...]
Completed in 147 milliseconds