OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:onselectionnotify
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/remoting/host/linux/
x_server_clipboard.h
57
void
OnSelectionNotify
(XEvent* event);
69
// Called by
OnSelectionNotify
() when the selection owner has replied to a
x_server_clipboard.cc
120
OnSelectionNotify
(event);
193
void XServerClipboard::
OnSelectionNotify
(XEvent* event) {
/external/chromium_org/ui/base/x/
selection_requestor.cc
93
void SelectionRequestor::
OnSelectionNotify
(const XSelectionEvent& event) {
selection_requestor.h
57
void
OnSelectionNotify
(const XSelectionEvent& event);
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.cc
162
void
OnSelectionNotify
(const XSelectionEvent& xselection);
302
void DesktopDragDropClientAuraX11::X11DragContext::
OnSelectionNotify
(
556
void DesktopDragDropClientAuraX11::
OnSelectionNotify
(
563
target_current_context_->
OnSelectionNotify
(xselection);
desktop_drag_drop_client_aurax11.h
73
void
OnSelectionNotify
(const XSelectionEvent& xselection);
desktop_root_window_host_x11.cc
[
all
...]
/external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc
498
primary_requestor_.
OnSelectionNotify
(xev->xselection);
500
clipboard_requestor_.
OnSelectionNotify
(xev->xselection);
Completed in 77 milliseconds