OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetWindowTreeClient
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/ui/aura/test/
test_window_tree_client.cc
14
client::
SetWindowTreeClient
(root_window_, this);
18
client::
SetWindowTreeClient
(root_window_, NULL);
/external/chromium_org/ui/aura/client/
window_tree_client.h
41
AURA_EXPORT void
SetWindowTreeClient
(Window* window,
window_tree_client.cc
19
void
SetWindowTreeClient
(Window* window, WindowTreeClient* window_tree_client) {
/external/chromium_org/ui/wm/test/
wm_test_helper.cc
23
aura::client::
SetWindowTreeClient
(host_->window(), this);
/external/chromium_org/ui/aura/demo/
demo_main.cc
84
aura::client::
SetWindowTreeClient
(window_, this);
88
aura::client::
SetWindowTreeClient
(window_, NULL);
/external/chromium_org/mojo/examples/aura_demo/
aura_demo.cc
83
aura::client::
SetWindowTreeClient
(window_, this);
87
aura::client::
SetWindowTreeClient
(window_, NULL);
/external/chromium_org/athena/screen/
screen_manager_impl.cc
236
aura::client::
SetWindowTreeClient
(root_window_, NULL);
270
aura::client::
SetWindowTreeClient
(root_window_, window_tree_client_.get());
/external/chromium_org/extensions/shell/browser/
shell_desktop_controller.cc
302
aura::client::
SetWindowTreeClient
(host_->window(), this);
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.cc
170
aura::client::
SetWindowTreeClient
(root_window_, this);
173
aura::client::
SetWindowTreeClient
(root_window_, NULL);
[
all
...]
/external/chromium_org/ash/
root_window_controller.cc
703
aura::client::
SetWindowTreeClient
(root_window, stacking_controller_.get());
[
all
...]
Completed in 246 milliseconds