Searched refs:OnPrintPreview (Results 1 – 5 of 5) sorted by relevance
174 void OnPrintPreview(const base::DictionaryValue& dict) { in OnPrintPreview() function in printing::PrintWebViewHelperTestBase177 print_web_view_helper->OnPrintPreview(dict); in OnPrintPreview()543 TEST_F(PrintWebViewHelperPreviewTest, OnPrintPreview) { in TEST_F() argument549 OnPrintPreview(dict); in TEST_F()578 OnPrintPreview(dict); in TEST_F()598 OnPrintPreview(dict); in TEST_F()619 OnPrintPreview(dict); in TEST_F()651 OnPrintPreview(dict); in TEST_F()671 OnPrintPreview(dict); in TEST_F()701 OnPrintPreview(dict); in TEST_F()[all …]
163 void OnPrintPreview(const base::DictionaryValue& settings);384 void OnPrintPreview();
787 IPC_MESSAGE_HANDLER(PrintMsg_PrintPreview, OnPrintPreview) in OnMessageReceived()936 void PrintWebViewHelper::OnPrintPreview(const base::DictionaryValue& settings) { in OnPrintPreview() function in printing::PrintWebViewHelper938 print_preview_context_.OnPrintPreview(); in OnPrintPreview()1764 void PrintWebViewHelper::PrintPreviewContext::OnPrintPreview() { in OnPrintPreview() function in printing::PrintWebViewHelper::PrintPreviewContext
165 void OnPrintPreview(const base::DictionaryValue& settings);386 void OnPrintPreview();
796 IPC_MESSAGE_HANDLER(PrintMsg_PrintPreview, OnPrintPreview) in OnMessageReceived()945 void PrintWebViewHelper::OnPrintPreview(const base::DictionaryValue& settings) { in OnPrintPreview() function in printing::PrintWebViewHelper947 print_preview_context_.OnPrintPreview(); in OnPrintPreview()1783 void PrintWebViewHelper::PrintPreviewContext::OnPrintPreview() { in OnPrintPreview() function in printing::PrintWebViewHelper::PrintPreviewContext