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

  /external/chromium_org/chrome/browser/extensions/
extension_install_prompt.h 235 content::WebContents* parent_web_contents; member in struct:ExtensionInstallPrompt::ShowParams
274 content::WebContents* parent_web_contents() const { function in class:ExtensionInstallPrompt
275 return show_params_.parent_web_contents;
extension_install_prompt.cc 446 : parent_web_contents(contents),
454 : parent_web_contents(NULL),
  /external/chromium_org/chrome/browser/ui/views/
desktop_media_picker_views.cc 159 DesktopMediaPickerDialogView(content::WebContents* parent_web_contents,
525 content::WebContents* parent_web_contents,
553 // If |parent_web_contents| is set, the picker will be shown modal to the
559 if (parent_web_contents)
560 widget = CreateWebModalDialogViews(this, parent_web_contents);
569 // If there is |parent_window| or |parent_web_contents|, the picker window
572 if (!parent_window && !parent_web_contents) {
589 if (parent_web_contents) {
592 parent_web_contents);

Completed in 95 milliseconds