OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChildLayerNamesAsString
(Results
1 - 7
of
7
) 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/
view_unittest_aura.cc
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));
122
ASSERT_EQ("v1 v4 w2 v7", ui::test::
ChildLayerNamesAsString
(*w1_layer));
123
ASSERT_EQ("v5", ui::test::
ChildLayerNamesAsString
(*w2_layer));
124
ASSERT_EQ("v6", ui::test::
ChildLayerNamesAsString
(*v5_layer));
125
EXPECT_EQ("v8 v9", ui::test::
ChildLayerNamesAsString
(*v7_layer));
148
ASSERT_EQ("v1 v4 w2 v7", ui::test::
ChildLayerNamesAsString
(*w1_new_layer));
150
ASSERT_EQ("v5", ui::test::
ChildLayerNamesAsString
(*w2_new_layer));
152
ASSERT_EQ("v6", ui::test::
ChildLayerNamesAsString
(*v5_new_layer))
[
all
...]
/external/chromium_org/ui/wm/core/
transient_window_stacking_client_unittest.cc
190
ui::test::
ChildLayerNamesAsString
(*root_window()->layer()));
198
ui::test::
ChildLayerNamesAsString
(*root_window()->layer()));
204
ui::test::
ChildLayerNamesAsString
(*root_window()->layer()));
212
ui::test::
ChildLayerNamesAsString
(*root_window()->layer()));
/external/chromium_org/ui/compositor/
layer_unittest.cc
782
EXPECT_EQ("3 2 1", test::
ChildLayerNamesAsString
(*root.get()));
785
EXPECT_EQ("2 1 3", test::
ChildLayerNamesAsString
(*root.get()));
788
EXPECT_EQ("2 3 1", test::
ChildLayerNamesAsString
(*root.get()));
791
EXPECT_EQ("2 3 1", test::
ChildLayerNamesAsString
(*root.get()));
794
EXPECT_EQ("3 2 1", test::
ChildLayerNamesAsString
(*root.get()));
797
EXPECT_EQ("3 1 2", test::
ChildLayerNamesAsString
(*root.get()));
800
EXPECT_EQ("3 1 2", test::
ChildLayerNamesAsString
(*root.get()));
803
EXPECT_EQ("2 3 1", test::
ChildLayerNamesAsString
(*root.get()));
806
EXPECT_EQ("3 2 1", test::
ChildLayerNamesAsString
(*root.get()));
809
EXPECT_EQ("3 2 1", test::
ChildLayerNamesAsString
(*root.get()))
[
all
...]
/external/chromium_org/ui/aura/
window_unittest.cc
[
all
...]
Completed in 270 milliseconds