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

  /external/chromium_org/ui/base/x/
selection_requestor.h 29 // API. SelectionRequestor should only deal with the X11 details; it does not
31 class UI_BASE_EXPORT SelectionRequestor {
33 SelectionRequestor(XDisplay* xdisplay,
36 ~SelectionRequestor();
149 base::RepeatingTimer<SelectionRequestor> abort_timer_;
153 DISALLOW_COPY_AND_ASSIGN(SelectionRequestor);
selection_requestor.cc 63 SelectionRequestor::SelectionRequestor(XDisplay* x_display,
75 SelectionRequestor::~SelectionRequestor() {}
77 bool SelectionRequestor::PerformBlockingConvertSelection(
115 void SelectionRequestor::PerformBlockingConvertSelectionWithParameter(
123 SelectionData SelectionRequestor::RequestAndWaitForTypes(
143 void SelectionRequestor::OnSelectionNotify(const XEvent& event) {
184 bool SelectionRequestor::CanDispatchPropertyEvent(const XEvent& event) {
190 void SelectionRequestor::OnPropertyEvent(const XEvent& event)
    [all...]
selection_requestor_unittest.cc 42 // Responds to the SelectionRequestor's XConvertSelection() request by
85 requestor_.reset(new SelectionRequestor(x_display_, x_window_, NULL));
101 scoped_ptr<SelectionRequestor> requestor_;
113 void PerformBlockingConvertSelection(SelectionRequestor* requestor,
130 // Test that SelectionRequestor correctly handles receiving a request while it
  /external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 306 SelectionRequestor selection_requestor_;

Completed in 168 milliseconds