Home | History | Annotate | Download | only in print_preview

Lines Matching refs:initiator

144 // Name of a dictionary field holding the initiator title.
732 WebContents* initiator = GetInitiator();
733 if (!initiator) {
748 initiator->GetTitle());
751 initiator->GetController().GetLastCommittedEntry();
779 RenderViewHost* rvh = initiator->GetRenderViewHost();
876 // This tries to activate the initiator as well, so do not clear the
877 // association with the initiator yet.
882 // Do this so the initiator
884 WebContents* initiator = GetInitiator();
885 if (initiator) {
886 // Save initiator IDs. |PrintingMessageFilter::OnUpdatePrintSettings|
887 // would be called when initiator info is cleared.
889 initiator->GetRenderProcessHost()->GetID());
891 initiator->GetRoutingID());
913 if (initiator) {
915 printing::PrintViewManager::FromWebContents(initiator);
957 WebContents* initiator = GetInitiator();
958 if (initiator)
1070 WebContents* initiator = GetInitiator();
1071 if (!initiator)
1075 printing::PrintViewManager::FromWebContents(initiator);
1314 WebContents* initiator = GetInitiator();
1315 if (!initiator)
1319 printing::PrintViewManager::FromWebContents(initiator);
1372 WebContents* initiator = GetInitiator();
1373 if (!initiator)
1376 // We no longer require the initiator details. Remove those details associated
1377 // with the preview dialog to allow the initiator to create another preview