Home
last modified time | relevance | path

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

/external/chromium_org/content/renderer/
Drender_widget.cc408 pending_window_rect_count_(0), in RenderWidget()
826 DCHECK(pending_window_rect_count_); in OnRequestMoveAck()
827 pending_window_rect_count_--; in OnRequestMoveAck()
1443 if (pending_window_rect_count_) in windowRect()
1478 pending_window_rect_count_++; in SetPendingWindowRect()
1482 if (pending_window_rect_count_) { in rootWindowRect()
Drender_widget.h681 int pending_window_rect_count_; variable