OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:root_hwnd
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/views/
external_protocol_dialog.cc
152
HWND
root_hwnd
;
local
154
root_hwnd
= GetAncestor(tab_contents_->GetContentNativeView(), GA_ROOT);
157
root_hwnd
= NULL;
160
views::Window::CreateChromeWindow(
root_hwnd
, gfx::Rect(), this)->Show();
/external/chromium_org/chrome/browser/ui/views/
external_protocol_dialog.cc
159
HWND
root_hwnd
= NULL;
local
161
root_hwnd
= GetAncestor(web_contents_->GetView()->GetContentNativeView(),
165
CreateBrowserModalDialogViews(this,
root_hwnd
)->Show();
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_win.cc
89
HWND
root_hwnd
= root->GetAcceleratedWidget();
local
90
if (
root_hwnd
&&
91
DesktopRootWindowHostWin::GetContentWindowForHWND(
root_hwnd
)) {
Completed in 232 milliseconds