OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_cursor
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/ui/views/widget/desktop_aura/
x11_desktop_window_move_client.cc
83
bool success = move_loop_.RunMoveLoop(source, root_window_->
last_cursor
());
/external/chromium_org/ash/wm/
window_manager_unittest.cc
507
EXPECT_EQ(ui::kCursorPointer, dispatcher->
last_cursor
().native_type());
514
EXPECT_EQ(ui::kCursorSouthResize, dispatcher->
last_cursor
().native_type());
522
dispatcher->
last_cursor
().native_type());
530
dispatcher->
last_cursor
().native_type());
537
EXPECT_EQ(ui::kCursorWestResize, dispatcher->
last_cursor
().native_type());
544
EXPECT_EQ(ui::kCursorEastResize, dispatcher->
last_cursor
().native_type());
551
EXPECT_EQ(ui::kCursorNorthResize, dispatcher->
last_cursor
().native_type());
559
dispatcher->
last_cursor
().native_type());
567
dispatcher->
last_cursor
().native_type());
575
EXPECT_EQ(ui::kCursorNull, dispatcher->
last_cursor
().native_type())
[
all
...]