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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
SearchController.js 35 WebInspector.SearchController = function()
125 WebInspector.SearchController.prototype = {
482 * @type {?WebInspector.SearchController}
484 WebInspector.searchController = null;
  /external/chromium_org/chrome/browser/ui/app_list/search/
search_controller.cc 38 SearchController::SearchController(Profile* profile,
51 SearchController::~SearchController() {}
53 void SearchController::Init() {
69 void SearchController::Start() {
89 base::Bind(&SearchController::Stop,
93 void SearchController::Stop() {
103 void SearchController::OpenResult(SearchResult* result, int event_flags) {
120 void SearchController::InvokeResultAction(SearchResult* result
    [all...]
search_controller.h 28 class SearchController {
30 SearchController(Profile* profile,
34 ~SearchController();
65 base::OneShotTimer<SearchController> stop_timer_;
67 DISALLOW_COPY_AND_ASSIGN(SearchController);

Completed in 574 milliseconds