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

  /external/chromium/chrome/browser/ui/find_bar/
find_bar_controller.h 26 kClearSelection, // Clear the find selection.
find_tab_helper.cc 83 if (selection_action == FindBarController::kClearSelection) {
84 // kClearSelection means the find string has been cleared by the user, but
find_bar_host_browsertest.cc 787 find_tab_helper->StopFinding(FindBarController::kClearSelection);
    [all...]
  /external/chromium/chrome/browser/ui/views/
find_bar_view.cc 462 find_tab_helper->StopFinding(FindBarController::kClearSelection);
  /external/chromium/chrome/browser/ui/gtk/
find_bar_gtk.cc 592 find_tab_helper->StopFinding(FindBarController::kClearSelection);
    [all...]

Completed in 57 milliseconds