OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetModalParent
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ui/wm/core/
window_modality_controller.h
24
WM_EXPORT void
SetModalParent
(aura::Window* child, aura::Window* parent);
window_modality_controller.cc
80
void
SetModalParent
(aura::Window* child, aura::Window* parent) {
/external/chromium_org/ash/test/
child_modal_window.cc
155
wm::
SetModalParent
(child->GetNativeView(), GetModalParent());
/external/chromium_org/chrome/browser/ui/views/
web_contents_modal_dialog_manager_views.cc
97
wm::
SetModalParent
(
/external/chromium_org/ash/wm/
window_modality_controller_unittest.cc
570
::wm::
SetModalParent
(w4.get(), w2.get());
Completed in 2509 milliseconds