Searched refs:first_paint_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/pdf/
H A Dpaint_manager.h199 bool first_paint_; member in class:PaintManager
H A Dpaint_manager.cc28 first_paint_(true),
231 (!view_size_changed_waiting_for_paint_ || first_paint_)) {
274 first_paint_ = false;
H A Dout_of_process_instance.cc236 first_paint_(true),
527 first_paint_ = true;
628 if (first_paint_) {
629 first_paint_ = false;
H A Dout_of_process_instance.h284 bool first_paint_; member in class:chrome_pdf::OutOfProcessInstance
H A Dinstance.h468 bool first_paint_; member in class:chrome_pdf::Instance
H A Dinstance.cc289 first_paint_(true),
797 if (first_paint_) {
798 first_paint_ = false;

Completed in 397 milliseconds