Searched refs:selection_action (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_tab_helper.cc100 FindBarController::SelectionAction selection_action) {
101 if (selection_action == FindBarController::kClearSelectionOnPage) {
116 switch (selection_action) {
99 StopFinding( FindBarController::SelectionAction selection_action) argument
H A Dfind_bar_controller.h49 // Ends the current session. |selection_action| specifies what to do with the
52 void EndFindSession(SelectionAction selection_action,
H A Dfind_tab_helper.h35 void StopFinding(FindBarController::SelectionAction selection_action);
H A Dfind_bar_controller.cc56 void FindBarController::EndFindSession(SelectionAction selection_action, argument
69 find_tab_helper->StopFinding(selection_action);

Completed in 694 milliseconds