HomeSort by relevance Sort by last modified time
    Searched refs:OnPrintForPrintPreview (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper_browsertest.cc 179 void OnPrintForPrintPreview(const base::DictionaryValue& dict) {
180 PrintWebViewHelper::Get(view_)->OnPrintForPrintPreview(dict);
832 TEST_F(PrintWebViewHelperPreviewTest, OnPrintForPrintPreview) {
838 OnPrintForPrintPreview(dict);
851 OnPrintForPrintPreview(empty_dict);
929 OnPrintForPrintPreview(dict);
    [all...]
print_web_view_helper.h 187 void OnPrintForPrintPreview(const base::DictionaryValue& job_settings);
print_web_view_helper.cc 813 IPC_MESSAGE_HANDLER(PrintMsg_PrintForPrintPreview, OnPrintForPrintPreview)
824 void PrintWebViewHelper::OnPrintForPrintPreview(
    [all...]
  /external/chromium_org/android_webview/renderer/
print_web_view_helper.h 184 void OnPrintForPrintPreview(const base::DictionaryValue& job_settings);
print_web_view_helper.cc 794 IPC_MESSAGE_HANDLER(PrintMsg_PrintForPrintPreview, OnPrintForPrintPreview)
805 void PrintWebViewHelper::OnPrintForPrintPreview(
    [all...]

Completed in 40 milliseconds