HomeSort by relevance Sort by last modified time
    Searched refs:GetTopLevelNativeWindow (Results 1 - 21 of 21) sorted by null

  /external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_view.h 41 virtual gfx::NativeWindow GetTopLevelNativeWindow() const = 0;
native_tab_contents_view_win.h 35 virtual gfx::NativeWindow GetTopLevelNativeWindow() const OVERRIDE;
tab_contents_view_gtk.h 56 virtual gfx::NativeWindow GetTopLevelNativeWindow() const;
tab_contents_view_touch.h 52 virtual gfx::NativeWindow GetTopLevelNativeWindow() const OVERRIDE;
tab_contents_view_views.h 49 virtual gfx::NativeWindow GetTopLevelNativeWindow() const OVERRIDE;
tab_contents_view_views.cc 99 gfx::NativeWindow TabContentsViewViews::GetTopLevelNativeWindow() const {
100 return native_tab_contents_view_->GetTopLevelNativeWindow();
native_tab_contents_view_win.cc 102 gfx::NativeWindow NativeTabContentsViewWin::GetTopLevelNativeWindow() const {
tab_contents_view_touch.cc 113 gfx::NativeWindow TabContentsViewTouch::GetTopLevelNativeWindow() const {
tab_contents_view_gtk.cc 215 gfx::NativeWindow TabContentsViewGtk::GetTopLevelNativeWindow() const {
  /external/chromium/chrome/browser/chromeos/
external_protocol_dialog.cc 109 parent_window = tab_contents->view()->GetTopLevelNativeWindow();
  /external/chromium/chrome/browser/ui/webui/options/
advanced_options_utils_win.cc 65 tab_contents->view()->GetTopLevelNativeWindow();
advanced_options_handler.cc 345 web_ui_->tab_contents()->view()->GetTopLevelNativeWindow(), NULL);
certificate_manager_handler.cc     [all...]
extension_settings_handler.cc 700 web_ui_->tab_contents()->view()->GetTopLevelNativeWindow(), NULL);
    [all...]
  /external/chromium/chrome/browser/tab_contents/
tab_contents_view_gtk.h 53 virtual gfx::NativeWindow GetTopLevelNativeWindow() const;
tab_contents_view_mac.h 60 virtual gfx::NativeWindow GetTopLevelNativeWindow() const;
tab_contents_view_gtk.cc 178 gfx::NativeWindow TabContentsViewGtk::GetTopLevelNativeWindow() const {
281 gtk_widget_child_focus(GTK_WIDGET(GetTopLevelNativeWindow()),
  /external/chromium/chrome/browser/ui/webui/
gpu_internals_ui.cc 384 web_ui_->tab_contents()->view()->GetTopLevelNativeWindow(), NULL);
420 web_ui_->tab_contents()->view()->GetTopLevelNativeWindow(), NULL);
net_internals_ui.cc 512 web_ui_->tab_contents()->view()->GetTopLevelNativeWindow(), NULL);
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_host.cc 471 return active_tab->view()->GetTopLevelNativeWindow();
extensions_ui.cc 607 web_ui_->tab_contents()->view()->GetTopLevelNativeWindow(), NULL);
    [all...]

Completed in 179 milliseconds