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;
347 scoped_ptr<PrepareFrameAndViewForPrint> prep_frame_view_;
390 bool CreatePreviewDocument(PrepareFrameAndViewForPrint* prepared_frame,
455 scoped_ptr<PrepareFrameAndViewForPrint> prep_frame_view_;
print_web_view_helper.cc 495 class PrepareFrameAndViewForPrint : public blink::WebViewClient,
498 PrepareFrameAndViewForPrint(const PrintMsg_Print_Params& params,
502 virtual ~PrepareFrameAndViewForPrint();
544 base::WeakPtrFactory<PrepareFrameAndViewForPrint> weak_ptr_factory_;
558 DISALLOW_COPY_AND_ASSIGN(PrepareFrameAndViewForPrint);
561 PrepareFrameAndViewForPrint::PrepareFrameAndViewForPrint(
590 PrepareFrameAndViewForPrint::~PrepareFrameAndViewForPrint() {
594 void PrepareFrameAndViewForPrint::ResizeForPrinting()
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.h 39 class PrepareFrameAndViewForPrint;
345 scoped_ptr<PrepareFrameAndViewForPrint> prep_frame_view_;
388 bool CreatePreviewDocument(PrepareFrameAndViewForPrint* prepared_frame,
453 scoped_ptr<PrepareFrameAndViewForPrint> prep_frame_view_;
print_web_view_helper.cc 490 class PrepareFrameAndViewForPrint : public blink::WebViewClient,
493 PrepareFrameAndViewForPrint(const PrintMsg_Print_Params& params,
497 virtual ~PrepareFrameAndViewForPrint();
539 base::WeakPtrFactory<PrepareFrameAndViewForPrint> weak_ptr_factory_;
553 DISALLOW_COPY_AND_ASSIGN(PrepareFrameAndViewForPrint);
556 PrepareFrameAndViewForPrint::PrepareFrameAndViewForPrint(
585 PrepareFrameAndViewForPrint::~PrepareFrameAndViewForPrint() {
589 void PrepareFrameAndViewForPrint::ResizeForPrinting()
    [all...]

Completed in 135 milliseconds