Searched defs:OnPrintForPrintPreview (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/renderer/printing/
H A Dprint_web_view_helper_browsertest.cc179 void OnPrintForPrintPreview(const base::DictionaryValue& dict) { function in class:printing::PrintWebViewHelperTestBase
180 PrintWebViewHelper::Get(view_)->OnPrintForPrintPreview(dict);
832 TEST_F(PrintWebViewHelperPreviewTest, OnPrintForPrintPreview) {
838 OnPrintForPrintPreview(dict);
851 OnPrintForPrintPreview(empty_dict);
929 OnPrintForPrintPreview(dict);
H A Dprint_web_view_helper.cc813 IPC_MESSAGE_HANDLER(PrintMsg_PrintForPrintPreview, OnPrintForPrintPreview)
824 void PrintWebViewHelper::OnPrintForPrintPreview( function in class:printing::__anon6925::PrintWebViewHelper
/external/chromium_org/android_webview/renderer/
H A Dprint_web_view_helper.cc794 IPC_MESSAGE_HANDLER(PrintMsg_PrintForPrintPreview, OnPrintForPrintPreview)
805 void PrintWebViewHelper::OnPrintForPrintPreview( function in class:printing::__anon3449::PrintWebViewHelper

Completed in 110 milliseconds