Searched refs:TaskManagerNotificationResourceProvider (Results 1 – 3 of 3) sorted by relevance
1377 TaskManagerNotificationResourceProvider::1378 TaskManagerNotificationResourceProvider(TaskManager* task_manager) in TaskManagerNotificationResourceProvider() function in TaskManagerNotificationResourceProvider1383 TaskManagerNotificationResourceProvider::1384 ~TaskManagerNotificationResourceProvider() { in ~TaskManagerNotificationResourceProvider()1387 TaskManager::Resource* TaskManagerNotificationResourceProvider::GetResource( in GetResource()1395 void TaskManagerNotificationResourceProvider::StartUpdating() { in StartUpdating()1415 void TaskManagerNotificationResourceProvider::StopUpdating() { in StopUpdating()1430 void TaskManagerNotificationResourceProvider::Observe( in Observe()1447 void TaskManagerNotificationResourceProvider::AddToTaskManager( in AddToTaskManager()1456 void TaskManagerNotificationResourceProvider::RemoveFromTaskManager( in RemoveFromTaskManager()
455 class TaskManagerNotificationResourceProvider459 explicit TaskManagerNotificationResourceProvider(TaskManager* task_manager);474 virtual ~TaskManagerNotificationResourceProvider();489 DISALLOW_COPY_AND_ASSIGN(TaskManagerNotificationResourceProvider);
89 new TaskManagerNotificationResourceProvider(task_manager)); in TaskManagerModel()