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

  /external/chromium_org/android_webview/renderer/
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.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 36 milliseconds