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

  /external/chromium_org/chrome_frame/
chrome_frame_automation.cc     [all...]
chrome_frame_activex.cc 318 RECT print_bounds = {0}; local
319 print_bounds.left = draw_info.prcBounds->left;
320 print_bounds.right = draw_info.prcBounds->right;
321 print_bounds.top = draw_info.prcBounds->top;
322 print_bounds.bottom = draw_info.prcBounds->bottom;
324 automation_client_->Print(draw_info.hdcDraw, print_bounds);
chrome_frame_automation.h 361 void Print(HDC print_dc, const RECT& print_bounds);

Completed in 36 milliseconds