Searched defs:originating_web_contents (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_sign_in_delegate.cc50 content::WebContents* originating_web_contents,
55 originating_web_contents_(originating_web_contents) {
47 AutofillDialogSignInDelegate( AutofillDialogView* dialog_view, content::WebContents* dialog_web_contents, content::WebContents* originating_web_contents, const gfx::Size& minimum_size, const gfx::Size& maximum_size) argument
/external/chromium_org/chrome/browser/download/
H A Ddownload_request_limiter.cc38 content::WebContents* originating_web_contents)
49 NavigationEntry* active_entry = originating_web_contents ?
50 originating_web_contents->GetController().GetActiveEntry() :
300 content::WebContents* originating_web_contents,
311 new TabDownloadState(this, web_contents, originating_web_contents);
35 TabDownloadState( DownloadRequestLimiter* host, content::WebContents* contents, content::WebContents* originating_web_contents) argument
298 GetDownloadState( content::WebContents* web_contents, content::WebContents* originating_web_contents, bool create) argument

Completed in 207 milliseconds