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 38 class PrepareFrameAndViewForPrint;
346 scoped_ptr<PrepareFrameAndViewForPrint> prep_frame_view_;
391 bool CreatePreviewDocument(PrepareFrameAndViewForPrint* prepared_frame,
456 scoped_ptr<PrepareFrameAndViewForPrint> prep_frame_view_;
print_web_view_helper.cc 508 class PrepareFrameAndViewForPrint : public WebKit::WebViewClient,
511 PrepareFrameAndViewForPrint(const PrintMsg_Print_Params& params,
515 virtual ~PrepareFrameAndViewForPrint();
557 base::WeakPtrFactory<PrepareFrameAndViewForPrint> weak_ptr_factory_;
571 DISALLOW_COPY_AND_ASSIGN(PrepareFrameAndViewForPrint);
574 PrepareFrameAndViewForPrint::PrepareFrameAndViewForPrint(
603 PrepareFrameAndViewForPrint::~PrepareFrameAndViewForPrint() {
607 void PrepareFrameAndViewForPrint::ResizeForPrinting()
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.h 39 class PrepareFrameAndViewForPrint;
349 scoped_ptr<PrepareFrameAndViewForPrint> prep_frame_view_;
394 bool CreatePreviewDocument(PrepareFrameAndViewForPrint* prepared_frame,
459 scoped_ptr<PrepareFrameAndViewForPrint> prep_frame_view_;
print_web_view_helper.cc 515 class PrepareFrameAndViewForPrint : public WebKit::WebViewClient,
518 PrepareFrameAndViewForPrint(const PrintMsg_Print_Params& params,
522 virtual ~PrepareFrameAndViewForPrint();
564 base::WeakPtrFactory<PrepareFrameAndViewForPrint> weak_ptr_factory_;
578 DISALLOW_COPY_AND_ASSIGN(PrepareFrameAndViewForPrint);
581 PrepareFrameAndViewForPrint::PrepareFrameAndViewForPrint(
610 PrepareFrameAndViewForPrint::~PrepareFrameAndViewForPrint() {
614 void PrepareFrameAndViewForPrint::ResizeForPrinting()
    [all...]

Completed in 54 milliseconds