/external/chromium/chrome/browser/ui/views/tab_contents/ |
D | native_tab_contents_view.h | 41 virtual gfx::NativeWindow GetTopLevelNativeWindow() const = 0;
|
D | tab_contents_view_views.cc | 99 gfx::NativeWindow TabContentsViewViews::GetTopLevelNativeWindow() const { in GetTopLevelNativeWindow() function in TabContentsViewViews 100 return native_tab_contents_view_->GetTopLevelNativeWindow(); in GetTopLevelNativeWindow()
|
D | native_tab_contents_view_win.h | 35 virtual gfx::NativeWindow GetTopLevelNativeWindow() const OVERRIDE;
|
D | tab_contents_view_touch.h | 52 virtual gfx::NativeWindow GetTopLevelNativeWindow() const OVERRIDE;
|
D | tab_contents_view_gtk.h | 56 virtual gfx::NativeWindow GetTopLevelNativeWindow() const;
|
D | tab_contents_view_views.h | 49 virtual gfx::NativeWindow GetTopLevelNativeWindow() const OVERRIDE;
|
D | native_tab_contents_view_win.cc | 102 gfx::NativeWindow NativeTabContentsViewWin::GetTopLevelNativeWindow() const { in GetTopLevelNativeWindow() function in NativeTabContentsViewWin
|
D | tab_contents_view_touch.cc | 113 gfx::NativeWindow TabContentsViewTouch::GetTopLevelNativeWindow() const { in GetTopLevelNativeWindow() function in TabContentsViewTouch
|
D | tab_contents_view_gtk.cc | 215 gfx::NativeWindow TabContentsViewGtk::GetTopLevelNativeWindow() const { in GetTopLevelNativeWindow() function in TabContentsViewGtk
|
/external/chromium/chrome/browser/ui/webui/options/ |
D | advanced_options_utils_win.cc | 65 tab_contents->view()->GetTopLevelNativeWindow(); in ShowManageSSLCertificates()
|
D | advanced_options_handler.cc | 345 web_ui_->tab_contents()->view()->GetTopLevelNativeWindow(), NULL); in HandleSelectDownloadLocation()
|
D | extension_settings_handler.cc | 700 web_ui_->tab_contents()->view()->GetTopLevelNativeWindow(), NULL); in HandleSelectFilePathMessage()
|
D | certificate_manager_handler.cc | 989 return web_ui_->tab_contents()->view()->GetTopLevelNativeWindow(); in GetParentWindow()
|
/external/chromium/chrome/browser/chromeos/ |
D | external_protocol_dialog.cc | 109 parent_window = tab_contents->view()->GetTopLevelNativeWindow(); in ExternalProtocolDialog()
|
/external/chromium/chrome/browser/tab_contents/ |
D | tab_contents_view_gtk.h | 53 virtual gfx::NativeWindow GetTopLevelNativeWindow() const;
|
D | tab_contents_view_mac.h | 60 virtual gfx::NativeWindow GetTopLevelNativeWindow() const;
|
D | tab_contents_view_gtk.cc | 178 gfx::NativeWindow TabContentsViewGtk::GetTopLevelNativeWindow() const { in GetTopLevelNativeWindow() function in TabContentsViewGtk 281 gtk_widget_child_focus(GTK_WIDGET(GetTopLevelNativeWindow()), in TakeFocus()
|
D | tab_contents_view_mac.mm | 137 gfx::NativeWindow TabContentsViewMac::GetTopLevelNativeWindow() const { function
|
/external/chromium/chrome/browser/speech/ |
D | speech_input_bubble_mac.mm | 75 initWithParentWindow:tab_contents()->view()->GetTopLevelNativeWindow()
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | constrained_window_mac.mm | 110 NSWindow* browserWindow = owner_->view()->GetTopLevelNativeWindow();
|
D | bug_report_window_controller.mm | 70 currentTab_->view()->GetTopLevelNativeWindow(), &pngData_);
|
/external/chromium/chrome/browser/ui/webui/ |
D | gpu_internals_ui.cc | 384 web_ui_->tab_contents()->view()->GetTopLevelNativeWindow(), NULL); in OnLoadTraceFile() 420 web_ui_->tab_contents()->view()->GetTopLevelNativeWindow(), NULL); in OnSaveTraceFile()
|
D | net_internals_ui.cc | 512 web_ui_->tab_contents()->view()->GetTopLevelNativeWindow(), NULL); in OnLoadLogFile()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_host.cc | 471 return active_tab->view()->GetTopLevelNativeWindow(); in GetMessageBoxRootWindow()
|
D | extensions_ui.cc | 607 web_ui_->tab_contents()->view()->GetTopLevelNativeWindow(), NULL); in HandleSelectFilePathMessage()
|