Home
last modified time | relevance | path

Searched refs:maxUsedCounter (Results 1 – 1 of 1) sorted by relevance

/dports/x11/xfce4-dashboard/xfdashboard-0.8.1/libxfdashboard/
H A Dapplications-search-provider.c104 guint maxUsedCounter; member
205 if(stats->usedCounter>_xfdashboard_applications_search_provider_statistics.maxUsedCounter) in _xfdashboard_applications_search_provider_on_application_launched()
207 _xfdashboard_applications_search_provider_statistics.maxUsedCounter=stats->usedCounter; in _xfdashboard_applications_search_provider_on_application_launched()
503 if(stats->usedCounter>_xfdashboard_applications_search_provider_statistics.maxUsedCounter) in _xfdashboard_applications_search_provider_load_statistics()
505 _xfdashboard_applications_search_provider_statistics.maxUsedCounter=stats->usedCounter; in _xfdashboard_applications_search_provider_load_statistics()
584 _xfdashboard_applications_search_provider_statistics.maxUsedCounter=0; in _xfdashboard_applications_search_provider_destroy_statistics()
610 _xfdashboard_applications_search_provider_statistics.maxUsedCounter=0; in _xfdashboard_applications_search_provider_create_statistics()
1085 maxPoints+=(_xfdashboard_applications_search_provider_statistics.maxUsedCounter*1.0f); in _xfdashboard_applications_search_provider_score()