OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestWindowTreeClient
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ui/aura/test/
test_window_tree_client.cc
12
TestWindowTreeClient
::
TestWindowTreeClient
(Window* root_window)
17
TestWindowTreeClient
::~
TestWindowTreeClient
() {
21
Window*
TestWindowTreeClient
::GetDefaultParent(Window* context,
test_window_tree_client.h
16
class
TestWindowTreeClient
: public client::WindowTreeClient {
18
explicit
TestWindowTreeClient
(Window* root_window);
19
virtual ~
TestWindowTreeClient
();
28
DISALLOW_COPY_AND_ASSIGN(
TestWindowTreeClient
);
aura_test_helper.h
33
class
TestWindowTreeClient
;
64
scoped_ptr<
TestWindowTreeClient
> stacking_client_;
aura_test_helper.cc
86
stacking_client_.reset(new
TestWindowTreeClient
(root_window()));
/external/chromium_org/content/shell/browser/
shell_aura.cc
142
new aura::test::
TestWindowTreeClient
(root_window_->window()));
Completed in 74 milliseconds