OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:negotiated_operation_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.cc
389
negotiated_operation_
(ui::DragDropTypes::DRAG_NONE),
495
negotiated_operation_
= AtomToDragOperation(atom_operation);
497
negotiated_operation_
= ui::DragDropTypes::DRAG_NONE;
502
if (
negotiated_operation_
== ui::DragDropTypes::DRAG_NONE) {
511
switch (
negotiated_operation_
) {
547
// Clear |
negotiated_operation_
| if the drag was rejected.
549
negotiated_operation_
= ui::DragDropTypes::DRAG_NONE;
619
negotiated_operation_
= ui::DragDropTypes::DRAG_NONE;
670
return
negotiated_operation_
;
738
if (
negotiated_operation_
!= ui::DragDropTypes::DRAG_NONE)
[
all
...]
desktop_drag_drop_client_aurax11.h
260
ui::DragDropTypes::DragOperation
negotiated_operation_
;
member in class:views::DesktopDragDropClientAuraX11
Completed in 454 milliseconds