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

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.cc 469 negotiated_operation_[source_window] = atom_operation;
515 negotiated_operation_[event.data.l[0]]);
641 negotiated_operation_.erase(source_current_window_);
666 negotiated_operation_.find(source_current_window_);
667 if (it != negotiated_operation_.end() && it->second != None) {
desktop_drag_drop_client_aurax11.h 211 std::map< ::Window, ::Atom> negotiated_operation_; member in class:views::DesktopDragDropClientAuraX11

Completed in 119 milliseconds