HomeSort by relevance Sort by last modified time
    Searched refs:state_on_unlock_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/wm/core/
cursor_manager.cc 77 state_on_unlock_(new internal::CursorState) {
84 state_on_unlock_->set_cursor(cursor);
86 GetCursor() != state_on_unlock_->cursor()) {
87 delegate_->SetCursor(state_on_unlock_->cursor(), this);
96 state_on_unlock_->SetVisible(true);
98 IsCursorVisible() != state_on_unlock_->visible()) {
99 delegate_->SetVisibility(state_on_unlock_->visible(), this);
106 state_on_unlock_->SetVisible(false);
108 IsCursorVisible() != state_on_unlock_->visible()) {
109 delegate_->SetVisibility(state_on_unlock_->visible(), this)
    [all...]
cursor_manager.h 84 scoped_ptr<internal::CursorState> state_on_unlock_; member in class:wm::CursorManager

Completed in 3825 milliseconds