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

  /external/chromium_org/ui/base/x/
selection_requestor.cc 25 SelectionRequestor::SelectionRequestor(Display* x_display,
34 SelectionRequestor::~SelectionRequestor() {}
36 bool SelectionRequestor::PerformBlockingConvertSelection(
73 SelectionData SelectionRequestor::RequestAndWaitForTypes(
93 void SelectionRequestor::OnSelectionNotify(const XSelectionEvent& event) {
122 SelectionRequestor::PendingRequest::PendingRequest(Atom target,
130 SelectionRequestor::PendingRequest::~PendingRequest() {
selection_requestor.h 30 // API. SelectionRequestor should only deal with the X11 details; it does not
32 class UI_EXPORT SelectionRequestor {
34 SelectionRequestor(Display* xdisplay,
37 ~SelectionRequestor();
94 DISALLOW_COPY_AND_ASSIGN(SelectionRequestor);

Completed in 143 milliseconds