Home | History | Annotate | Download | only in printing

Lines Matching refs:initiator

28 // the initiator, and the constrained dialog that shows the print preview is the
31 // track of the 1:1 relationship between initiator tabs and print preview
41 // Initiate print preview for |initiator|.
43 static void PrintPreview(content::WebContents* initiator);
45 // Get/Create the print preview dialog for |initiator|.
48 content::WebContents* initiator);
56 // Returns the initiator for |preview_dialog|.
57 // Returns NULL if no initiator exists for |preview_dialog|.
75 // Erase the initiator info associated with |preview_dialog|.
85 // 1:1 relationship between a print preview dialog and its initiator tab.
87 // Value: Initiator.
94 // the initiator renderer crashed.
108 content::WebContents* initiator);
110 // Helper function to store the title of the initiator associated with
119 void RemoveInitiator(content::WebContents* initiator);
122 // Mapping between print preview dialog and the corresponding initiator.