Searched refs:kClearSelection (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ui/find_bar/
H A Dfind_bar_controller.h26 kClearSelection, // Clear the find selection. enumerator in enum:FindBarController::SelectionAction
H A Dfind_tab_helper.cc83 if (selection_action == FindBarController::kClearSelection) {
84 // kClearSelection means the find string has been cleared by the user, but
H A Dfind_bar_host_browsertest.cc787 find_tab_helper->StopFinding(FindBarController::kClearSelection);
/external/chromium/chrome/browser/ui/views/
H A Dfind_bar_view.cc462 find_tab_helper->StopFinding(FindBarController::kClearSelection);
/external/chromium/chrome/browser/ui/gtk/
H A Dfind_bar_gtk.cc592 find_tab_helper->StopFinding(FindBarController::kClearSelection);

Completed in 229 milliseconds