Home
last modified time | relevance | path

Searched refs:parent_web_contents (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
Ddesktop_media_picker_views.cc383 content::WebContents* parent_web_contents, in DesktopMediaPickerDialogView() argument
415 parent_web_contents && in DesktopMediaPickerDialogView()
416 !parent_web_contents->GetDelegate()->IsNeverVisible(parent_web_contents); in DesktopMediaPickerDialogView()
418 widget = CreateWebModalDialogViews(this, parent_web_contents); in DesktopMediaPickerDialogView()
447 web_modal::PopupManager::FromWebContents(parent_web_contents); in DesktopMediaPickerDialogView()
449 parent_web_contents); in DesktopMediaPickerDialogView()
Ddesktop_media_picker_views.h113 DesktopMediaPickerDialogView(content::WebContents* parent_web_contents,
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
Dextension_install_dialog_controller.mm30 if (!show_params.parent_web_contents) {
57 this, show_params.parent_web_contents, sheet));
/external/chromium_org/chrome/browser/extensions/
Dextension_install_prompt.h280 content::WebContents* parent_web_contents; member
319 content::WebContents* parent_web_contents() const { in parent_web_contents() function
320 return show_params_.parent_web_contents; in parent_web_contents()
Dextension_install_prompt.cc568 : parent_web_contents(contents), in ShowParams()
576 : parent_web_contents(NULL), in ShowParams()