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

  /external/chromium_org/ui/base/x/
selection_requestor_unittest.cc 113 void PerformBlockingConvertSelection(SelectionRequestor* requestor,
121 EXPECT_TRUE(requestor->PerformBlockingConvertSelection(
143 base::Bind(&PerformBlockingConvertSelection,
161 PerformBlockingConvertSelection(
selection_requestor.cc 77 bool SelectionRequestor::PerformBlockingConvertSelection(
120 PerformBlockingConvertSelection(selection, target, NULL, NULL, NULL);
130 if (PerformBlockingConvertSelection(selection,
287 // This occurs if PerformBlockingConvertSelection() is called during

Completed in 81 milliseconds