OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetHostView
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/components/web_modal/
modal_dialog_host.h
33
virtual gfx::NativeView
GetHostView
() const = 0;
test_web_contents_modal_dialog_host.cc
21
gfx::NativeView TestWebContentsModalDialogHost::
GetHostView
() const {
test_web_contents_modal_dialog_host.h
24
virtual gfx::NativeView
GetHostView
() const OVERRIDE;
popup_manager.h
33
virtual gfx::NativeView
GetHostView
() const;
popup_manager.cc
114
gfx::NativeView PopupManager::
GetHostView
() const {
117
return host_->
GetHostView
();
/external/chromium_org/chrome/browser/printing/
print_preview_test.cc
37
virtual gfx::NativeView
GetHostView
() const OVERRIDE {
/external/chromium_org/chrome/browser/ui/views/
constrained_window_views.cc
92
views::Widget::GetWidgetForNativeView(dialog_host->
GetHostView
())->
145
const gfx::NativeWindow parent = popup_manager->
GetHostView
();
162
DCHECK_EQ(parent, host->
GetHostView
());
web_contents_modal_dialog_manager_views.cc
205
host_->
GetHostView
());
/external/chromium_org/chrome/browser/chromeos/login/ui/
captive_portal_window_proxy.cc
78
CreateWindowAsFramelessChild(portal, popup_manager->
GetHostView
());
webui_login_view.h
74
virtual gfx::NativeView
GetHostView
() const OVERRIDE;
webui_login_view.cc
234
gfx::NativeView WebUILoginView::
GetHostView
() const {
/external/chromium_org/chrome/browser/extensions/
extension_view_host.h
99
virtual gfx::NativeView
GetHostView
() const OVERRIDE;
extension_view_host.cc
261
gfx::NativeView ExtensionViewHost::
GetHostView
() const {
/external/chromium_org/extensions/shell/browser/
shell_native_app_window.h
44
virtual gfx::NativeView
GetHostView
() const OVERRIDE;
shell_native_app_window.cc
138
gfx::NativeView ShellNativeAppWindow::
GetHostView
() const {
/external/chromium_org/chrome/browser/chromeos/attestation/
platform_verification_dialog.cc
61
dialog, NULL, popup_manager->
GetHostView
());
/external/chromium_org/chrome/browser/ui/cocoa/apps/
native_app_window_cocoa.h
159
virtual gfx::NativeView
GetHostView
() const OVERRIDE;
/external/chromium_org/components/native_app_window/
native_app_window_views.h
166
virtual gfx::NativeView
GetHostView
() const OVERRIDE;
native_app_window_views.cc
172
gfx::NativeView NativeAppWindowViews::
GetHostView
() const {
/external/chromium_org/chrome/browser/ui/views/frame/
browser_view_layout.cc
95
virtual gfx::NativeView
GetHostView
() const OVERRIDE {
Completed in 2778 milliseconds