OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_cursor
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_cursor_manager.cc
55
gfx::NativeCursor
new_cursor
= cursor;
local
56
cursor_loader_->SetPlatformCursor(&
new_cursor
);
57
delegate->CommitCursor(
new_cursor
);
61
(*i)->SetCursor(
new_cursor
);
/external/chromium_org/chrome/browser/background/
background_application_list_model.cc
450
ExtensionList::const_iterator
new_cursor
= extensions.begin();
local
452
new_cursor
!= extensions.end() &&
453
(*old_cursor)->name() == (*
new_cursor
)->name() &&
454
(*old_cursor)->id() == (*
new_cursor
)->id()) {
456
++
new_cursor
;
458
if (old_cursor != extensions_.end() ||
new_cursor
!= extensions.end()) {
/external/chromium_org/ui/views/controls/textfield/
textfield_model.cc
301
size_t
new_cursor
= new_text.length();
local
306
old_cursor,
new_cursor
, new_text, 0U);
307
render_text_->SetCursorPosition(
new_cursor
);
Completed in 360 milliseconds