Searched refs:requesting_contents (Results 1 – 5 of 5) sorted by relevance
217 TabContents* requesting_contents = GetTabContentsForLogin(); in Observe() local218 if (!requesting_contents) in Observe()267 TabContents* requesting_contents = GetTabContentsForLogin(); in NotifyAuthNeeded() local268 if (requesting_contents) in NotifyAuthNeeded()269 controller = &requesting_contents->controller(); in NotifyAuthNeeded()285 TabContents* requesting_contents = GetTabContentsForLogin(); in NotifyAuthCancelled() local286 if (requesting_contents) in NotifyAuthCancelled()287 controller = &requesting_contents->controller(); in NotifyAuthCancelled()301 TabContents* requesting_contents = GetTabContentsForLogin(); in NotifyAuthSupplied() local302 if (!requesting_contents) in NotifyAuthSupplied()[all …]
189 WebContents* requesting_contents = GetWebContentsForLogin(); in Observe() local190 if (!requesting_contents) in Observe()252 WebContents* requesting_contents = GetWebContentsForLogin(); in NotifyAuthNeeded() local253 if (requesting_contents) in NotifyAuthNeeded()254 controller = &requesting_contents->GetController(); in NotifyAuthNeeded()304 WebContents* requesting_contents = GetWebContentsForLogin(); in NotifyAuthSupplied() local305 if (!requesting_contents) in NotifyAuthSupplied()311 &requesting_contents->GetController(); in NotifyAuthSupplied()328 WebContents* requesting_contents = GetWebContentsForLogin(); in NotifyAuthCancelled() local329 if (requesting_contents) in NotifyAuthCancelled()[all …]
121 WebContents* requesting_contents = GetWebContentsForLogin(); in BuildViewForPasswordManager() local122 DCHECK(requesting_contents); in BuildViewForPasswordManager()127 WebContentsModalDialogManager::FromWebContents(requesting_contents); in BuildViewForPasswordManager()
155 WebContents* requesting_contents = GetWebContentsForLogin(); in BuildViewForPasswordManager() local157 WebContentsModalDialogManager::FromWebContents(requesting_contents); in BuildViewForPasswordManager()
74 WebContents* requesting_contents = GetWebContentsForLogin();75 DCHECK(requesting_contents);81 this, requesting_contents, sheet));