OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetFocusClient
(Results
1 - 25
of
31
) sorted by null
1
2
/external/chromium_org/ui/aura/client/
focus_client.cc
23
FocusClient*
GetFocusClient
(Window* window) {
24
return
GetFocusClient
(static_cast<const Window*>(window));
27
FocusClient*
GetFocusClient
(const Window* window) {
focus_client.h
40
AURA_EXPORT FocusClient*
GetFocusClient
(Window* window);
41
AURA_EXPORT FocusClient*
GetFocusClient
(const Window* window);
/external/chromium_org/ash/wm/
window_manager_unittest.cc
183
aura::client::
GetFocusClient
(w121.get());
198
focus_client = aura::client::
GetFocusClient
(w122.get());
208
EXPECT_EQ(aura::client::
GetFocusClient
(w12.get()),
209
aura::client::
GetFocusClient
(w122.get()));
211
aura::client::
GetFocusClient
(w12.get())->GetFocusedWindow());
217
aura::client::
GetFocusClient
(w12.get())->GetFocusedWindow());
222
EXPECT_EQ(NULL, aura::client::
GetFocusClient
(w122.get()));
224
aura::client::
GetFocusClient
(w12.get())->GetFocusedWindow());
230
aura::client::
GetFocusClient
(w12.get())->GetFocusedWindow());
236
EXPECT_EQ(aura::client::
GetFocusClient
(w12.get())
[
all
...]
app_list_controller.cc
235
aura::client::
GetFocusClient
(widget->GetNativeView())->AddObserver(this);
250
aura::client::
GetFocusClient
(widget->GetNativeView())->RemoveObserver(this);
/external/chromium_org/ui/views/corewm/
focus_controller.cc
229
aura::client::
GetFocusClient
(params.new_parent) !=
230
aura::client::
GetFocusClient
(params.receiver))) {
239
aura::client::
GetFocusClient
(params.new_parent) !=
240
aura::client::
GetFocusClient
(params.receiver))) {
base_focus_rules.cc
19
aura::client::
GetFocusClient
(context);
focus_controller_unittest.cc
147
aura::client::
GetFocusClient
(root_window_)->AddObserver(this);
151
aura::client::
GetFocusClient
(root_window_)->RemoveObserver(this);
202
aura::client::
GetFocusClient
(gained_active);
326
aura::client::
GetFocusClient
(root_window())->FocusWindow(window);
329
return aura::client::
GetFocusClient
(root_window())->GetFocusedWindow();
[
all
...]
/external/chromium_org/ui/aura/
window_targeter.cc
29
client::FocusClient* focus_client = client::
GetFocusClient
(root_window);
root_window_unittest.cc
93
return client::
GetFocusClient
(window)->GetFocusedWindow() == window;
313
EXPECT_EQ(NULL, client::
GetFocusClient
(w1)->GetFocusedWindow());
861
client::
GetFocusClient
(w1.get())->FocusWindow(w11);
[
all
...]
window.cc
762
client::FocusClient* client = client::
GetFocusClient
(this);
768
client::FocusClient* client = client::
GetFocusClient
(this);
774
client::FocusClient* client = client::
GetFocusClient
(this);
[
all
...]
/external/chromium_org/ui/views/controls/native/
native_view_host_aura.cc
94
aura::client::FocusClient* client = aura::client::
GetFocusClient
(window);
/external/chromium_org/ash/display/
screen_position_controller.cc
182
aura::Window* focused = aura::client::
GetFocusClient
(window)->
200
aura::client::
GetFocusClient
(window)->FocusWindow(focused);
display_controller_unittest.cc
72
aura::client::
GetFocusClient
(Shell::GetPrimaryRootWindow())->
81
aura::client::
GetFocusClient
(Shell::GetPrimaryRootWindow())->
[
all
...]
display_controller.cc
151
focus_client_ = aura::client::
GetFocusClient
(root);
/external/chromium_org/ash/
extended_desktop_unittest.cc
169
EXPECT_EQ(aura::client::
GetFocusClient
(root_windows[0]),
170
aura::client::
GetFocusClient
(root_windows[1]));
191
aura::client::
GetFocusClient
(root_windows[0])->GetFocusedWindow());
200
aura::client::
GetFocusClient
(root_windows[0])->GetFocusedWindow());
207
aura::client::
GetFocusClient
(root_windows[0])->GetFocusedWindow());
774
aura::client::
GetFocusClient
(root_windows[0]);
[
all
...]
root_window_controller_unittest.cc
191
aura::client::
GetFocusClient
(root_windows[0])->FocusWindow(d2);
shell.cc
602
aura::client::
GetFocusClient
(GetPrimaryRootWindow())->FocusWindow(NULL);
[
all
...]
/external/chromium_org/ash/wm/overview/
window_selector.cc
263
restore_focus_window_(aura::client::
GetFocusClient
(
489
aura::client::
GetFocusClient
(
/external/chromium_org/ui/views/widget/
widget_interactive_uitest.cc
546
EXPECT_EQ(top_level_window, aura::client::
GetFocusClient
(
559
EXPECT_EQ(dialog_window, aura::client::
GetFocusClient
(
563
EXPECT_EQ(top_level_window, aura::client::
GetFocusClient
(
583
EXPECT_EQ(top_level_window, aura::client::
GetFocusClient
(
native_widget_aura.cc
627
aura::client::FocusClient* client = aura::client::
GetFocusClient
(window_);
905
aura::client::FocusClient* client = aura::client::
GetFocusClient
(window_);
[
all
...]
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.cc
478
aura::client::
GetFocusClient
(content_window_)->FocusWindow(content_window_);
823
aura::client::
GetFocusClient
(content_window_)->
[
all
...]
desktop_root_window_host_x11.cc
547
if (content_window_ && aura::client::
GetFocusClient
(content_window_) &&
549
aura::client::
GetFocusClient
(content_window_)->GetFocusedWindow())) {
550
aura::client::
GetFocusClient
(content_window_)->FocusWindow(content_window_);
[
all
...]
/external/chromium_org/ui/keyboard/
keyboard_controller_unittest.cc
48
aura::client::
GetFocusClient
(target)->FocusWindow(target);
/external/chromium_org/ash/wm/caption_buttons/
frame_maximize_button_unittest.cc
534
aura::client::
GetFocusClient
(window)->GetFocusedWindow();
541
EXPECT_EQ(active, aura::client::
GetFocusClient
(window)->GetFocusedWindow());
[
all
...]
/external/chromium_org/ash/wm/panels/
panel_layout_manager.cc
631
aura::client::
GetFocusClient
(panel)->GetFocusedWindow())) {
[
all
...]
Completed in 901 milliseconds
1
2