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

  /external/chromium_org/android_webview/renderer/
print_web_view_helper.h 41 class PrepareFrameAndViewForPrint;
334 scoped_ptr<PrepareFrameAndViewForPrint> prep_frame_view_;
377 bool CreatePreviewDocument(PrepareFrameAndViewForPrint* prepared_frame,
442 scoped_ptr<PrepareFrameAndViewForPrint> prep_frame_view_;
print_web_view_helper.cc 502 class PrepareFrameAndViewForPrint : public blink::WebViewClient,
505 PrepareFrameAndViewForPrint(const PrintMsg_Print_Params& params,
509 virtual ~PrepareFrameAndViewForPrint();
560 base::WeakPtrFactory<PrepareFrameAndViewForPrint> weak_ptr_factory_;
574 DISALLOW_COPY_AND_ASSIGN(PrepareFrameAndViewForPrint);
577 PrepareFrameAndViewForPrint::PrepareFrameAndViewForPrint(
606 PrepareFrameAndViewForPrint::~PrepareFrameAndViewForPrint() {
610 void PrepareFrameAndViewForPrint::ResizeForPrinting()
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.h 41 class PrepareFrameAndViewForPrint;
308 scoped_ptr<PrepareFrameAndViewForPrint> prep_frame_view_;
343 bool CreatePreviewDocument(PrepareFrameAndViewForPrint* prepared_frame,
407 scoped_ptr<PrepareFrameAndViewForPrint> prep_frame_view_;
print_web_view_helper.cc 535 class PrepareFrameAndViewForPrint : public blink::WebViewClient,
538 PrepareFrameAndViewForPrint(const PrintMsg_Print_Params& params,
542 virtual ~PrepareFrameAndViewForPrint();
591 base::WeakPtrFactory<PrepareFrameAndViewForPrint> weak_ptr_factory_;
605 DISALLOW_COPY_AND_ASSIGN(PrepareFrameAndViewForPrint);
608 PrepareFrameAndViewForPrint::PrepareFrameAndViewForPrint(
637 PrepareFrameAndViewForPrint::~PrepareFrameAndViewForPrint() {
641 void PrepareFrameAndViewForPrint::ResizeForPrinting()
    [all...]

Completed in 43 milliseconds