OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTransientParent
(Results
26 - 30
of
30
) sorted by null
1
2
/external/chromium_org/ash/wm/panels/
panel_window_resizer_unittest.cc
537
EXPECT_EQ(window.get(), ::wm::
GetTransientParent
(child.get()));
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11.cc
407
if (wm::
GetTransientParent
(content_window_)) {
409
wm::
GetTransientParent
(content_window_)->GetBoundsInScreen();
[
all
...]
/external/chromium_org/ash/
root_window_controller.cc
628
topmost_window = ::wm::
GetTransientParent
(topmost_window);
[
all
...]
/external/chromium_org/ash/wm/workspace/
workspace_window_resizer.cc
98
!::wm::
GetTransientParent
(window) &&
[
all
...]
/external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc
221
::wm::
GetTransientParent
(window));
[
all
...]
Completed in 380 milliseconds
1
2