Searched defs:cursor_set (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ash/wm/
H A Dash_native_cursor_manager.cc120 ui::CursorSetType cursor_set,
122 image_cursors_->SetCursorSet(cursor_set);
123 delegate->CommitCursorSet(cursor_set);
131 SetCursorSet(cursor_set);
119 SetCursorSet( ui::CursorSetType cursor_set, ::wm::NativeCursorManagerDelegate* delegate) argument
/external/chromium_org/ui/aura/test/
H A Dtest_cursor_client.cc46 void TestCursorClient::SetCursorSet(ui::CursorSetType cursor_set) { argument
/external/chromium_org/ui/base/cursor/
H A Dimage_cursors.cc136 void ImageCursors::SetCursorSet(CursorSetType cursor_set) { argument
137 if (cursor_set_ == cursor_set)
140 cursor_set_ = cursor_set;
H A Dcursors_aura.cc187 const CursorSet* cursor_set = GetCursorSetByType(cursor_set_id); local
188 if (cursor_set &&
189 SearchTable(cursor_set->cursors,
190 cursor_set->length,
196 cursor_set = GetCursorSetByType(ui::CURSOR_SET_NORMAL);
197 DCHECK(cursor_set);
198 return SearchTable(cursor_set->cursors,
199 cursor_set->length,
208 const CursorSet* cursor_set = GetCursorSetByType(cursor_set_id); local
209 if (cursor_set
[all...]
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_cursor_manager.cc84 ui::CursorSetType cursor_set,
83 SetCursorSet( ui::CursorSetType cursor_set, wm::NativeCursorManagerDelegate* delegate) argument
/external/chromium_org/ash/display/
H A Dcursor_window_controller.cc173 void CursorWindowController::SetCursorSet(ui::CursorSetType cursor_set) { argument
174 cursor_set_ = cursor_set;
/external/chromium_org/ui/wm/core/
H A Dcursor_manager.cc39 ui::CursorSetType cursor_set() const { return cursor_set_; } function in class:wm::internal::CursorState
40 void set_cursor_set(ui::CursorSetType cursor_set) { argument
41 cursor_set_ = cursor_set;
119 void CursorManager::SetCursorSet(ui::CursorSetType cursor_set) { argument
120 state_on_unlock_->set_cursor_set(cursor_set);
121 if (GetCursorSet() != state_on_unlock_->cursor_set())
122 delegate_->SetCursorSet(state_on_unlock_->cursor_set(), this);
126 return current_state_->cursor_set();
209 void CursorManager::CommitCursorSet(ui::CursorSetType cursor_set) { argument
210 current_state_->set_cursor_set(cursor_set);
[all...]

Completed in 350 milliseconds