Home | History | Annotate | Download | only in renderer_host

Lines Matching refs:cursor_visibility_state_in_renderer_

441       cursor_visibility_state_in_renderer_(UNKNOWN),
2267 (cursor_visibility_state_in_renderer_ == VISIBLE && is_visible) ||
2268 (cursor_visibility_state_in_renderer_ == NOT_VISIBLE && !is_visible))
2271 cursor_visibility_state_in_renderer_ = is_visible ? VISIBLE : NOT_VISIBLE;