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

1 2 3

  /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();
  /external/chromium_org/content/public/browser/
web_contents_view.h 37 virtual gfx::NativeWindow GetTopLevelNativeWindow() const = 0;
  /external/chromium_org/content/shell/
shell_javascript_dialog_manager.cc 59 web_contents->GetView()->GetTopLevelNativeWindow();
103 web_contents->GetView()->GetTopLevelNativeWindow();
shell_login_dialog_gtk.cc 40 web_contents->GetView()->GetTopLevelNativeWindow();
  /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();
  /external/chromium_org/chrome/browser/ui/webui/options/
advanced_options_utils_win.cc 67 web_contents->GetView()->GetTopLevelNativeWindow();
  /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;
  /external/chromium_org/chrome/browser/chromeos/
external_protocol_dialog.cc 112 parent_window = web_contents->GetView()->GetTopLevelNativeWindow();
  /external/chromium_org/content/browser/web_contents/
web_contents_view_android.h 41 virtual gfx::NativeWindow GetTopLevelNativeWindow() const OVERRIDE;
web_contents_view_gtk.cc 125 gfx::NativeWindow WebContentsViewGtk::GetTopLevelNativeWindow() const {
298 GetTopLevelNativeWindow()) {
299 gtk_widget_child_focus(GTK_WIDGET(GetTopLevelNativeWindow()),
web_contents_view_gtk.h 50 virtual gfx::NativeWindow GetTopLevelNativeWindow() const OVERRIDE;
web_contents_view_guest.h 45 virtual gfx::NativeWindow GetTopLevelNativeWindow() const OVERRIDE;
web_contents_view_mac.h 70 virtual gfx::NativeWindow GetTopLevelNativeWindow() const OVERRIDE;
web_contents_view_guest.cc 58 gfx::NativeWindow WebContentsViewGuest::GetTopLevelNativeWindow() const {
59 return guest_->embedder_web_contents()->GetView()->GetTopLevelNativeWindow();
  /external/chromium_org/content/test/
test_web_contents_view.cc 49 gfx::NativeWindow TestWebContentsView::GetTopLevelNativeWindow() const {
test_web_contents_view.h 40 virtual gfx::NativeWindow GetTopLevelNativeWindow() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/app_modal_dialogs/
javascript_app_modal_dialog.cc 86 web_contents()->GetView()->GetTopLevelNativeWindow();
  /external/chromium_org/chrome/browser/ui/views/
web_dialog_view_browsertest.cc 112 view, web_contents->GetView()->GetTopLevelNativeWindow());

Completed in 437 milliseconds

1 2 3