Home
last modified time | relevance | path

Searched refs:next_paint_flags_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/
Drender_widget.cc388 next_paint_flags_(0), in RenderWidget()
1324 if (!next_paint_flags_ && in didCompleteSwapBuffers()
1333 params.flags = next_paint_flags_; in didCompleteSwapBuffers()
1336 next_paint_flags_ = 0; in didCompleteSwapBuffers()
1711 return ViewHostMsg_UpdateRect_Flags::is_resize_ack(next_paint_flags_); in next_paint_is_resize_ack()
1715 next_paint_flags_ |= ViewHostMsg_UpdateRect_Flags::IS_RESIZE_ACK; in set_next_paint_is_resize_ack()
1719 next_paint_flags_ |= ViewHostMsg_UpdateRect_Flags::IS_REPAINT_ACK; in set_next_paint_is_repaint_ack()
Drender_widget.h598 int next_paint_flags_; variable