Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/
Dfull_screen_window_detector.cc19 : application_handler_factory_(application_handler_factory), in FullScreenWindowDetector()
74 app_handler_ = application_handler_factory_ in CreateApplicationHandlerIfNeeded()
75 ? application_handler_factory_(source_id) in CreateApplicationHandlerIfNeeded()
Dfull_screen_window_detector.h65 ApplicationHandlerFactory application_handler_factory_; variable