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.h282 bool first_paint_; member in class:chrome_pdf::OutOfProcessInstance
H A Dout_of_process_instance.cc238 first_paint_(true),
527 first_paint_ = true;
620 if (first_paint_) {
621 first_paint_ = false;
H A Dinstance.h463 bool first_paint_; member in class:chrome_pdf::Instance
H A Dinstance.cc288 first_paint_(true),
772 if (first_paint_) {
773 first_paint_ = false;

Completed in 438 milliseconds