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

  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_ui.h 166 // Passes |closure| to PrintPreviewHandler::SetPdfSavedClosureForTesting().
167 void SetPdfSavedClosureForTesting(const base::Closure& closure);
print_preview_handler.h 111 void SetPdfSavedClosureForTesting(const base::Closure& closure);
print_preview_ui.cc 654 void PrintPreviewUI::SetPdfSavedClosureForTesting(
656 handler_->SetPdfSavedClosureForTesting(closure);
print_preview_handler.cc     [all...]
  /external/chromium_org/chrome/browser/printing/
print_preview_pdf_generated_browsertest.cc 196 GetUI()->SetPdfSavedClosureForTesting(end_loop_closure);

Completed in 73 milliseconds