Searched refs:pending_window_rect_count_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/
H A Drender_widget.cc367 pending_window_rect_count_(0),
823 DCHECK(pending_window_rect_count_);
824 pending_window_rect_count_--;
2043 if (pending_window_rect_count_)
2078 pending_window_rect_count_++;
2082 if (pending_window_rect_count_) {
H A Drender_widget.h704 int pending_window_rect_count_; member in class:content::RenderWidget

Completed in 129 milliseconds